Color Hex Logo

#64ff3d Color Hex

#64FF3D
(100,255,61)
0 Favorites   0 Comments

Color spaces of #64ff3d

RGB 10025561
HSL0.301.000.62
HSV108°76°100°
CMYK 0.610.000.76   0.00
XYZ41.857874.566216.6015
Yxy74.56620.31470.5605
Hunter Lab86.3517-64.590149.0474
CIE-Lab89.1894-72.994974.5148

#64ff3d color RGB value is (100,255,61).

#64ff3d hex color red value is 100, green value is 255 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #64ff3d hue: 0.30 , saturation: 1.00 and the lightness value of 64ff3d is 0.62.

The process color (four color CMYK) of #64ff3d color hex is 0.61, 0.00, 0.76, 0.00. Web safe color of #64ff3d is #66ff33. Color #64ff3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11111111 00111101
Octal 144 377 75
Decimal 100 255 61
Hex 64 FF 3D

RGB Percentages of Color #64ff3d

%24.04
%61.30
%14.66

CMYK Percentages of Color #64ff3d

%61
%0
%76
%0

Triadic Colors of #64ff3d

#64ff3d #3d64ff #ff3d64

Analogous Colors of #64ff3d

#64ff3d #3dff77 #c5ff3d

Monochromatic Colors of #64ff3d

#64ff3d

Complementary Color

#64ff3d #d83dff

#64ff3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ff3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ff3d Color CSS Codes

.mybgcolor {background-color:#64ff3d; } 
.myforecolor {color:#64ff3d; }
.mybordercolor {border:3px solid #64ff3d; }

#64ff3d Text Font Color

<p style="color:#64ff3d">Text here</p>

This sample text font color is #64ff3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#64ff3d Background Color

<div style="background-color:#64ff3d">
Div content here</div>

This div background color is #64ff3d


#64ff3d Border Color

<div style="border:3px solid #64ff3d">
Div here</div>

This div border color is #64ff3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,255,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64ff3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64ff3d;
  -webkit-box-shadow: 1px 1px 3px 2px #64ff3d;
  box-shadow:         1px 1px 3px 2px #64ff3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,255,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #64ff3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #64ff3d;
  -webkit-box-shadow: 1px 1px 3px 2px #64ff3d;
  box-shadow:         1px 1px 3px 2px #64ff3d;">
Div content here</div>

This div box has shadow with color #64ff3d


Comments

No comments written yet.

Please login to write comment.