Shades of Emerald #4EDD92
Tints of Emerald #4EDD92
RGB
CMYK
RGB Variations
Color information
#4EDD92 (or 0x4EDD92) is known color: Emerald. HEX triplet: 4E, DD and 92. RGB value is (78,221,146). Sum of RGB (Red+Green+Blue) = 78+221+146=445 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.53% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDD92 is #B1226D. Grayscale: #A9A9A9. Windows color (decimal): -11608686 or 9624910. OLE color: 9624910.
HSL color Cylindrical-coordinate representation of color #4EDD92: hue angle of 148.53º degrees, saturation: 0.68, 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 #4EDD92 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 146 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.13 |
| HSL | 148.53º | 0.68% | 0.59% | - |
| HSV(B) | 148.53º | 0.65% | 0.87% | - |
| XYZ | 34.19 | 55.41 | 36.09 | - |
| YUV | 169.69 | 114.62 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 146 | 0.65 | 0 | 0.34 | 0.13 | 148.53 | 0.68 | 0.59 |
| Hex | 4E | DD | 92 | 41 | 0 | 22 | D | 95 | 44 | 3B |
| Octal | 116 | 335 | 222 | 101 | 0 | 42 | 15 | 225 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10010010 | 1000001 | 0 | 100010 | 1101 | 10010101 | 1000100 | 111011 |
Color Harmonies of #4EDD92
Complementary color
Monochromatic Colors of #4EDD92
Black with #4EDD92
Text Example
Text Example
White with #4EDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD92; }
p { color: rgb(78,221,146); }
H1.HeaderClassName
{
color: #4EDD92;
}
.AnyTagClassName
{
color: #4EDD92;
}
</style>
background-color css
<style>
a { background-color: #4EDD92; }
a { background-color: rgb(78,221,146); }
div.DivClassName
{
background-color: #4EDD92;
}
.BgClassName
{
background-color: #4EDD92;
}
</style>
border-color css
<style>
span { border-color: #4EDD92; }
span { border-color: rgb(78,221,146); }
td.TdClassName
{
border-color: #4EDD92;
}
.TagClassName
{
border-color: #4EDD92;
}
</style>