Shades of Emerald #64D881
Tints of Emerald #64D881
RGB
CMYK
RGB Variations
Color information
#64D881 (or 0x64D881) is known color: Emerald. HEX triplet: 64, D8 and 81. RGB value is (100,216,129). Sum of RGB (Red+Green+Blue) = 100+216+129=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #64D881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D881 is #9B277E. Grayscale: #ABABAB. Windows color (decimal): -10168191 or 8509540. OLE color: 8509540.
HSL color Cylindrical-coordinate representation of color #64D881: hue angle of 135º degrees, saturation: 0.6, 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 #64D881 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 129 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.15 |
| HSL | 135º | 0.6% | 0.62% | - |
| HSV(B) | 135º | 0.54% | 0.85% | - |
| XYZ | 33.77 | 53.41 | 29.3 | - |
| YUV | 171.4 | 104.07 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 129 | 0.54 | 0 | 0.40 | 0.15 | 135 | 0.6 | 0.62 |
| Hex | 64 | D8 | 81 | 36 | 0 | 28 | F | 87 | 3C | 3E |
| Octal | 144 | 330 | 201 | 66 | 0 | 50 | 17 | 207 | 74 | 76 |
| Binary | 1100100 | 11011000 | 10000001 | 110110 | 0 | 101000 | 1111 | 10000111 | 111100 | 111110 |
Color Harmonies of #64D881
Complementary color
Monochromatic Colors of #64D881
Black with #64D881
Text Example
Text Example
White with #64D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D881; }
p { color: rgb(100,216,129); }
H1.HeaderClassName
{
color: #64D881;
}
.AnyTagClassName
{
color: #64D881;
}
</style>
background-color css
<style>
a { background-color: #64D881; }
a { background-color: rgb(100,216,129); }
div.DivClassName
{
background-color: #64D881;
}
.BgClassName
{
background-color: #64D881;
}
</style>
border-color css
<style>
span { border-color: #64D881; }
span { border-color: rgb(100,216,129); }
td.TdClassName
{
border-color: #64D881;
}
.TagClassName
{
border-color: #64D881;
}
</style>