Shades of Fern #5FBC59
Tints of Fern #5FBC59
RGB
CMYK
RGB Variations
Color information
#5FBC59 (or 0x5FBC59) is known color: Fern. HEX triplet: 5F, BC and 59. RGB value is (95,188,89). Sum of RGB (Red+Green+Blue) = 95+188+89=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC59 is #A043A6. Grayscale: #959595. Windows color (decimal): -10503079 or 5880927. OLE color: 5880927.
HSL color Cylindrical-coordinate representation of color #5FBC59: hue angle of 116.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FBC59 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 89 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.26 |
| HSL | 116.36º | 0.42% | 0.54% | - |
| HSV(B) | 116.36º | 0.53% | 0.74% | - |
| XYZ | 24.51 | 39.12 | 15.71 | - |
| YUV | 148.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 89 | 0.49 | 0 | 0.53 | 0.26 | 116.36 | 0.42 | 0.54 |
| Hex | 5F | BC | 59 | 31 | 0 | 35 | 1A | 74 | 2A | 36 |
| Octal | 137 | 274 | 131 | 61 | 0 | 65 | 32 | 164 | 52 | 66 |
| Binary | 1011111 | 10111100 | 1011001 | 110001 | 0 | 110101 | 11010 | 1110100 | 101010 | 110110 |
Color Harmonies of #5FBC59
Complementary color
Monochromatic Colors of #5FBC59
Black with #5FBC59
Text Example
Text Example
White with #5FBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC59; }
p { color: rgb(95,188,89); }
H1.HeaderClassName
{
color: #5FBC59;
}
.AnyTagClassName
{
color: #5FBC59;
}
</style>
background-color css
<style>
a { background-color: #5FBC59; }
a { background-color: rgb(95,188,89); }
div.DivClassName
{
background-color: #5FBC59;
}
.BgClassName
{
background-color: #5FBC59;
}
</style>
border-color css
<style>
span { border-color: #5FBC59; }
span { border-color: rgb(95,188,89); }
td.TdClassName
{
border-color: #5FBC59;
}
.TagClassName
{
border-color: #5FBC59;
}
</style>