Shades of Emerald #4ED082
Tints of Emerald #4ED082
RGB
CMYK
RGB Variations
Color information
#4ED082 (or 0x4ED082) is known color: Emerald. HEX triplet: 4E, D0 and 82. RGB value is (78,208,130). Sum of RGB (Red+Green+Blue) = 78+208+130=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED082 is #B12F7D. Grayscale: #A0A0A0. Windows color (decimal): -11612030 or 8573006. OLE color: 8573006.
HSL color Cylindrical-coordinate representation of color #4ED082: hue angle of 144º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED082 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 130 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.18 |
| HSL | 144º | 0.58% | 0.56% | - |
| HSV(B) | 144º | 0.63% | 0.82% | - |
| XYZ | 29.73 | 48.34 | 28.88 | - |
| YUV | 160.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 130 | 0.62 | 0 | 0.38 | 0.18 | 144 | 0.58 | 0.56 |
| Hex | 4E | D0 | 82 | 3E | 0 | 26 | 12 | 90 | 3A | 38 |
| Octal | 116 | 320 | 202 | 76 | 0 | 46 | 22 | 220 | 72 | 70 |
| Binary | 1001110 | 11010000 | 10000010 | 111110 | 0 | 100110 | 10010 | 10010000 | 111010 | 111000 |
Color Harmonies of #4ED082
Complementary color
Monochromatic Colors of #4ED082
Black with #4ED082
Text Example
Text Example
White with #4ED082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED082; }
p { color: rgb(78,208,130); }
H1.HeaderClassName
{
color: #4ED082;
}
.AnyTagClassName
{
color: #4ED082;
}
</style>
background-color css
<style>
a { background-color: #4ED082; }
a { background-color: rgb(78,208,130); }
div.DivClassName
{
background-color: #4ED082;
}
.BgClassName
{
background-color: #4ED082;
}
</style>
border-color css
<style>
span { border-color: #4ED082; }
span { border-color: rgb(78,208,130); }
td.TdClassName
{
border-color: #4ED082;
}
.TagClassName
{
border-color: #4ED082;
}
</style>