Color Hex Logo

#64c642 Color Hex

#64C642
(100,198,66)
0 Favorites   0 Comments

Color spaces of #64c642

RGB 10019866
HSL0.290.540.52
HSV105°67°78°
CMYK 0.490.000.67   0.22
XYZ26.433043.490812.1557
Yxy43.49080.32200.5299
Hunter Lab65.9476-43.862135.2347
CIE-Lab71.8868-52.455755.2267

#64c642 color RGB value is (100,198,66).

#64c642 hex color red value is 100, green value is 198 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #64c642 hue: 0.29 , saturation: 0.54 and the lightness value of 64c642 is 0.52.

The process color (four color CMYK) of #64c642 color hex is 0.49, 0.00, 0.67, 0.22. Web safe color of #64c642 is #66cc33. Color #64c642 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11000110 01000010
Octal 144 306 102
Decimal 100 198 66
Hex 64 C6 42

RGB Percentages of Color #64c642

%27.47
%54.40
%18.13

CMYK Percentages of Color #64c642

%49
%0
%67
%22

Triadic Colors of #64c642

#64c642 #4264c6 #c64264

Analogous Colors of #64c642

#64c642 #42c662 #a6c642

Monochromatic Colors of #64c642

#64c642

Complementary Color

#64c642 #a442c6

#64c642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c642 Color CSS Codes

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

#64c642 Text Font Color

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

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


#64c642 Background Color

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

This div background color is #64c642


#64c642 Border Color

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

This div border color is #64c642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c642


Comments

No comments written yet.

Please login to write comment.