Shades of Emerald #4EDD6C
Tints of Emerald #4EDD6C
RGB
CMYK
RGB Variations
Color information
#4EDD6C (or 0x4EDD6C) is known color: Emerald. HEX triplet: 4E, DD and 6C. RGB value is (78,221,108). Sum of RGB (Red+Green+Blue) = 78+221+108=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDD6C is #B12293. Grayscale: #A5A5A5. Windows color (decimal): -11608724 or 7134542. OLE color: 7134542.
HSL color Cylindrical-coordinate representation of color #4EDD6C: hue angle of 132.59º 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 #4EDD6C is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 108 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.13 |
| HSL | 132.59º | 0.68% | 0.59% | - |
| HSV(B) | 132.59º | 0.65% | 0.87% | - |
| XYZ | 31.71 | 54.42 | 23.02 | - |
| YUV | 165.36 | 95.62 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 108 | 0.65 | 0 | 0.51 | 0.13 | 132.59 | 0.68 | 0.59 |
| Hex | 4E | DD | 6C | 41 | 0 | 33 | D | 85 | 44 | 3B |
| Octal | 116 | 335 | 154 | 101 | 0 | 63 | 15 | 205 | 104 | 73 |
| Binary | 1001110 | 11011101 | 1101100 | 1000001 | 0 | 110011 | 1101 | 10000101 | 1000100 | 111011 |
Color Harmonies of #4EDD6C
Complementary color
Monochromatic Colors of #4EDD6C
Black with #4EDD6C
Text Example
Text Example
White with #4EDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD6C; }
p { color: rgb(78,221,108); }
H1.HeaderClassName
{
color: #4EDD6C;
}
.AnyTagClassName
{
color: #4EDD6C;
}
</style>
background-color css
<style>
a { background-color: #4EDD6C; }
a { background-color: rgb(78,221,108); }
div.DivClassName
{
background-color: #4EDD6C;
}
.BgClassName
{
background-color: #4EDD6C;
}
</style>
border-color css
<style>
span { border-color: #4EDD6C; }
span { border-color: rgb(78,221,108); }
td.TdClassName
{
border-color: #4EDD6C;
}
.TagClassName
{
border-color: #4EDD6C;
}
</style>