Shades of Fern #4EC85B
Tints of Fern #4EC85B
RGB
CMYK
RGB Variations
Color information
#4EC85B (or 0x4EC85B) is known color: Fern. HEX triplet: 4E, C8 and 5B. RGB value is (78,200,91). Sum of RGB (Red+Green+Blue) = 78+200+91=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC85B is #B137A4. Grayscale: #979797. Windows color (decimal): -11614117 or 6015054. OLE color: 6015054.
HSL color Cylindrical-coordinate representation of color #4EC85B: hue angle of 126.39º 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 #4EC85B is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 91 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.22 |
| HSL | 126.39º | 0.53% | 0.55% | - |
| HSV(B) | 126.39º | 0.61% | 0.78% | - |
| XYZ | 25.68 | 43.68 | 16.98 | - |
| YUV | 151.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 91 | 0.61 | 0 | 0.54 | 0.22 | 126.39 | 0.53 | 0.55 |
| Hex | 4E | C8 | 5B | 3D | 0 | 36 | 16 | 7E | 35 | 37 |
| Octal | 116 | 310 | 133 | 75 | 0 | 66 | 26 | 176 | 65 | 67 |
| Binary | 1001110 | 11001000 | 1011011 | 111101 | 0 | 110110 | 10110 | 1111110 | 110101 | 110111 |
Color Harmonies of #4EC85B
Complementary color
Monochromatic Colors of #4EC85B
Black with #4EC85B
Text Example
Text Example
White with #4EC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC85B; }
p { color: rgb(78,200,91); }
H1.HeaderClassName
{
color: #4EC85B;
}
.AnyTagClassName
{
color: #4EC85B;
}
</style>
background-color css
<style>
a { background-color: #4EC85B; }
a { background-color: rgb(78,200,91); }
div.DivClassName
{
background-color: #4EC85B;
}
.BgClassName
{
background-color: #4EC85B;
}
</style>
border-color css
<style>
span { border-color: #4EC85B; }
span { border-color: rgb(78,200,91); }
td.TdClassName
{
border-color: #4EC85B;
}
.TagClassName
{
border-color: #4EC85B;
}
</style>