Shades of Fern #5FC86B
Tints of Fern #5FC86B
RGB
CMYK
RGB Variations
Color information
#5FC86B (or 0x5FC86B) is known color: Fern. HEX triplet: 5F, C8 and 6B. RGB value is (95,200,107). Sum of RGB (Red+Green+Blue) = 95+200+107=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC86B is #A03794. Grayscale: #9E9E9E. Windows color (decimal): -10499989 or 7063647. OLE color: 7063647.
HSL color Cylindrical-coordinate representation of color #5FC86B: hue angle of 126.86º 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 #5FC86B is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 107 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.22 |
| HSL | 126.86º | 0.49% | 0.58% | - |
| HSV(B) | 126.86º | 0.53% | 0.78% | - |
| XYZ | 28.03 | 44.8 | 21.08 | - |
| YUV | 158 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 107 | 0.52 | 0 | 0.46 | 0.22 | 126.86 | 0.49 | 0.58 |
| Hex | 5F | C8 | 6B | 34 | 0 | 2E | 16 | 7F | 31 | 3A |
| Octal | 137 | 310 | 153 | 64 | 0 | 56 | 26 | 177 | 61 | 72 |
| Binary | 1011111 | 11001000 | 1101011 | 110100 | 0 | 101110 | 10110 | 1111111 | 110001 | 111010 |
Color Harmonies of #5FC86B
Complementary color
Monochromatic Colors of #5FC86B
Black with #5FC86B
Text Example
Text Example
White with #5FC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC86B; }
p { color: rgb(95,200,107); }
H1.HeaderClassName
{
color: #5FC86B;
}
.AnyTagClassName
{
color: #5FC86B;
}
</style>
background-color css
<style>
a { background-color: #5FC86B; }
a { background-color: rgb(95,200,107); }
div.DivClassName
{
background-color: #5FC86B;
}
.BgClassName
{
background-color: #5FC86B;
}
</style>
border-color css
<style>
span { border-color: #5FC86B; }
span { border-color: rgb(95,200,107); }
td.TdClassName
{
border-color: #5FC86B;
}
.TagClassName
{
border-color: #5FC86B;
}
</style>