Shades of Emerald #4EDE5B
Tints of Emerald #4EDE5B
RGB
CMYK
RGB Variations
Color information
#4EDE5B (or 0x4EDE5B) is known color: Emerald. HEX triplet: 4E, DE and 5B. RGB value is (78,222,91). Sum of RGB (Red+Green+Blue) = 78+222+91=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDE5B is #B121A4. Grayscale: #A4A4A4. Windows color (decimal): -11608485 or 6020686. OLE color: 6020686.
HSL color Cylindrical-coordinate representation of color #4EDE5B: hue angle of 125.42º degrees, saturation: 0.69, 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 #4EDE5B is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 91 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.13 |
| HSL | 125.42º | 0.69% | 0.59% | - |
| HSV(B) | 125.42º | 0.65% | 0.87% | - |
| XYZ | 31.15 | 54.62 | 18.8 | - |
| YUV | 164.01 | 86.79 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 91 | 0.65 | 0 | 0.59 | 0.13 | 125.42 | 0.69 | 0.59 |
| Hex | 4E | DE | 5B | 41 | 0 | 3B | D | 7D | 45 | 3B |
| Octal | 116 | 336 | 133 | 101 | 0 | 73 | 15 | 175 | 105 | 73 |
| Binary | 1001110 | 11011110 | 1011011 | 1000001 | 0 | 111011 | 1101 | 1111101 | 1000101 | 111011 |
Color Harmonies of #4EDE5B
Complementary color
Monochromatic Colors of #4EDE5B
Black with #4EDE5B
Text Example
Text Example
White with #4EDE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDE5B; }
p { color: rgb(78,222,91); }
H1.HeaderClassName
{
color: #4EDE5B;
}
.AnyTagClassName
{
color: #4EDE5B;
}
</style>
background-color css
<style>
a { background-color: #4EDE5B; }
a { background-color: rgb(78,222,91); }
div.DivClassName
{
background-color: #4EDE5B;
}
.BgClassName
{
background-color: #4EDE5B;
}
</style>
border-color css
<style>
span { border-color: #4EDE5B; }
span { border-color: rgb(78,222,91); }
td.TdClassName
{
border-color: #4EDE5B;
}
.TagClassName
{
border-color: #4EDE5B;
}
</style>