Shades of Emerald #4ED486
Tints of Emerald #4ED486
RGB
CMYK
RGB Variations
Color information
#4ED486 (or 0x4ED486) is known color: Emerald. HEX triplet: 4E, D4 and 86. RGB value is (78,212,134). Sum of RGB (Red+Green+Blue) = 78+212+134=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED486 is #B12B79. Grayscale: #A3A3A3. Windows color (decimal): -11611002 or 8836174. OLE color: 8836174.
HSL color Cylindrical-coordinate representation of color #4ED486: hue angle of 145.07º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED486 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 212 | 134 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.17 |
| HSL | 145.07º | 0.61% | 0.57% | - |
| HSV(B) | 145.07º | 0.63% | 0.83% | - |
| XYZ | 30.99 | 50.43 | 30.65 | - |
| YUV | 163.04 | 111.61 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 134 | 0.63 | 0 | 0.37 | 0.17 | 145.07 | 0.61 | 0.57 |
| Hex | 4E | D4 | 86 | 3F | 0 | 25 | 11 | 91 | 3D | 39 |
| Octal | 116 | 324 | 206 | 77 | 0 | 45 | 21 | 221 | 75 | 71 |
| Binary | 1001110 | 11010100 | 10000110 | 111111 | 0 | 100101 | 10001 | 10010001 | 111101 | 111001 |
Color Harmonies of #4ED486
Complementary color
Monochromatic Colors of #4ED486
Black with #4ED486
Text Example
Text Example
White with #4ED486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED486; }
p { color: rgb(78,212,134); }
H1.HeaderClassName
{
color: #4ED486;
}
.AnyTagClassName
{
color: #4ED486;
}
</style>
background-color css
<style>
a { background-color: #4ED486; }
a { background-color: rgb(78,212,134); }
div.DivClassName
{
background-color: #4ED486;
}
.BgClassName
{
background-color: #4ED486;
}
</style>
border-color css
<style>
span { border-color: #4ED486; }
span { border-color: rgb(78,212,134); }
td.TdClassName
{
border-color: #4ED486;
}
.TagClassName
{
border-color: #4ED486;
}
</style>