Shades of Fern #5EC45F
Tints of Fern #5EC45F
RGB
CMYK
RGB Variations
Color information
#5EC45F (or 0x5EC45F) is known color: Fern. HEX triplet: 5E, C4 and 5F. RGB value is (94,196,95). Sum of RGB (Red+Green+Blue) = 94+196+95=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC45F is #A13BA0. Grayscale: #9A9A9A. Windows color (decimal): -10566561 or 6276190. OLE color: 6276190.
HSL color Cylindrical-coordinate representation of color #5EC45F: hue angle of 120.59º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC45F is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 95 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.23 |
| HSL | 120.59º | 0.46% | 0.57% | - |
| HSV(B) | 120.59º | 0.52% | 0.77% | - |
| XYZ | 26.42 | 42.69 | 17.67 | - |
| YUV | 153.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 95 | 0.52 | 0 | 0.52 | 0.23 | 120.59 | 0.46 | 0.57 |
| Hex | 5E | C4 | 5F | 34 | 0 | 34 | 17 | 79 | 2E | 39 |
| Octal | 136 | 304 | 137 | 64 | 0 | 64 | 27 | 171 | 56 | 71 |
| Binary | 1011110 | 11000100 | 1011111 | 110100 | 0 | 110100 | 10111 | 1111001 | 101110 | 111001 |
Color Harmonies of #5EC45F
Complementary color
Monochromatic Colors of #5EC45F
Black with #5EC45F
Text Example
Text Example
White with #5EC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC45F; }
p { color: rgb(94,196,95); }
H1.HeaderClassName
{
color: #5EC45F;
}
.AnyTagClassName
{
color: #5EC45F;
}
</style>
background-color css
<style>
a { background-color: #5EC45F; }
a { background-color: rgb(94,196,95); }
div.DivClassName
{
background-color: #5EC45F;
}
.BgClassName
{
background-color: #5EC45F;
}
</style>
border-color css
<style>
span { border-color: #5EC45F; }
span { border-color: rgb(94,196,95); }
td.TdClassName
{
border-color: #5EC45F;
}
.TagClassName
{
border-color: #5EC45F;
}
</style>