Shades of Emerald #4ED858
Tints of Emerald #4ED858
RGB
CMYK
RGB Variations
Color information
#4ED858 (or 0x4ED858) is known color: Emerald. HEX triplet: 4E, D8 and 58. RGB value is (78,216,88). Sum of RGB (Red+Green+Blue) = 78+216+88=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED858 is #B127A7. Grayscale: #A0A0A0. Windows color (decimal): -11610024 or 5822542. OLE color: 5822542.
HSL color Cylindrical-coordinate representation of color #4ED858: hue angle of 124.35º 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 #4ED858 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 88 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.15 |
| HSL | 124.35º | 0.64% | 0.58% | - |
| HSV(B) | 124.35º | 0.64% | 0.85% | - |
| XYZ | 29.46 | 51.44 | 17.61 | - |
| YUV | 160.15 | 87.28 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 88 | 0.64 | 0 | 0.59 | 0.15 | 124.35 | 0.64 | 0.58 |
| Hex | 4E | D8 | 58 | 40 | 0 | 3B | F | 7C | 40 | 3A |
| Octal | 116 | 330 | 130 | 100 | 0 | 73 | 17 | 174 | 100 | 72 |
| Binary | 1001110 | 11011000 | 1011000 | 1000000 | 0 | 111011 | 1111 | 1111100 | 1000000 | 111010 |
Color Harmonies of #4ED858
Complementary color
Monochromatic Colors of #4ED858
Black with #4ED858
Text Example
Text Example
White with #4ED858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED858; }
p { color: rgb(78,216,88); }
H1.HeaderClassName
{
color: #4ED858;
}
.AnyTagClassName
{
color: #4ED858;
}
</style>
background-color css
<style>
a { background-color: #4ED858; }
a { background-color: rgb(78,216,88); }
div.DivClassName
{
background-color: #4ED858;
}
.BgClassName
{
background-color: #4ED858;
}
</style>
border-color css
<style>
span { border-color: #4ED858; }
span { border-color: rgb(78,216,88); }
td.TdClassName
{
border-color: #4ED858;
}
.TagClassName
{
border-color: #4ED858;
}
</style>