Shades of Emerald #4EDD88
Tints of Emerald #4EDD88
RGB
CMYK
RGB Variations
Color information
#4EDD88 (or 0x4EDD88) is known color: Emerald. HEX triplet: 4E, DD and 88. RGB value is (78,221,136). Sum of RGB (Red+Green+Blue) = 78+221+136=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDD88 is #B12277. Grayscale: #A8A8A8. Windows color (decimal): -11608696 or 8969550. OLE color: 8969550.
HSL color Cylindrical-coordinate representation of color #4EDD88: hue angle of 144.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDD88 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 136 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.13 |
| HSL | 144.34º | 0.68% | 0.59% | - |
| HSV(B) | 144.34º | 0.65% | 0.87% | - |
| XYZ | 33.44 | 55.11 | 32.17 | - |
| YUV | 168.55 | 109.62 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 136 | 0.65 | 0 | 0.38 | 0.13 | 144.34 | 0.68 | 0.59 |
| Hex | 4E | DD | 88 | 41 | 0 | 26 | D | 90 | 44 | 3B |
| Octal | 116 | 335 | 210 | 101 | 0 | 46 | 15 | 220 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10001000 | 1000001 | 0 | 100110 | 1101 | 10010000 | 1000100 | 111011 |
Color Harmonies of #4EDD88
Complementary color
Monochromatic Colors of #4EDD88
Black with #4EDD88
Text Example
Text Example
White with #4EDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD88; }
p { color: rgb(78,221,136); }
H1.HeaderClassName
{
color: #4EDD88;
}
.AnyTagClassName
{
color: #4EDD88;
}
</style>
background-color css
<style>
a { background-color: #4EDD88; }
a { background-color: rgb(78,221,136); }
div.DivClassName
{
background-color: #4EDD88;
}
.BgClassName
{
background-color: #4EDD88;
}
</style>
border-color css
<style>
span { border-color: #4EDD88; }
span { border-color: rgb(78,221,136); }
td.TdClassName
{
border-color: #4EDD88;
}
.TagClassName
{
border-color: #4EDD88;
}
</style>