Shades of Emerald #4EC85F
Tints of Emerald #4EC85F
RGB
CMYK
RGB Variations
Color information
#4EC85F (or 0x4EC85F) is known color: Emerald. HEX triplet: 4E, C8 and 5F. RGB value is (78,200,95). Sum of RGB (Red+Green+Blue) = 78+200+95=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC85F is #B137A0. Grayscale: #979797. Windows color (decimal): -11614113 or 6277198. OLE color: 6277198.
HSL color Cylindrical-coordinate representation of color #4EC85F: hue angle of 128.36º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC85F is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 95 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.22 |
| HSL | 128.36º | 0.53% | 0.55% | - |
| HSV(B) | 128.36º | 0.61% | 0.78% | - |
| XYZ | 25.86 | 43.75 | 17.91 | - |
| YUV | 151.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 95 | 0.61 | 0 | 0.52 | 0.22 | 128.36 | 0.53 | 0.55 |
| Hex | 4E | C8 | 5F | 3D | 0 | 34 | 16 | 80 | 35 | 37 |
| Octal | 116 | 310 | 137 | 75 | 0 | 64 | 26 | 200 | 65 | 67 |
| Binary | 1001110 | 11001000 | 1011111 | 111101 | 0 | 110100 | 10110 | 10000000 | 110101 | 110111 |
Color Harmonies of #4EC85F
Complementary color
Monochromatic Colors of #4EC85F
Black with #4EC85F
Text Example
Text Example
White with #4EC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC85F; }
p { color: rgb(78,200,95); }
H1.HeaderClassName
{
color: #4EC85F;
}
.AnyTagClassName
{
color: #4EC85F;
}
</style>
background-color css
<style>
a { background-color: #4EC85F; }
a { background-color: rgb(78,200,95); }
div.DivClassName
{
background-color: #4EC85F;
}
.BgClassName
{
background-color: #4EC85F;
}
</style>
border-color css
<style>
span { border-color: #4EC85F; }
span { border-color: rgb(78,200,95); }
td.TdClassName
{
border-color: #4EC85F;
}
.TagClassName
{
border-color: #4EC85F;
}
</style>