Shades of Fern #5FC86D
Tints of Fern #5FC86D
RGB
CMYK
RGB Variations
Color information
#5FC86D (or 0x5FC86D) is known color: Fern. HEX triplet: 5F, C8 and 6D. RGB value is (95,200,109). Sum of RGB (Red+Green+Blue) = 95+200+109=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC86D is #A03792. Grayscale: #9E9E9E. Windows color (decimal): -10499987 or 7194719. OLE color: 7194719.
HSL color Cylindrical-coordinate representation of color #5FC86D: hue angle of 128º 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 #5FC86D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 109 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.22 |
| HSL | 128º | 0.49% | 0.58% | - |
| HSV(B) | 128º | 0.53% | 0.78% | - |
| XYZ | 28.13 | 44.85 | 21.64 | - |
| YUV | 158.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 109 | 0.52 | 0 | 0.46 | 0.22 | 128 | 0.49 | 0.58 |
| Hex | 5F | C8 | 6D | 34 | 0 | 2E | 16 | 80 | 31 | 3A |
| Octal | 137 | 310 | 155 | 64 | 0 | 56 | 26 | 200 | 61 | 72 |
| Binary | 1011111 | 11001000 | 1101101 | 110100 | 0 | 101110 | 10110 | 10000000 | 110001 | 111010 |
Color Harmonies of #5FC86D
Complementary color
Monochromatic Colors of #5FC86D
Black with #5FC86D
Text Example
Text Example
White with #5FC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC86D; }
p { color: rgb(95,200,109); }
H1.HeaderClassName
{
color: #5FC86D;
}
.AnyTagClassName
{
color: #5FC86D;
}
</style>
background-color css
<style>
a { background-color: #5FC86D; }
a { background-color: rgb(95,200,109); }
div.DivClassName
{
background-color: #5FC86D;
}
.BgClassName
{
background-color: #5FC86D;
}
</style>
border-color css
<style>
span { border-color: #5FC86D; }
span { border-color: rgb(95,200,109); }
td.TdClassName
{
border-color: #5FC86D;
}
.TagClassName
{
border-color: #5FC86D;
}
</style>