Shades of Emerald #4EDB8C
Tints of Emerald #4EDB8C
RGB
CMYK
RGB Variations
Color information
#4EDB8C (or 0x4EDB8C) is known color: Emerald. HEX triplet: 4E, DB and 8C. RGB value is (78,219,140). Sum of RGB (Red+Green+Blue) = 78+219+140=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDB8C is #B12473. Grayscale: #A8A8A8. Windows color (decimal): -11609204 or 9231182. OLE color: 9231182.
HSL color Cylindrical-coordinate representation of color #4EDB8C: hue angle of 146.38º 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 #4EDB8C is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 140 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.14 |
| HSL | 146.38º | 0.66% | 0.58% | - |
| HSV(B) | 146.38º | 0.64% | 0.86% | - |
| XYZ | 33.21 | 54.18 | 33.52 | - |
| YUV | 167.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 140 | 0.64 | 0 | 0.36 | 0.14 | 146.38 | 0.66 | 0.58 |
| Hex | 4E | DB | 8C | 40 | 0 | 24 | E | 92 | 42 | 3A |
| Octal | 116 | 333 | 214 | 100 | 0 | 44 | 16 | 222 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10001100 | 1000000 | 0 | 100100 | 1110 | 10010010 | 1000010 | 111010 |
Color Harmonies of #4EDB8C
Complementary color
Monochromatic Colors of #4EDB8C
Black with #4EDB8C
Text Example
Text Example
White with #4EDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB8C; }
p { color: rgb(78,219,140); }
H1.HeaderClassName
{
color: #4EDB8C;
}
.AnyTagClassName
{
color: #4EDB8C;
}
</style>
background-color css
<style>
a { background-color: #4EDB8C; }
a { background-color: rgb(78,219,140); }
div.DivClassName
{
background-color: #4EDB8C;
}
.BgClassName
{
background-color: #4EDB8C;
}
</style>
border-color css
<style>
span { border-color: #4EDB8C; }
span { border-color: rgb(78,219,140); }
td.TdClassName
{
border-color: #4EDB8C;
}
.TagClassName
{
border-color: #4EDB8C;
}
</style>