Shades of Fern #5EC36F
Tints of Fern #5EC36F
RGB
CMYK
RGB Variations
Color information
#5EC36F (or 0x5EC36F) is known color: Fern. HEX triplet: 5E, C3 and 6F. RGB value is (94,195,111). Sum of RGB (Red+Green+Blue) = 94+195+111=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC36F is #A13C90. Grayscale: #9B9B9B. Windows color (decimal): -10566801 or 7324510. OLE color: 7324510.
HSL color Cylindrical-coordinate representation of color #5EC36F: hue angle of 130.1º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC36F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 111 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.24 |
| HSL | 130.1º | 0.46% | 0.57% | - |
| HSV(B) | 130.1º | 0.52% | 0.76% | - |
| XYZ | 27 | 42.56 | 21.83 | - |
| YUV | 155.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 111 | 0.52 | 0 | 0.43 | 0.24 | 130.1 | 0.46 | 0.57 |
| Hex | 5E | C3 | 6F | 34 | 0 | 2B | 18 | 82 | 2E | 39 |
| Octal | 136 | 303 | 157 | 64 | 0 | 53 | 30 | 202 | 56 | 71 |
| Binary | 1011110 | 11000011 | 1101111 | 110100 | 0 | 101011 | 11000 | 10000010 | 101110 | 111001 |
Color Harmonies of #5EC36F
Complementary color
Monochromatic Colors of #5EC36F
Black with #5EC36F
Text Example
Text Example
White with #5EC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC36F; }
p { color: rgb(94,195,111); }
H1.HeaderClassName
{
color: #5EC36F;
}
.AnyTagClassName
{
color: #5EC36F;
}
</style>
background-color css
<style>
a { background-color: #5EC36F; }
a { background-color: rgb(94,195,111); }
div.DivClassName
{
background-color: #5EC36F;
}
.BgClassName
{
background-color: #5EC36F;
}
</style>
border-color css
<style>
span { border-color: #5EC36F; }
span { border-color: rgb(94,195,111); }
td.TdClassName
{
border-color: #5EC36F;
}
.TagClassName
{
border-color: #5EC36F;
}
</style>