Shades of Fern #5FB86B
Tints of Fern #5FB86B
RGB
CMYK
RGB Variations
Color information
#5FB86B (or 0x5FB86B) is known color: Fern. HEX triplet: 5F, B8 and 6B. RGB value is (95,184,107). Sum of RGB (Red+Green+Blue) = 95+184+107=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB86B is #A04794. Grayscale: #949494. Windows color (decimal): -10504085 or 7059551. OLE color: 7059551.
HSL color Cylindrical-coordinate representation of color #5FB86B: hue angle of 128.09º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB86B is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 107 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.28 |
| HSL | 128.09º | 0.39% | 0.55% | - |
| HSV(B) | 128.09º | 0.48% | 0.72% | - |
| XYZ | 24.51 | 37.78 | 19.91 | - |
| YUV | 148.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 107 | 0.48 | 0 | 0.42 | 0.28 | 128.09 | 0.39 | 0.55 |
| Hex | 5F | B8 | 6B | 30 | 0 | 2A | 1C | 80 | 27 | 37 |
| Octal | 137 | 270 | 153 | 60 | 0 | 52 | 34 | 200 | 47 | 67 |
| Binary | 1011111 | 10111000 | 1101011 | 110000 | 0 | 101010 | 11100 | 10000000 | 100111 | 110111 |
Color Harmonies of #5FB86B
Complementary color
Monochromatic Colors of #5FB86B
Black with #5FB86B
Text Example
Text Example
White with #5FB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB86B; }
p { color: rgb(95,184,107); }
H1.HeaderClassName
{
color: #5FB86B;
}
.AnyTagClassName
{
color: #5FB86B;
}
</style>
background-color css
<style>
a { background-color: #5FB86B; }
a { background-color: rgb(95,184,107); }
div.DivClassName
{
background-color: #5FB86B;
}
.BgClassName
{
background-color: #5FB86B;
}
</style>
border-color css
<style>
span { border-color: #5FB86B; }
span { border-color: rgb(95,184,107); }
td.TdClassName
{
border-color: #5FB86B;
}
.TagClassName
{
border-color: #5FB86B;
}
</style>