Shades of Emerald #4EDE61
Tints of Emerald #4EDE61
RGB
CMYK
RGB Variations
Color information
#4EDE61 (or 0x4EDE61) is known color: Emerald. HEX triplet: 4E, DE and 61. RGB value is (78,222,97). Sum of RGB (Red+Green+Blue) = 78+222+97=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDE61 is #B1219E. Grayscale: #A5A5A5. Windows color (decimal): -11608479 or 6413902. OLE color: 6413902.
HSL color Cylindrical-coordinate representation of color #4EDE61: hue angle of 127.92º 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 #4EDE61 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 97 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.13 |
| HSL | 127.92º | 0.69% | 0.59% | - |
| HSV(B) | 127.92º | 0.65% | 0.87% | - |
| XYZ | 31.42 | 54.73 | 20.22 | - |
| YUV | 164.69 | 89.79 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 97 | 0.65 | 0 | 0.56 | 0.13 | 127.92 | 0.69 | 0.59 |
| Hex | 4E | DE | 61 | 41 | 0 | 38 | D | 80 | 45 | 3B |
| Octal | 116 | 336 | 141 | 101 | 0 | 70 | 15 | 200 | 105 | 73 |
| Binary | 1001110 | 11011110 | 1100001 | 1000001 | 0 | 111000 | 1101 | 10000000 | 1000101 | 111011 |
Color Harmonies of #4EDE61
Complementary color
Monochromatic Colors of #4EDE61
Black with #4EDE61
Text Example
Text Example
White with #4EDE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDE61; }
p { color: rgb(78,222,97); }
H1.HeaderClassName
{
color: #4EDE61;
}
.AnyTagClassName
{
color: #4EDE61;
}
</style>
background-color css
<style>
a { background-color: #4EDE61; }
a { background-color: rgb(78,222,97); }
div.DivClassName
{
background-color: #4EDE61;
}
.BgClassName
{
background-color: #4EDE61;
}
</style>
border-color css
<style>
span { border-color: #4EDE61; }
span { border-color: rgb(78,222,97); }
td.TdClassName
{
border-color: #4EDE61;
}
.TagClassName
{
border-color: #4EDE61;
}
</style>