Shades of Fern #4EC85A
Tints of Fern #4EC85A
RGB
CMYK
RGB Variations
Color information
#4EC85A (or 0x4EC85A) is known color: Fern. HEX triplet: 4E, C8 and 5A. RGB value is (78,200,90). Sum of RGB (Red+Green+Blue) = 78+200+90=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC85A is #B137A5. Grayscale: #979797. Windows color (decimal): -11614118 or 5949518. OLE color: 5949518.
HSL color Cylindrical-coordinate representation of color #4EC85A: hue angle of 125.9º 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 #4EC85A is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 90 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.22 |
| HSL | 125.9º | 0.53% | 0.55% | - |
| HSV(B) | 125.9º | 0.61% | 0.78% | - |
| XYZ | 25.64 | 43.67 | 16.75 | - |
| YUV | 150.98 | 93.58 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 90 | 0.61 | 0 | 0.55 | 0.22 | 125.9 | 0.53 | 0.55 |
| Hex | 4E | C8 | 5A | 3D | 0 | 37 | 16 | 7E | 35 | 37 |
| Octal | 116 | 310 | 132 | 75 | 0 | 67 | 26 | 176 | 65 | 67 |
| Binary | 1001110 | 11001000 | 1011010 | 111101 | 0 | 110111 | 10110 | 1111110 | 110101 | 110111 |
Color Harmonies of #4EC85A
Complementary color
Monochromatic Colors of #4EC85A
Black with #4EC85A
Text Example
Text Example
White with #4EC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC85A; }
p { color: rgb(78,200,90); }
H1.HeaderClassName
{
color: #4EC85A;
}
.AnyTagClassName
{
color: #4EC85A;
}
</style>
background-color css
<style>
a { background-color: #4EC85A; }
a { background-color: rgb(78,200,90); }
div.DivClassName
{
background-color: #4EC85A;
}
.BgClassName
{
background-color: #4EC85A;
}
</style>
border-color css
<style>
span { border-color: #4EC85A; }
span { border-color: rgb(78,200,90); }
td.TdClassName
{
border-color: #4EC85A;
}
.TagClassName
{
border-color: #4EC85A;
}
</style>