Shades of Emerald #4EDB88
Tints of Emerald #4EDB88
RGB
CMYK
RGB Variations
Color information
#4EDB88 (or 0x4EDB88) is known color: Emerald. HEX triplet: 4E, DB and 88. RGB value is (78,219,136). Sum of RGB (Red+Green+Blue) = 78+219+136=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDB88 is #B12477. Grayscale: #A7A7A7. Windows color (decimal): -11609208 or 8969038. OLE color: 8969038.
HSL color Cylindrical-coordinate representation of color #4EDB88: hue angle of 144.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDB88 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 136 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.14 |
| HSL | 144.68º | 0.66% | 0.58% | - |
| HSV(B) | 144.68º | 0.64% | 0.86% | - |
| XYZ | 32.92 | 54.06 | 31.99 | - |
| YUV | 167.38 | 110.29 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 136 | 0.64 | 0 | 0.38 | 0.14 | 144.68 | 0.66 | 0.58 |
| Hex | 4E | DB | 88 | 40 | 0 | 26 | E | 91 | 42 | 3A |
| Octal | 116 | 333 | 210 | 100 | 0 | 46 | 16 | 221 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10001000 | 1000000 | 0 | 100110 | 1110 | 10010001 | 1000010 | 111010 |
Color Harmonies of #4EDB88
Complementary color
Monochromatic Colors of #4EDB88
Black with #4EDB88
Text Example
Text Example
White with #4EDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB88; }
p { color: rgb(78,219,136); }
H1.HeaderClassName
{
color: #4EDB88;
}
.AnyTagClassName
{
color: #4EDB88;
}
</style>
background-color css
<style>
a { background-color: #4EDB88; }
a { background-color: rgb(78,219,136); }
div.DivClassName
{
background-color: #4EDB88;
}
.BgClassName
{
background-color: #4EDB88;
}
</style>
border-color css
<style>
span { border-color: #4EDB88; }
span { border-color: rgb(78,219,136); }
td.TdClassName
{
border-color: #4EDB88;
}
.TagClassName
{
border-color: #4EDB88;
}
</style>