Shades of Fern #5BBB6C
Tints of Fern #5BBB6C
RGB
CMYK
RGB Variations
Color information
#5BBB6C (or 0x5BBB6C) is known color: Fern. HEX triplet: 5B, BB and 6C. RGB value is (91,187,108). Sum of RGB (Red+Green+Blue) = 91+187+108=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBB6C is #A44493. Grayscale: #959595. Windows color (decimal): -10765460 or 7125851. OLE color: 7125851.
HSL color Cylindrical-coordinate representation of color #5BBB6C: hue angle of 130.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBB6C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 108 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.27 |
| HSL | 130.63º | 0.41% | 0.55% | - |
| HSV(B) | 130.63º | 0.51% | 0.73% | - |
| XYZ | 24.79 | 38.85 | 20.38 | - |
| YUV | 149.29 | 104.7 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 108 | 0.51 | 0 | 0.42 | 0.27 | 130.63 | 0.41 | 0.55 |
| Hex | 5B | BB | 6C | 33 | 0 | 2A | 1B | 83 | 29 | 37 |
| Octal | 133 | 273 | 154 | 63 | 0 | 52 | 33 | 203 | 51 | 67 |
| Binary | 1011011 | 10111011 | 1101100 | 110011 | 0 | 101010 | 11011 | 10000011 | 101001 | 110111 |
Color Harmonies of #5BBB6C
Complementary color
Monochromatic Colors of #5BBB6C
Black with #5BBB6C
Text Example
Text Example
White with #5BBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB6C; }
p { color: rgb(91,187,108); }
H1.HeaderClassName
{
color: #5BBB6C;
}
.AnyTagClassName
{
color: #5BBB6C;
}
</style>
background-color css
<style>
a { background-color: #5BBB6C; }
a { background-color: rgb(91,187,108); }
div.DivClassName
{
background-color: #5BBB6C;
}
.BgClassName
{
background-color: #5BBB6C;
}
</style>
border-color css
<style>
span { border-color: #5BBB6C; }
span { border-color: rgb(91,187,108); }
td.TdClassName
{
border-color: #5BBB6C;
}
.TagClassName
{
border-color: #5BBB6C;
}
</style>