Shades of Fern #5FBA75
Tints of Fern #5FBA75
RGB
CMYK
RGB Variations
Color information
#5FBA75 (or 0x5FBA75) is known color: Fern. HEX triplet: 5F, BA and 75. RGB value is (95,186,117). Sum of RGB (Red+Green+Blue) = 95+186+117=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA75 is #A0458A. Grayscale: #979797. Windows color (decimal): -10503563 or 7715423. OLE color: 7715423.
HSL color Cylindrical-coordinate representation of color #5FBA75: hue angle of 134.51º 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 #5FBA75 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 117 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.27 |
| HSL | 134.51º | 0.4% | 0.55% | - |
| HSV(B) | 134.51º | 0.49% | 0.73% | - |
| XYZ | 25.49 | 38.84 | 22.98 | - |
| YUV | 150.93 | 108.85 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 117 | 0.49 | 0 | 0.37 | 0.27 | 134.51 | 0.4 | 0.55 |
| Hex | 5F | BA | 75 | 31 | 0 | 25 | 1B | 87 | 28 | 37 |
| Octal | 137 | 272 | 165 | 61 | 0 | 45 | 33 | 207 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1110101 | 110001 | 0 | 100101 | 11011 | 10000111 | 101000 | 110111 |
Color Harmonies of #5FBA75
Complementary color
Monochromatic Colors of #5FBA75
Black with #5FBA75
Text Example
Text Example
White with #5FBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA75; }
p { color: rgb(95,186,117); }
H1.HeaderClassName
{
color: #5FBA75;
}
.AnyTagClassName
{
color: #5FBA75;
}
</style>
background-color css
<style>
a { background-color: #5FBA75; }
a { background-color: rgb(95,186,117); }
div.DivClassName
{
background-color: #5FBA75;
}
.BgClassName
{
background-color: #5FBA75;
}
</style>
border-color css
<style>
span { border-color: #5FBA75; }
span { border-color: rgb(95,186,117); }
td.TdClassName
{
border-color: #5FBA75;
}
.TagClassName
{
border-color: #5FBA75;
}
</style>