Color Hex Logo

#64d65f Color Hex

#64D65F
(100,214,95)
0 Favorites   0 Comments

Color spaces of #64d65f

RGB 10021495
HSL0.330.590.61
HSV117°56°84°
CMYK 0.530.000.56   0.16
XYZ31.367751.628719.1386
Yxy51.62870.30710.5055
Hunter Lab71.8531-47.818234.5049
CIE-Lab77.0583-55.584148.4121

#64d65f color RGB value is (100,214,95).

#64d65f hex color red value is 100, green value is 214 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #64d65f hue: 0.33 , saturation: 0.59 and the lightness value of 64d65f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11010110 01011111
Octal 144 326 137
Decimal 100 214 95
Hex 64 D6 5F

RGB Percentages of Color #64d65f

%24.45
%52.32
%23.23

CMYK Percentages of Color #64d65f

%53
%0
%56
%16

Triadic Colors of #64d65f

#64d65f #5f64d6 #d65f64

Analogous Colors of #64d65f

#64d65f #5fd696 #a0d65f

Monochromatic Colors of #64d65f

#64d65f

Complementary Color

#64d65f #d15fd6

#64d65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64d65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64d65f Color CSS Codes

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

#64d65f Text Font Color

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

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


#64d65f Background Color

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

This div background color is #64d65f


#64d65f Border Color

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

This div border color is #64d65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64d65f


Comments

No comments written yet.

Please login to write comment.