Shades of Fern #5BBA60
Tints of Fern #5BBA60
RGB
CMYK
RGB Variations
Color information
#5BBA60 (or 0x5BBA60) is known color: Fern. HEX triplet: 5B, BA and 60. RGB value is (91,186,96). Sum of RGB (Red+Green+Blue) = 91+186+96=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBA60 is #A4459F. Grayscale: #939393. Windows color (decimal): -10765728 or 6339163. OLE color: 6339163.
HSL color Cylindrical-coordinate representation of color #5BBA60: hue angle of 123.16º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBA60 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 186 | 96 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.27 |
| HSL | 123.16º | 0.41% | 0.54% | - |
| HSV(B) | 123.16º | 0.51% | 0.73% | - |
| XYZ | 23.98 | 38.19 | 17.17 | - |
| YUV | 147.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 96 | 0.51 | 0 | 0.48 | 0.27 | 123.16 | 0.41 | 0.54 |
| Hex | 5B | BA | 60 | 33 | 0 | 30 | 1B | 7B | 29 | 36 |
| Octal | 133 | 272 | 140 | 63 | 0 | 60 | 33 | 173 | 51 | 66 |
| Binary | 1011011 | 10111010 | 1100000 | 110011 | 0 | 110000 | 11011 | 1111011 | 101001 | 110110 |
Color Harmonies of #5BBA60
Complementary color
Monochromatic Colors of #5BBA60
Black with #5BBA60
Text Example
Text Example
White with #5BBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBA60; }
p { color: rgb(91,186,96); }
H1.HeaderClassName
{
color: #5BBA60;
}
.AnyTagClassName
{
color: #5BBA60;
}
</style>
background-color css
<style>
a { background-color: #5BBA60; }
a { background-color: rgb(91,186,96); }
div.DivClassName
{
background-color: #5BBA60;
}
.BgClassName
{
background-color: #5BBA60;
}
</style>
border-color css
<style>
span { border-color: #5BBA60; }
span { border-color: rgb(91,186,96); }
td.TdClassName
{
border-color: #5BBA60;
}
.TagClassName
{
border-color: #5BBA60;
}
</style>