Shades of Fern #5FBA79
Tints of Fern #5FBA79
RGB
CMYK
RGB Variations
Color information
#5FBA79 (or 0x5FBA79) is known color: Fern. HEX triplet: 5F, BA and 79. RGB value is (95,186,121). Sum of RGB (Red+Green+Blue) = 95+186+121=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA79 is #A04586. Grayscale: #979797. Windows color (decimal): -10503559 or 7977567. OLE color: 7977567.
HSL color Cylindrical-coordinate representation of color #5FBA79: hue angle of 137.14º 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 #5FBA79 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 121 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.27 |
| HSL | 137.14º | 0.4% | 0.55% | - |
| HSV(B) | 137.14º | 0.49% | 0.73% | - |
| XYZ | 25.73 | 38.93 | 24.25 | - |
| YUV | 151.38 | 110.85 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 121 | 0.49 | 0 | 0.35 | 0.27 | 137.14 | 0.4 | 0.55 |
| Hex | 5F | BA | 79 | 31 | 0 | 23 | 1B | 89 | 28 | 37 |
| Octal | 137 | 272 | 171 | 61 | 0 | 43 | 33 | 211 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1111001 | 110001 | 0 | 100011 | 11011 | 10001001 | 101000 | 110111 |
Color Harmonies of #5FBA79
Complementary color
Monochromatic Colors of #5FBA79
Black with #5FBA79
Text Example
Text Example
White with #5FBA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA79; }
p { color: rgb(95,186,121); }
H1.HeaderClassName
{
color: #5FBA79;
}
.AnyTagClassName
{
color: #5FBA79;
}
</style>
background-color css
<style>
a { background-color: #5FBA79; }
a { background-color: rgb(95,186,121); }
div.DivClassName
{
background-color: #5FBA79;
}
.BgClassName
{
background-color: #5FBA79;
}
</style>
border-color css
<style>
span { border-color: #5FBA79; }
span { border-color: rgb(95,186,121); }
td.TdClassName
{
border-color: #5FBA79;
}
.TagClassName
{
border-color: #5FBA79;
}
</style>