Shades of Emerald #4ED06B
Tints of Emerald #4ED06B
RGB
CMYK
RGB Variations
Color information
#4ED06B (or 0x4ED06B) is known color: Emerald. HEX triplet: 4E, D0 and 6B. RGB value is (78,208,107). Sum of RGB (Red+Green+Blue) = 78+208+107=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED06B is #B12F94. Grayscale: #9D9D9D. Windows color (decimal): -11612053 or 7065678. OLE color: 7065678.
HSL color Cylindrical-coordinate representation of color #4ED06B: hue angle of 133.38º 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 #4ED06B is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 107 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.18 |
| HSL | 133.38º | 0.58% | 0.56% | - |
| HSV(B) | 133.38º | 0.63% | 0.82% | - |
| XYZ | 28.35 | 47.79 | 21.64 | - |
| YUV | 157.62 | 99.43 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 107 | 0.62 | 0 | 0.49 | 0.18 | 133.38 | 0.58 | 0.56 |
| Hex | 4E | D0 | 6B | 3E | 0 | 31 | 12 | 85 | 3A | 38 |
| Octal | 116 | 320 | 153 | 76 | 0 | 61 | 22 | 205 | 72 | 70 |
| Binary | 1001110 | 11010000 | 1101011 | 111110 | 0 | 110001 | 10010 | 10000101 | 111010 | 111000 |
Color Harmonies of #4ED06B
Complementary color
Monochromatic Colors of #4ED06B
Black with #4ED06B
Text Example
Text Example
White with #4ED06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED06B; }
p { color: rgb(78,208,107); }
H1.HeaderClassName
{
color: #4ED06B;
}
.AnyTagClassName
{
color: #4ED06B;
}
</style>
background-color css
<style>
a { background-color: #4ED06B; }
a { background-color: rgb(78,208,107); }
div.DivClassName
{
background-color: #4ED06B;
}
.BgClassName
{
background-color: #4ED06B;
}
</style>
border-color css
<style>
span { border-color: #4ED06B; }
span { border-color: rgb(78,208,107); }
td.TdClassName
{
border-color: #4ED06B;
}
.TagClassName
{
border-color: #4ED06B;
}
</style>