Shades of Emerald #64E088
Tints of Emerald #64E088
RGB
CMYK
RGB Variations
Color information
#64E088 (or 0x64E088) is known color: Emerald. HEX triplet: 64, E0 and 88. RGB value is (100,224,136). Sum of RGB (Red+Green+Blue) = 100+224+136=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #64E088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E088 is #9B1F77. Grayscale: #B1B1B1. Windows color (decimal): -10166136 or 8970340. OLE color: 8970340.
HSL color Cylindrical-coordinate representation of color #64E088: hue angle of 137.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E088 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 136 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.12 |
| HSL | 137.42º | 0.67% | 0.64% | - |
| HSV(B) | 137.42º | 0.55% | 0.88% | - |
| XYZ | 36.36 | 57.8 | 32.53 | - |
| YUV | 176.89 | 104.92 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 136 | 0.55 | 0 | 0.39 | 0.12 | 137.42 | 0.67 | 0.64 |
| Hex | 64 | E0 | 88 | 37 | 0 | 27 | C | 89 | 43 | 40 |
| Octal | 144 | 340 | 210 | 67 | 0 | 47 | 14 | 211 | 103 | 100 |
| Binary | 1100100 | 11100000 | 10001000 | 110111 | 0 | 100111 | 1100 | 10001001 | 1000011 | 1000000 |
Color Harmonies of #64E088
Complementary color
Monochromatic Colors of #64E088
Black with #64E088
Text Example
Text Example
White with #64E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E088; }
p { color: rgb(100,224,136); }
H1.HeaderClassName
{
color: #64E088;
}
.AnyTagClassName
{
color: #64E088;
}
</style>
background-color css
<style>
a { background-color: #64E088; }
a { background-color: rgb(100,224,136); }
div.DivClassName
{
background-color: #64E088;
}
.BgClassName
{
background-color: #64E088;
}
</style>
border-color css
<style>
span { border-color: #64E088; }
span { border-color: rgb(100,224,136); }
td.TdClassName
{
border-color: #64E088;
}
.TagClassName
{
border-color: #64E088;
}
</style>