Shades of Emerald #4EDD81
Tints of Emerald #4EDD81
RGB
CMYK
RGB Variations
Color information
#4EDD81 (or 0x4EDD81) is known color: Emerald. HEX triplet: 4E, DD and 81. RGB value is (78,221,129). Sum of RGB (Red+Green+Blue) = 78+221+129=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDD81 is #B1227E. Grayscale: #A7A7A7. Windows color (decimal): -11608703 or 8510798. OLE color: 8510798.
HSL color Cylindrical-coordinate representation of color #4EDD81: hue angle of 141.4º 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 #4EDD81 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 129 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.13 |
| HSL | 141.4º | 0.68% | 0.59% | - |
| HSV(B) | 141.4º | 0.65% | 0.87% | - |
| XYZ | 32.96 | 54.92 | 29.63 | - |
| YUV | 167.76 | 106.12 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 129 | 0.65 | 0 | 0.42 | 0.13 | 141.4 | 0.68 | 0.59 |
| Hex | 4E | DD | 81 | 41 | 0 | 2A | D | 8D | 44 | 3B |
| Octal | 116 | 335 | 201 | 101 | 0 | 52 | 15 | 215 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10000001 | 1000001 | 0 | 101010 | 1101 | 10001101 | 1000100 | 111011 |
Color Harmonies of #4EDD81
Complementary color
Monochromatic Colors of #4EDD81
Black with #4EDD81
Text Example
Text Example
White with #4EDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD81; }
p { color: rgb(78,221,129); }
H1.HeaderClassName
{
color: #4EDD81;
}
.AnyTagClassName
{
color: #4EDD81;
}
</style>
background-color css
<style>
a { background-color: #4EDD81; }
a { background-color: rgb(78,221,129); }
div.DivClassName
{
background-color: #4EDD81;
}
.BgClassName
{
background-color: #4EDD81;
}
</style>
border-color css
<style>
span { border-color: #4EDD81; }
span { border-color: rgb(78,221,129); }
td.TdClassName
{
border-color: #4EDD81;
}
.TagClassName
{
border-color: #4EDD81;
}
</style>