Shades of Emerald #4EC066
Tints of Emerald #4EC066
RGB
CMYK
RGB Variations
Color information
#4EC066 (or 0x4EC066) is known color: Emerald. HEX triplet: 4E, C0 and 66. RGB value is (78,192,102). Sum of RGB (Red+Green+Blue) = 78+192+102=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC066 is #B13F99. Grayscale: #939393. Windows color (decimal): -11616154 or 6733902. OLE color: 6733902.
HSL color Cylindrical-coordinate representation of color #4EC066: hue angle of 132.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC066 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 102 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.25 |
| HSL | 132.63º | 0.48% | 0.53% | - |
| HSV(B) | 132.63º | 0.59% | 0.75% | - |
| XYZ | 24.39 | 40.28 | 19.06 | - |
| YUV | 147.65 | 102.23 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 102 | 0.59 | 0 | 0.47 | 0.25 | 132.63 | 0.48 | 0.53 |
| Hex | 4E | C0 | 66 | 3B | 0 | 2F | 19 | 85 | 30 | 35 |
| Octal | 116 | 300 | 146 | 73 | 0 | 57 | 31 | 205 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1100110 | 111011 | 0 | 101111 | 11001 | 10000101 | 110000 | 110101 |
Color Harmonies of #4EC066
Complementary color
Monochromatic Colors of #4EC066
Black with #4EC066
Text Example
Text Example
White with #4EC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC066; }
p { color: rgb(78,192,102); }
H1.HeaderClassName
{
color: #4EC066;
}
.AnyTagClassName
{
color: #4EC066;
}
</style>
background-color css
<style>
a { background-color: #4EC066; }
a { background-color: rgb(78,192,102); }
div.DivClassName
{
background-color: #4EC066;
}
.BgClassName
{
background-color: #4EC066;
}
</style>
border-color css
<style>
span { border-color: #4EC066; }
span { border-color: rgb(78,192,102); }
td.TdClassName
{
border-color: #4EC066;
}
.TagClassName
{
border-color: #4EC066;
}
</style>