Shades of Fern #5FBA74
Tints of Fern #5FBA74
RGB
CMYK
RGB Variations
Color information
#5FBA74 (or 0x5FBA74) is known color: Fern. HEX triplet: 5F, BA and 74. RGB value is (95,186,116). Sum of RGB (Red+Green+Blue) = 95+186+116=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA74 is #A0458B. Grayscale: #979797. Windows color (decimal): -10503564 or 7649887. OLE color: 7649887.
HSL color Cylindrical-coordinate representation of color #5FBA74: hue angle of 133.85º 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 #5FBA74 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 116 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.27 |
| HSL | 133.85º | 0.4% | 0.55% | - |
| HSV(B) | 133.85º | 0.49% | 0.73% | - |
| XYZ | 25.43 | 38.81 | 22.67 | - |
| YUV | 150.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 116 | 0.49 | 0 | 0.38 | 0.27 | 133.85 | 0.4 | 0.55 |
| Hex | 5F | BA | 74 | 31 | 0 | 26 | 1B | 86 | 28 | 37 |
| Octal | 137 | 272 | 164 | 61 | 0 | 46 | 33 | 206 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1110100 | 110001 | 0 | 100110 | 11011 | 10000110 | 101000 | 110111 |
Color Harmonies of #5FBA74
Complementary color
Monochromatic Colors of #5FBA74
Black with #5FBA74
Text Example
Text Example
White with #5FBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA74; }
p { color: rgb(95,186,116); }
H1.HeaderClassName
{
color: #5FBA74;
}
.AnyTagClassName
{
color: #5FBA74;
}
</style>
background-color css
<style>
a { background-color: #5FBA74; }
a { background-color: rgb(95,186,116); }
div.DivClassName
{
background-color: #5FBA74;
}
.BgClassName
{
background-color: #5FBA74;
}
</style>
border-color css
<style>
span { border-color: #5FBA74; }
span { border-color: rgb(95,186,116); }
td.TdClassName
{
border-color: #5FBA74;
}
.TagClassName
{
border-color: #5FBA74;
}
</style>