Shades of Fern #5FBC58
Tints of Fern #5FBC58
RGB
CMYK
RGB Variations
Color information
#5FBC58 (or 0x5FBC58) is known color: Fern. HEX triplet: 5F, BC and 58. RGB value is (95,188,88). Sum of RGB (Red+Green+Blue) = 95+188+88=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC58 is #A043A7. Grayscale: #959595. Windows color (decimal): -10503080 or 5815391. OLE color: 5815391.
HSL color Cylindrical-coordinate representation of color #5FBC58: hue angle of 115.8º degrees, saturation: 0.43, 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 #5FBC58 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 88 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.26 |
| HSL | 115.8º | 0.43% | 0.54% | - |
| HSV(B) | 115.8º | 0.53% | 0.74% | - |
| XYZ | 24.46 | 39.1 | 15.49 | - |
| YUV | 148.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 88 | 0.49 | 0 | 0.53 | 0.26 | 115.8 | 0.43 | 0.54 |
| Hex | 5F | BC | 58 | 31 | 0 | 35 | 1A | 74 | 2B | 36 |
| Octal | 137 | 274 | 130 | 61 | 0 | 65 | 32 | 164 | 53 | 66 |
| Binary | 1011111 | 10111100 | 1011000 | 110001 | 0 | 110101 | 11010 | 1110100 | 101011 | 110110 |
Color Harmonies of #5FBC58
Complementary color
Monochromatic Colors of #5FBC58
Black with #5FBC58
Text Example
Text Example
White with #5FBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC58; }
p { color: rgb(95,188,88); }
H1.HeaderClassName
{
color: #5FBC58;
}
.AnyTagClassName
{
color: #5FBC58;
}
</style>
background-color css
<style>
a { background-color: #5FBC58; }
a { background-color: rgb(95,188,88); }
div.DivClassName
{
background-color: #5FBC58;
}
.BgClassName
{
background-color: #5FBC58;
}
</style>
border-color css
<style>
span { border-color: #5FBC58; }
span { border-color: rgb(95,188,88); }
td.TdClassName
{
border-color: #5FBC58;
}
.TagClassName
{
border-color: #5FBC58;
}
</style>