#64DD84

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

Shades of Emerald #64DD84

Tints of Emerald #64DD84

Color information

#64DD84 (or 0x64DD84) is unknown color: approx Emerald. HEX triplet: 64, DD and 84. RGB value is (100,221,132). Sum of RGB (Red+Green+Blue) = 100+221+132=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DD84 is #9B227B. Grayscale: #AEAEAE. Windows color (decimal): -10166908 or 8707428. OLE color: 8707428.

HSL color Cylindrical-coordinate representation of color #64DD84: hue angle of 135.87º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DD84 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB100221132-
CMYK0.5500.400.13
HSL135.87º64.02%62.94%-
HSV(B)135.87º54.75%86.67%-
XYZ35.2856.0930.8-
YUV174.68103.9174.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=22.08%
G=48.79%
B=29.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211320.5500.400.13135.8764.0262.94
Hex64DD8437028D88403f
Octal144335204670501521010077
Binary1100100110111011000010011011101010001101100010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,132); }

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

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

 a { background-color: rgb(100,221,132); }

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

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

 span { border-color: rgb(100,221,132); }

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