Shades of Fern #5FBA69
Tints of Fern #5FBA69
RGB
CMYK
RGB Variations
Color information
#5FBA69 (or 0x5FBA69) is known color: Fern. HEX triplet: 5F, BA and 69. RGB value is (95,186,105). Sum of RGB (Red+Green+Blue) = 95+186+105=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA69 is #A04596. Grayscale: #959595. Windows color (decimal): -10503575 or 6928991. OLE color: 6928991.
HSL color Cylindrical-coordinate representation of color #5FBA69: hue angle of 126.59º 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 #5FBA69 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 105 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.27 |
| HSL | 126.59º | 0.4% | 0.55% | - |
| HSV(B) | 126.59º | 0.49% | 0.73% | - |
| XYZ | 24.83 | 38.57 | 19.5 | - |
| YUV | 149.56 | 102.85 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 105 | 0.49 | 0 | 0.44 | 0.27 | 126.59 | 0.4 | 0.55 |
| Hex | 5F | BA | 69 | 31 | 0 | 2C | 1B | 7F | 28 | 37 |
| Octal | 137 | 272 | 151 | 61 | 0 | 54 | 33 | 177 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1101001 | 110001 | 0 | 101100 | 11011 | 1111111 | 101000 | 110111 |
Color Harmonies of #5FBA69
Complementary color
Monochromatic Colors of #5FBA69
Black with #5FBA69
Text Example
Text Example
White with #5FBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA69; }
p { color: rgb(95,186,105); }
H1.HeaderClassName
{
color: #5FBA69;
}
.AnyTagClassName
{
color: #5FBA69;
}
</style>
background-color css
<style>
a { background-color: #5FBA69; }
a { background-color: rgb(95,186,105); }
div.DivClassName
{
background-color: #5FBA69;
}
.BgClassName
{
background-color: #5FBA69;
}
</style>
border-color css
<style>
span { border-color: #5FBA69; }
span { border-color: rgb(95,186,105); }
td.TdClassName
{
border-color: #5FBA69;
}
.TagClassName
{
border-color: #5FBA69;
}
</style>