Color Hex Logo

#64c44e Color Hex

#64C44E
(100,196,78)
0 Favorites   0 Comments

Color spaces of #64c44e

RGB 10019678
HSL0.300.500.54
HSV109°60°77°
CMYK 0.490.000.60   0.23
XYZ26.370642.739214.0674
Yxy42.73920.31700.5138
Hunter Lab65.3752-42.404633.0047
CIE-Lab71.3776-50.517849.5440

#64c44e color RGB value is (100,196,78).

#64c44e hex color red value is 100, green value is 196 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #64c44e hue: 0.30 , saturation: 0.50 and the lightness value of 64c44e is 0.54.

The process color (four color CMYK) of #64c44e color hex is 0.49, 0.00, 0.60, 0.23. Web safe color of #64c44e is #66cc66. Color #64c44e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11000100 01001110
Octal 144 304 116
Decimal 100 196 78
Hex 64 C4 4E

RGB Percentages of Color #64c44e

%26.74
%52.41
%20.86

CMYK Percentages of Color #64c44e

%49
%0
%60
%23

Triadic Colors of #64c44e

#64c44e #4e64c4 #c44e64

Analogous Colors of #64c44e

#64c44e #4ec473 #9fc44e

Monochromatic Colors of #64c44e

#64c44e

Complementary Color

#64c44e #ae4ec4

#64c44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c44e Color CSS Codes

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

#64c44e Text Font Color

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

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


#64c44e Background Color

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

This div background color is #64c44e


#64c44e Border Color

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

This div border color is #64c44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c44e


Comments

No comments written yet.

Please login to write comment.