Color Hex Logo

#64cc62 Color Hex

#64CC62
(100,204,98)
0 Favorites   0 Comments

Color spaces of #64cc62

RGB 10020498
HSL0.330.510.59
HSV119°52°80°
CMYK 0.510.000.52   0.20
XYZ29.053046.776919.0529
Yxy46.77690.30620.4930
Hunter Lab68.3936-43.863731.3587
CIE-Lab74.0468-51.320943.3875

#64cc62 color RGB value is (100,204,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001100 01100010
Octal 144 314 142
Decimal 100 204 98
Hex 64 CC 62

RGB Percentages of Color #64cc62

%24.88
%50.75
%24.38

CMYK Percentages of Color #64cc62

%51
%0
%52
%20

Triadic Colors of #64cc62

#64cc62 #6264cc #cc6264

Analogous Colors of #64cc62

#64cc62 #62cc95 #99cc62

Monochromatic Colors of #64cc62

#64cc62

Complementary Color

#64cc62 #ca62cc

#64cc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cc62 Color CSS Codes

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

#64cc62 Text Font Color

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

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


#64cc62 Background Color

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

This div background color is #64cc62


#64cc62 Border Color

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

This div border color is #64cc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cc62


Comments

No comments written yet.

Please login to write comment.