Shades of Fern #5FBA70
Tints of Fern #5FBA70
RGB
CMYK
RGB Variations
Color information
#5FBA70 (or 0x5FBA70) is known color: Fern. HEX triplet: 5F, BA and 70. RGB value is (95,186,112). Sum of RGB (Red+Green+Blue) = 95+186+112=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA70 is #A0458F. Grayscale: #969696. Windows color (decimal): -10503568 or 7387743. OLE color: 7387743.
HSL color Cylindrical-coordinate representation of color #5FBA70: hue angle of 131.21º 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 #5FBA70 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 112 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.27 |
| HSL | 131.21º | 0.4% | 0.55% | - |
| HSV(B) | 131.21º | 0.49% | 0.73% | - |
| XYZ | 25.2 | 38.72 | 21.47 | - |
| YUV | 150.36 | 106.35 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 112 | 0.49 | 0 | 0.40 | 0.27 | 131.21 | 0.4 | 0.55 |
| Hex | 5F | BA | 70 | 31 | 0 | 28 | 1B | 83 | 28 | 37 |
| Octal | 137 | 272 | 160 | 61 | 0 | 50 | 33 | 203 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1110000 | 110001 | 0 | 101000 | 11011 | 10000011 | 101000 | 110111 |
Color Harmonies of #5FBA70
Complementary color
Monochromatic Colors of #5FBA70
Black with #5FBA70
Text Example
Text Example
White with #5FBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA70; }
p { color: rgb(95,186,112); }
H1.HeaderClassName
{
color: #5FBA70;
}
.AnyTagClassName
{
color: #5FBA70;
}
</style>
background-color css
<style>
a { background-color: #5FBA70; }
a { background-color: rgb(95,186,112); }
div.DivClassName
{
background-color: #5FBA70;
}
.BgClassName
{
background-color: #5FBA70;
}
</style>
border-color css
<style>
span { border-color: #5FBA70; }
span { border-color: rgb(95,186,112); }
td.TdClassName
{
border-color: #5FBA70;
}
.TagClassName
{
border-color: #5FBA70;
}
</style>