Shades of Fern #5FC86F
Tints of Fern #5FC86F
RGB
CMYK
RGB Variations
Color information
#5FC86F (or 0x5FC86F) is known color: Fern. HEX triplet: 5F, C8 and 6F. RGB value is (95,200,111). Sum of RGB (Red+Green+Blue) = 95+200+111=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC86F is #A03790. Grayscale: #9E9E9E. Windows color (decimal): -10499985 or 7325791. OLE color: 7325791.
HSL color Cylindrical-coordinate representation of color #5FC86F: hue angle of 129.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC86F is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 111 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.22 |
| HSL | 129.14º | 0.49% | 0.58% | - |
| HSV(B) | 129.14º | 0.53% | 0.78% | - |
| XYZ | 28.24 | 44.89 | 22.21 | - |
| YUV | 158.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 111 | 0.52 | 0 | 0.44 | 0.22 | 129.14 | 0.49 | 0.58 |
| Hex | 5F | C8 | 6F | 34 | 0 | 2C | 16 | 81 | 31 | 3A |
| Octal | 137 | 310 | 157 | 64 | 0 | 54 | 26 | 201 | 61 | 72 |
| Binary | 1011111 | 11001000 | 1101111 | 110100 | 0 | 101100 | 10110 | 10000001 | 110001 | 111010 |
Color Harmonies of #5FC86F
Complementary color
Monochromatic Colors of #5FC86F
Black with #5FC86F
Text Example
Text Example
White with #5FC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC86F; }
p { color: rgb(95,200,111); }
H1.HeaderClassName
{
color: #5FC86F;
}
.AnyTagClassName
{
color: #5FC86F;
}
</style>
background-color css
<style>
a { background-color: #5FC86F; }
a { background-color: rgb(95,200,111); }
div.DivClassName
{
background-color: #5FC86F;
}
.BgClassName
{
background-color: #5FC86F;
}
</style>
border-color css
<style>
span { border-color: #5FC86F; }
span { border-color: rgb(95,200,111); }
td.TdClassName
{
border-color: #5FC86F;
}
.TagClassName
{
border-color: #5FC86F;
}
</style>