Shades of Emerald #4EDA58
Tints of Emerald #4EDA58
RGB
CMYK
RGB Variations
Color information
#4EDA58 (or 0x4EDA58) is known color: Emerald. HEX triplet: 4E, DA and 58. RGB value is (78,218,88). Sum of RGB (Red+Green+Blue) = 78+218+88=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDA58 is #B125A7. Grayscale: #A1A1A1. Windows color (decimal): -11609512 or 5823054. OLE color: 5823054.
HSL color Cylindrical-coordinate representation of color #4EDA58: hue angle of 124.29º degrees, saturation: 0.65, 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 #4EDA58 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 88 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.15 |
| HSL | 124.29º | 0.65% | 0.58% | - |
| HSV(B) | 124.29º | 0.64% | 0.85% | - |
| XYZ | 29.97 | 52.47 | 17.78 | - |
| YUV | 161.32 | 86.62 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 88 | 0.64 | 0 | 0.60 | 0.15 | 124.29 | 0.65 | 0.58 |
| Hex | 4E | DA | 58 | 40 | 0 | 3C | F | 7C | 41 | 3A |
| Octal | 116 | 332 | 130 | 100 | 0 | 74 | 17 | 174 | 101 | 72 |
| Binary | 1001110 | 11011010 | 1011000 | 1000000 | 0 | 111100 | 1111 | 1111100 | 1000001 | 111010 |
Color Harmonies of #4EDA58
Complementary color
Monochromatic Colors of #4EDA58
Black with #4EDA58
Text Example
Text Example
White with #4EDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDA58; }
p { color: rgb(78,218,88); }
H1.HeaderClassName
{
color: #4EDA58;
}
.AnyTagClassName
{
color: #4EDA58;
}
</style>
background-color css
<style>
a { background-color: #4EDA58; }
a { background-color: rgb(78,218,88); }
div.DivClassName
{
background-color: #4EDA58;
}
.BgClassName
{
background-color: #4EDA58;
}
</style>
border-color css
<style>
span { border-color: #4EDA58; }
span { border-color: rgb(78,218,88); }
td.TdClassName
{
border-color: #4EDA58;
}
.TagClassName
{
border-color: #4EDA58;
}
</style>