Shades of Fern #5FBA71
Tints of Fern #5FBA71
RGB
CMYK
RGB Variations
Color information
#5FBA71 (or 0x5FBA71) is known color: Fern. HEX triplet: 5F, BA and 71. RGB value is (95,186,113). Sum of RGB (Red+Green+Blue) = 95+186+113=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA71 is #A0458E. Grayscale: #969696. Windows color (decimal): -10503567 or 7453279. OLE color: 7453279.
HSL color Cylindrical-coordinate representation of color #5FBA71: hue angle of 131.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBA71 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 113 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.27 |
| HSL | 131.87º | 0.4% | 0.55% | - |
| HSV(B) | 131.87º | 0.49% | 0.73% | - |
| XYZ | 25.26 | 38.74 | 21.77 | - |
| YUV | 150.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 113 | 0.49 | 0 | 0.39 | 0.27 | 131.87 | 0.4 | 0.55 |
| Hex | 5F | BA | 71 | 31 | 0 | 27 | 1B | 84 | 28 | 37 |
| Octal | 137 | 272 | 161 | 61 | 0 | 47 | 33 | 204 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1110001 | 110001 | 0 | 100111 | 11011 | 10000100 | 101000 | 110111 |
Color Harmonies of #5FBA71
Complementary color
Monochromatic Colors of #5FBA71
Black with #5FBA71
Text Example
Text Example
White with #5FBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA71; }
p { color: rgb(95,186,113); }
H1.HeaderClassName
{
color: #5FBA71;
}
.AnyTagClassName
{
color: #5FBA71;
}
</style>
background-color css
<style>
a { background-color: #5FBA71; }
a { background-color: rgb(95,186,113); }
div.DivClassName
{
background-color: #5FBA71;
}
.BgClassName
{
background-color: #5FBA71;
}
</style>
border-color css
<style>
span { border-color: #5FBA71; }
span { border-color: rgb(95,186,113); }
td.TdClassName
{
border-color: #5FBA71;
}
.TagClassName
{
border-color: #5FBA71;
}
</style>