Shades of Emerald #64DA81
Tints of Emerald #64DA81
RGB
CMYK
RGB Variations
Color information
#64DA81 (or 0x64DA81) is known color: Emerald. HEX triplet: 64, DA and 81. RGB value is (100,218,129). Sum of RGB (Red+Green+Blue) = 100+218+129=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DA81 is #9B257E. Grayscale: #ACACAC. Windows color (decimal): -10167679 or 8510052. OLE color: 8510052.
HSL color Cylindrical-coordinate representation of color #64DA81: hue angle of 134.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DA81 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 129 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.15 |
| HSL | 134.75º | 0.61% | 0.62% | - |
| HSV(B) | 134.75º | 0.54% | 0.85% | - |
| XYZ | 34.29 | 54.44 | 29.47 | - |
| YUV | 172.57 | 103.41 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 129 | 0.54 | 0 | 0.41 | 0.15 | 134.75 | 0.61 | 0.62 |
| Hex | 64 | DA | 81 | 36 | 0 | 29 | F | 87 | 3D | 3E |
| Octal | 144 | 332 | 201 | 66 | 0 | 51 | 17 | 207 | 75 | 76 |
| Binary | 1100100 | 11011010 | 10000001 | 110110 | 0 | 101001 | 1111 | 10000111 | 111101 | 111110 |
Color Harmonies of #64DA81
Complementary color
Monochromatic Colors of #64DA81
Black with #64DA81
Text Example
Text Example
White with #64DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA81; }
p { color: rgb(100,218,129); }
H1.HeaderClassName
{
color: #64DA81;
}
.AnyTagClassName
{
color: #64DA81;
}
</style>
background-color css
<style>
a { background-color: #64DA81; }
a { background-color: rgb(100,218,129); }
div.DivClassName
{
background-color: #64DA81;
}
.BgClassName
{
background-color: #64DA81;
}
</style>
border-color css
<style>
span { border-color: #64DA81; }
span { border-color: rgb(100,218,129); }
td.TdClassName
{
border-color: #64DA81;
}
.TagClassName
{
border-color: #64DA81;
}
</style>