Shades of Fern #5FBB58
Tints of Fern #5FBB58
RGB
CMYK
RGB Variations
Color information
#5FBB58 (or 0x5FBB58) is known color: Fern. HEX triplet: 5F, BB and 58. RGB value is (95,187,88). Sum of RGB (Red+Green+Blue) = 95+187+88=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBB58 is #A044A7. Grayscale: #949494. Windows color (decimal): -10503336 or 5815135. OLE color: 5815135.
HSL color Cylindrical-coordinate representation of color #5FBB58: hue angle of 115.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FBB58 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 187 | 88 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.27 |
| HSL | 115.76º | 0.42% | 0.54% | - |
| HSV(B) | 115.76º | 0.53% | 0.73% | - |
| XYZ | 24.25 | 38.68 | 15.42 | - |
| YUV | 148.21 | 94.02 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 88 | 0.49 | 0 | 0.53 | 0.27 | 115.76 | 0.42 | 0.54 |
| Hex | 5F | BB | 58 | 31 | 0 | 35 | 1B | 74 | 2A | 36 |
| Octal | 137 | 273 | 130 | 61 | 0 | 65 | 33 | 164 | 52 | 66 |
| Binary | 1011111 | 10111011 | 1011000 | 110001 | 0 | 110101 | 11011 | 1110100 | 101010 | 110110 |
Color Harmonies of #5FBB58
Complementary color
Monochromatic Colors of #5FBB58
Black with #5FBB58
Text Example
Text Example
White with #5FBB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBB58; }
p { color: rgb(95,187,88); }
H1.HeaderClassName
{
color: #5FBB58;
}
.AnyTagClassName
{
color: #5FBB58;
}
</style>
background-color css
<style>
a { background-color: #5FBB58; }
a { background-color: rgb(95,187,88); }
div.DivClassName
{
background-color: #5FBB58;
}
.BgClassName
{
background-color: #5FBB58;
}
</style>
border-color css
<style>
span { border-color: #5FBB58; }
span { border-color: rgb(95,187,88); }
td.TdClassName
{
border-color: #5FBB58;
}
.TagClassName
{
border-color: #5FBB58;
}
</style>