Color Hex Logo

#64e46f Color Hex

#64E46F
(100,228,111)
0 Favorites   0 Comments

Color spaces of #64e46f

RGB 100228111
HSL0.350.700.64
HSV125°56°89°
CMYK 0.560.000.51   0.11
XYZ35.868259.343824.6030
Yxy59.34380.29940.4953
Hunter Lab77.0349-51.699834.9887
CIE-Lab81.4802-58.851946.2529

#64e46f color RGB value is (100,228,111).

#64e46f hex color red value is 100, green value is 228 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #64e46f hue: 0.35 , saturation: 0.70 and the lightness value of 64e46f is 0.64.

The process color (four color CMYK) of #64e46f color hex is 0.56, 0.00, 0.51, 0.11. Web safe color of #64e46f is #66cc66. Color #64e46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100100 01101111
Octal 144 344 157
Decimal 100 228 111
Hex 64 E4 6F

RGB Percentages of Color #64e46f

%22.78
%51.94
%25.28

CMYK Percentages of Color #64e46f

%56
%0
%51
%11

Triadic Colors of #64e46f

#64e46f #6f64e4 #e46f64

Analogous Colors of #64e46f

#64e46f #64e4af #99e464

Monochromatic Colors of #64e46f

#64e46f

Complementary Color

#64e46f #e464d9

#64e46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e46f Color CSS Codes

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

#64e46f Text Font Color

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

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


#64e46f Background Color

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

This div background color is #64e46f


#64e46f Border Color

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

This div border color is #64e46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e46f


Comments

No comments written yet.

Please login to write comment.