Shades of Emerald #4ED870
Tints of Emerald #4ED870
RGB
CMYK
RGB Variations
Color information
#4ED870 (or 0x4ED870) is known color: Emerald. HEX triplet: 4E, D8 and 70. RGB value is (78,216,112). Sum of RGB (Red+Green+Blue) = 78+216+112=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED870 is #B1278F. Grayscale: #A3A3A3. Windows color (decimal): -11610000 or 7395406. OLE color: 7395406.
HSL color Cylindrical-coordinate representation of color #4ED870: hue angle of 134.78º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED870 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 112 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.15 |
| HSL | 134.78º | 0.64% | 0.58% | - |
| HSV(B) | 134.78º | 0.64% | 0.85% | - |
| XYZ | 30.62 | 51.9 | 23.73 | - |
| YUV | 162.88 | 99.28 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 112 | 0.64 | 0 | 0.48 | 0.15 | 134.78 | 0.64 | 0.58 |
| Hex | 4E | D8 | 70 | 40 | 0 | 30 | F | 87 | 40 | 3A |
| Octal | 116 | 330 | 160 | 100 | 0 | 60 | 17 | 207 | 100 | 72 |
| Binary | 1001110 | 11011000 | 1110000 | 1000000 | 0 | 110000 | 1111 | 10000111 | 1000000 | 111010 |
Color Harmonies of #4ED870
Complementary color
Monochromatic Colors of #4ED870
Black with #4ED870
Text Example
Text Example
White with #4ED870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED870; }
p { color: rgb(78,216,112); }
H1.HeaderClassName
{
color: #4ED870;
}
.AnyTagClassName
{
color: #4ED870;
}
</style>
background-color css
<style>
a { background-color: #4ED870; }
a { background-color: rgb(78,216,112); }
div.DivClassName
{
background-color: #4ED870;
}
.BgClassName
{
background-color: #4ED870;
}
</style>
border-color css
<style>
span { border-color: #4ED870; }
span { border-color: rgb(78,216,112); }
td.TdClassName
{
border-color: #4ED870;
}
.TagClassName
{
border-color: #4ED870;
}
</style>