Shades of Fern #5FBA6C
Tints of Fern #5FBA6C
RGB
CMYK
RGB Variations
Color information
#5FBA6C (or 0x5FBA6C) is known color: Fern. HEX triplet: 5F, BA and 6C. RGB value is (95,186,108). Sum of RGB (Red+Green+Blue) = 95+186+108=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA6C is #A04593. Grayscale: #969696. Windows color (decimal): -10503572 or 7125599. OLE color: 7125599.
HSL color Cylindrical-coordinate representation of color #5FBA6C: hue angle of 128.57º 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 #5FBA6C is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 108 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.27 |
| HSL | 128.57º | 0.4% | 0.55% | - |
| HSV(B) | 128.57º | 0.49% | 0.73% | - |
| XYZ | 24.99 | 38.63 | 20.33 | - |
| YUV | 149.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 108 | 0.49 | 0 | 0.42 | 0.27 | 128.57 | 0.4 | 0.55 |
| Hex | 5F | BA | 6C | 31 | 0 | 2A | 1B | 81 | 28 | 37 |
| Octal | 137 | 272 | 154 | 61 | 0 | 52 | 33 | 201 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1101100 | 110001 | 0 | 101010 | 11011 | 10000001 | 101000 | 110111 |
Color Harmonies of #5FBA6C
Complementary color
Monochromatic Colors of #5FBA6C
Black with #5FBA6C
Text Example
Text Example
White with #5FBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA6C; }
p { color: rgb(95,186,108); }
H1.HeaderClassName
{
color: #5FBA6C;
}
.AnyTagClassName
{
color: #5FBA6C;
}
</style>
background-color css
<style>
a { background-color: #5FBA6C; }
a { background-color: rgb(95,186,108); }
div.DivClassName
{
background-color: #5FBA6C;
}
.BgClassName
{
background-color: #5FBA6C;
}
</style>
border-color css
<style>
span { border-color: #5FBA6C; }
span { border-color: rgb(95,186,108); }
td.TdClassName
{
border-color: #5FBA6C;
}
.TagClassName
{
border-color: #5FBA6C;
}
</style>