Shades of Fern #4EBF5F
Tints of Fern #4EBF5F
RGB
CMYK
RGB Variations
Color information
#4EBF5F (or 0x4EBF5F) is known color: Fern. HEX triplet: 4E, BF and 5F. RGB value is (78,191,95). Sum of RGB (Red+Green+Blue) = 78+191+95=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBF5F is #B140A0. Grayscale: #929292. Windows color (decimal): -11616417 or 6274894. OLE color: 6274894.
HSL color Cylindrical-coordinate representation of color #4EBF5F: hue angle of 129.03º 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 #4EBF5F is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 191 | 95 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.25 |
| HSL | 129.03º | 0.47% | 0.53% | - |
| HSV(B) | 129.03º | 0.59% | 0.75% | - |
| XYZ | 23.84 | 39.71 | 17.23 | - |
| YUV | 146.27 | 99.06 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 95 | 0.59 | 0 | 0.50 | 0.25 | 129.03 | 0.47 | 0.53 |
| Hex | 4E | BF | 5F | 3B | 0 | 32 | 19 | 81 | 2F | 35 |
| Octal | 116 | 277 | 137 | 73 | 0 | 62 | 31 | 201 | 57 | 65 |
| Binary | 1001110 | 10111111 | 1011111 | 111011 | 0 | 110010 | 11001 | 10000001 | 101111 | 110101 |
Color Harmonies of #4EBF5F
Complementary color
Monochromatic Colors of #4EBF5F
Black with #4EBF5F
Text Example
Text Example
White with #4EBF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBF5F; }
p { color: rgb(78,191,95); }
H1.HeaderClassName
{
color: #4EBF5F;
}
.AnyTagClassName
{
color: #4EBF5F;
}
</style>
background-color css
<style>
a { background-color: #4EBF5F; }
a { background-color: rgb(78,191,95); }
div.DivClassName
{
background-color: #4EBF5F;
}
.BgClassName
{
background-color: #4EBF5F;
}
</style>
border-color css
<style>
span { border-color: #4EBF5F; }
span { border-color: rgb(78,191,95); }
td.TdClassName
{
border-color: #4EBF5F;
}
.TagClassName
{
border-color: #4EBF5F;
}
</style>