#64CD81

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

Shades of Emerald #64CD81

Tints of Emerald #64CD81

Color information

#64CD81 (or 0x64CD81) is unknown color: approx Emerald. HEX triplet: 64, CD and 81. RGB value is (100,205,129). Sum of RGB (Red+Green+Blue) = 100+205+129=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD81 is #9B327E. Grayscale: #A5A5A5. Windows color (decimal): -10171007 or 8506724. OLE color: 8506724.

HSL color Cylindrical-coordinate representation of color #64CD81: hue angle of 136.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD81 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB100205129-
CMYK0.5100.370.20
HSL136.57º51.22%59.8%-
HSV(B)136.57º51.22%80.39%-
XYZ31.0547.9628.39-
YUV164.94107.7181.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.04%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=23.04%
G=47.24%
B=29.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002051290.5100.370.20136.5751.2259.8
Hex64CD81330251489333c
Octal14431520163045242116374
Binary1100100110011011000000111001101001011010010001001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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