#64CA81

Color #64CA81 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #64CA81

Tints of Emerald #64CA81

Color information

#64CA81 (or 0x64CA81) is unknown color: approx Emerald. HEX triplet: 64, CA and 81. RGB value is (100,202,129). Sum of RGB (Red+Green+Blue) = 100+202+129=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CA81 is #9B357E. Grayscale: #A3A3A3. Windows color (decimal): -10171775 or 8505956. OLE color: 8505956.

HSL color Cylindrical-coordinate representation of color #64CA81: hue angle of 137.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CA81 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB100202129-
CMYK0.5000.360.21
HSL137.06º49.04%59.22%-
HSV(B)137.06º50.5%79.22%-
XYZ30.3446.5428.15-
YUV163.18108.7182.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=23.20%
G=46.87%
B=29.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021290.5000.360.21137.0649.0459.22
Hex64CA81320241589313b
Octal14431220162044252116173
Binary1100100110010101000000111001001001001010110001001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64CA81; }

 p { color: rgb(100,202,129); }

 H1.HeaderClassName
 {
   color: #64CA81;
 }
 .AnyTagClassName
 {
   color: #64CA81;
 }
</style>
background-color css

<style>
 a { background-color: #64CA81; }

 a { background-color: rgb(100,202,129); }

 div.DivClassName
 {
   background-color: #64CA81;
 }
 .BgClassName
 {
   background-color: #64CA81;
 }
</style>
border-color css

<style>
 span { border-color: #64CA81; }

 span { border-color: rgb(100,202,129); }

 td.TdClassName
 {
   border-color: #64CA81;
 }
 .TagClassName
 {
   border-color: #64CA81;
 }
</style>