Shades of Emerald #4EC075
Tints of Emerald #4EC075
RGB
CMYK
RGB Variations
Color information
#4EC075 (or 0x4EC075) is known color: Emerald. HEX triplet: 4E, C0 and 75. RGB value is (78,192,117). Sum of RGB (Red+Green+Blue) = 78+192+117=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC075 is #B13F8A. Grayscale: #959595. Windows color (decimal): -11616139 or 7716942. OLE color: 7716942.
HSL color Cylindrical-coordinate representation of color #4EC075: hue angle of 140.53º 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 #4EC075 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 117 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.25 |
| HSL | 140.53º | 0.48% | 0.53% | - |
| HSV(B) | 140.53º | 0.59% | 0.75% | - |
| XYZ | 25.2 | 40.6 | 23.34 | - |
| YUV | 149.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 117 | 0.59 | 0 | 0.39 | 0.25 | 140.53 | 0.48 | 0.53 |
| Hex | 4E | C0 | 75 | 3B | 0 | 27 | 19 | 8D | 30 | 35 |
| Octal | 116 | 300 | 165 | 73 | 0 | 47 | 31 | 215 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1110101 | 111011 | 0 | 100111 | 11001 | 10001101 | 110000 | 110101 |
Color Harmonies of #4EC075
Complementary color
Monochromatic Colors of #4EC075
Black with #4EC075
Text Example
Text Example
White with #4EC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC075; }
p { color: rgb(78,192,117); }
H1.HeaderClassName
{
color: #4EC075;
}
.AnyTagClassName
{
color: #4EC075;
}
</style>
background-color css
<style>
a { background-color: #4EC075; }
a { background-color: rgb(78,192,117); }
div.DivClassName
{
background-color: #4EC075;
}
.BgClassName
{
background-color: #4EC075;
}
</style>
border-color css
<style>
span { border-color: #4EC075; }
span { border-color: rgb(78,192,117); }
td.TdClassName
{
border-color: #4EC075;
}
.TagClassName
{
border-color: #4EC075;
}
</style>