Shades of Fern #5EC86C
Tints of Fern #5EC86C
RGB
CMYK
RGB Variations
Color information
#5EC86C (or 0x5EC86C) is known color: Fern. HEX triplet: 5E, C8 and 6C. RGB value is (94,200,108). Sum of RGB (Red+Green+Blue) = 94+200+108=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC86C is #A13793. Grayscale: #9E9E9E. Windows color (decimal): -10565524 or 7129182. OLE color: 7129182.
HSL color Cylindrical-coordinate representation of color #5EC86C: hue angle of 127.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC86C is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 108 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.22 |
| HSL | 127.92º | 0.49% | 0.58% | - |
| HSV(B) | 127.92º | 0.53% | 0.78% | - |
| XYZ | 27.98 | 44.77 | 21.35 | - |
| YUV | 157.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 108 | 0.53 | 0 | 0.46 | 0.22 | 127.92 | 0.49 | 0.58 |
| Hex | 5E | C8 | 6C | 35 | 0 | 2E | 16 | 80 | 31 | 3A |
| Octal | 136 | 310 | 154 | 65 | 0 | 56 | 26 | 200 | 61 | 72 |
| Binary | 1011110 | 11001000 | 1101100 | 110101 | 0 | 101110 | 10110 | 10000000 | 110001 | 111010 |
Color Harmonies of #5EC86C
Complementary color
Monochromatic Colors of #5EC86C
Black with #5EC86C
Text Example
Text Example
White with #5EC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC86C; }
p { color: rgb(94,200,108); }
H1.HeaderClassName
{
color: #5EC86C;
}
.AnyTagClassName
{
color: #5EC86C;
}
</style>
background-color css
<style>
a { background-color: #5EC86C; }
a { background-color: rgb(94,200,108); }
div.DivClassName
{
background-color: #5EC86C;
}
.BgClassName
{
background-color: #5EC86C;
}
</style>
border-color css
<style>
span { border-color: #5EC86C; }
span { border-color: rgb(94,200,108); }
td.TdClassName
{
border-color: #5EC86C;
}
.TagClassName
{
border-color: #5EC86C;
}
</style>