Shades of Emerald #4EC07C
Tints of Emerald #4EC07C
RGB
CMYK
RGB Variations
Color information
#4EC07C (or 0x4EC07C) is known color: Emerald. HEX triplet: 4E, C0 and 7C. RGB value is (78,192,124). Sum of RGB (Red+Green+Blue) = 78+192+124=394 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.80% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC07C is #B13F83. Grayscale: #969696. Windows color (decimal): -11616132 or 8175694. OLE color: 8175694.
HSL color Cylindrical-coordinate representation of color #4EC07C: hue angle of 144.21º 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 #4EC07C is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 124 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.25 |
| HSL | 144.21º | 0.48% | 0.53% | - |
| HSV(B) | 144.21º | 0.59% | 0.75% | - |
| XYZ | 25.63 | 40.77 | 25.59 | - |
| YUV | 150.16 | 113.23 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 124 | 0.59 | 0 | 0.35 | 0.25 | 144.21 | 0.48 | 0.53 |
| Hex | 4E | C0 | 7C | 3B | 0 | 23 | 19 | 90 | 30 | 35 |
| Octal | 116 | 300 | 174 | 73 | 0 | 43 | 31 | 220 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1111100 | 111011 | 0 | 100011 | 11001 | 10010000 | 110000 | 110101 |
Color Harmonies of #4EC07C
Complementary color
Monochromatic Colors of #4EC07C
Black with #4EC07C
Text Example
Text Example
White with #4EC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC07C; }
p { color: rgb(78,192,124); }
H1.HeaderClassName
{
color: #4EC07C;
}
.AnyTagClassName
{
color: #4EC07C;
}
</style>
background-color css
<style>
a { background-color: #4EC07C; }
a { background-color: rgb(78,192,124); }
div.DivClassName
{
background-color: #4EC07C;
}
.BgClassName
{
background-color: #4EC07C;
}
</style>
border-color css
<style>
span { border-color: #4EC07C; }
span { border-color: rgb(78,192,124); }
td.TdClassName
{
border-color: #4EC07C;
}
.TagClassName
{
border-color: #4EC07C;
}
</style>