Shades of Fern #5FBA61
Tints of Fern #5FBA61
RGB
CMYK
RGB Variations
Color information
#5FBA61 (or 0x5FBA61) is known color: Fern. HEX triplet: 5F, BA and 61. RGB value is (95,186,97). Sum of RGB (Red+Green+Blue) = 95+186+97=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA61 is #A0459E. Grayscale: #949494. Windows color (decimal): -10503583 or 6404703. OLE color: 6404703.
HSL color Cylindrical-coordinate representation of color #5FBA61: hue angle of 121.32º 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 #5FBA61 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 97 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.27 |
| HSL | 121.32º | 0.4% | 0.55% | - |
| HSV(B) | 121.32º | 0.49% | 0.73% | - |
| XYZ | 24.44 | 38.41 | 17.44 | - |
| YUV | 148.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 97 | 0.49 | 0 | 0.48 | 0.27 | 121.32 | 0.4 | 0.55 |
| Hex | 5F | BA | 61 | 31 | 0 | 30 | 1B | 79 | 28 | 37 |
| Octal | 137 | 272 | 141 | 61 | 0 | 60 | 33 | 171 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1100001 | 110001 | 0 | 110000 | 11011 | 1111001 | 101000 | 110111 |
Color Harmonies of #5FBA61
Complementary color
Monochromatic Colors of #5FBA61
Black with #5FBA61
Text Example
Text Example
White with #5FBA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA61; }
p { color: rgb(95,186,97); }
H1.HeaderClassName
{
color: #5FBA61;
}
.AnyTagClassName
{
color: #5FBA61;
}
</style>
background-color css
<style>
a { background-color: #5FBA61; }
a { background-color: rgb(95,186,97); }
div.DivClassName
{
background-color: #5FBA61;
}
.BgClassName
{
background-color: #5FBA61;
}
</style>
border-color css
<style>
span { border-color: #5FBA61; }
span { border-color: rgb(95,186,97); }
td.TdClassName
{
border-color: #5FBA61;
}
.TagClassName
{
border-color: #5FBA61;
}
</style>