Shades of Emerald #4ED06D
Tints of Emerald #4ED06D
RGB
CMYK
RGB Variations
Color information
#4ED06D (or 0x4ED06D) is known color: Emerald. HEX triplet: 4E, D0 and 6D. RGB value is (78,208,109). Sum of RGB (Red+Green+Blue) = 78+208+109=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED06D is #B12F92. Grayscale: #9E9E9E. Windows color (decimal): -11612051 or 7196750. OLE color: 7196750.
HSL color Cylindrical-coordinate representation of color #4ED06D: hue angle of 134.31º 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 #4ED06D is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 109 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.18 |
| HSL | 134.31º | 0.58% | 0.56% | - |
| HSV(B) | 134.31º | 0.63% | 0.82% | - |
| XYZ | 28.46 | 47.84 | 22.2 | - |
| YUV | 157.84 | 100.43 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 109 | 0.62 | 0 | 0.48 | 0.18 | 134.31 | 0.58 | 0.56 |
| Hex | 4E | D0 | 6D | 3E | 0 | 30 | 12 | 86 | 3A | 38 |
| Octal | 116 | 320 | 155 | 76 | 0 | 60 | 22 | 206 | 72 | 70 |
| Binary | 1001110 | 11010000 | 1101101 | 111110 | 0 | 110000 | 10010 | 10000110 | 111010 | 111000 |
Color Harmonies of #4ED06D
Complementary color
Monochromatic Colors of #4ED06D
Black with #4ED06D
Text Example
Text Example
White with #4ED06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED06D; }
p { color: rgb(78,208,109); }
H1.HeaderClassName
{
color: #4ED06D;
}
.AnyTagClassName
{
color: #4ED06D;
}
</style>
background-color css
<style>
a { background-color: #4ED06D; }
a { background-color: rgb(78,208,109); }
div.DivClassName
{
background-color: #4ED06D;
}
.BgClassName
{
background-color: #4ED06D;
}
</style>
border-color css
<style>
span { border-color: #4ED06D; }
span { border-color: rgb(78,208,109); }
td.TdClassName
{
border-color: #4ED06D;
}
.TagClassName
{
border-color: #4ED06D;
}
</style>