Color Hex Logo

#64e51f Color Hex

#64E51F
(100,229,31)
0 Favorites   0 Comments

Color spaces of #64e51f

RGB 10022931
HSL0.280.790.51
HSV99°86°90°
CMYK 0.560.000.86   0.10
XYZ33.522258.846910.8881
Yxy58.84690.32460.5699
Hunter Lab76.7117-56.243045.2829
CIE-Lab81.2074-65.731774.7677

#64e51f color RGB value is (100,229,31).

#64e51f hex color red value is 100, green value is 229 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #64e51f hue: 0.28 , saturation: 0.79 and the lightness value of 64e51f is 0.51.

The process color (four color CMYK) of #64e51f color hex is 0.56, 0.00, 0.86, 0.10. Web safe color of #64e51f is #66cc33. Color #64e51f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100101 00011111
Octal 144 345 37
Decimal 100 229 31
Hex 64 E5 1F

RGB Percentages of Color #64e51f

%27.78
%63.61
%8.61

CMYK Percentages of Color #64e51f

%56
%0
%86
%10

Triadic Colors of #64e51f

#64e51f #1f64e5 #e51f64

Analogous Colors of #64e51f

#64e51f #1fe53d #c7e51f

Monochromatic Colors of #64e51f

#64e51f

Complementary Color

#64e51f #a01fe5

#64e51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e51f Color CSS Codes

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

#64e51f Text Font Color

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

This sample text font color is #64e51f
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.


#64e51f Background Color

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

This div background color is #64e51f


#64e51f Border Color

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

This div border color is #64e51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e51f


Comments

No comments written yet.

Please login to write comment.