Color Hex Logo

#64c992 Color Hex

#64C992
(100,201,146)
0 Favorites   0 Comments

Color spaces of #64c992

RGB 100201146
HSL0.410.480.59
HSV147°50°79°
CMYK 0.500.000.27   0.21
XYZ31.330546.557934.5294
Yxy46.55790.27870.4142
Hunter Lab68.2333-37.447117.7597
CIE-Lab73.9061-42.133718.6235

#64c992 color RGB value is (100,201,146).

#64c992 hex color red value is 100, green value is 201 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #64c992 hue: 0.41 , saturation: 0.48 and the lightness value of 64c992 is 0.59.

The process color (four color CMYK) of #64c992 color hex is 0.50, 0.00, 0.27, 0.21. Web safe color of #64c992 is #66cc99. Color #64c992 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001001 10010010
Octal 144 311 222
Decimal 100 201 146
Hex 64 C9 92

RGB Percentages of Color #64c992

%22.37
%44.97
%32.66

CMYK Percentages of Color #64c992

%50
%0
%27
%21

Triadic Colors of #64c992

#64c992 #9264c9 #c99264

Analogous Colors of #64c992

#64c992 #64c9c5 #69c964

Monochromatic Colors of #64c992

#64c992

Complementary Color

#64c992 #c9649b

#64c992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c992 Color CSS Codes

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

#64c992 Text Font Color

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

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


#64c992 Background Color

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

This div background color is #64c992


#64c992 Border Color

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

This div border color is #64c992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c992


Comments

No comments written yet.

Please login to write comment.