Color Hex Logo

#64cc85 Color Hex

#64CC85
(100,204,133)
0 Favorites   0 Comments

Color spaces of #64cc85

RGB 100204133
HSL0.390.500.60
HSV139°51°80°
CMYK 0.510.000.35   0.20
XYZ31.082047.588529.7376
Yxy47.58850.28670.4390
Hunter Lab68.9844-40.296822.7305
CIE-Lab74.5646-45.887926.3846

#64cc85 color RGB value is (100,204,133).

#64cc85 hex color red value is 100, green value is 204 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #64cc85 hue: 0.39 , saturation: 0.50 and the lightness value of 64cc85 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001100 10000101
Octal 144 314 205
Decimal 100 204 133
Hex 64 CC 85

RGB Percentages of Color #64cc85

%22.88
%46.68
%30.43

CMYK Percentages of Color #64cc85

%51
%0
%35
%20

Triadic Colors of #64cc85

#64cc85 #8564cc #cc8564

Analogous Colors of #64cc85

#64cc85 #64ccb9 #77cc64

Monochromatic Colors of #64cc85

#64cc85

Complementary Color

#64cc85 #cc64ab

#64cc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cc85 Color CSS Codes

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

#64cc85 Text Font Color

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

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


#64cc85 Background Color

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

This div background color is #64cc85


#64cc85 Border Color

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

This div border color is #64cc85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cc85


Comments

No comments written yet.

Please login to write comment.