Shades of Fern #5BBC65
Tints of Fern #5BBC65
RGB
CMYK
RGB Variations
Color information
#5BBC65 (or 0x5BBC65) is known color: Fern. HEX triplet: 5B, BC and 65. RGB value is (91,188,101). Sum of RGB (Red+Green+Blue) = 91+188+101=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC65 is #A4439A. Grayscale: #959595. Windows color (decimal): -10765211 or 6667355. OLE color: 6667355.
HSL color Cylindrical-coordinate representation of color #5BBC65: hue angle of 126.19º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC65 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 101 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.26 |
| HSL | 126.19º | 0.42% | 0.55% | - |
| HSV(B) | 126.19º | 0.52% | 0.74% | - |
| XYZ | 24.65 | 39.13 | 18.57 | - |
| YUV | 149.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 101 | 0.52 | 0 | 0.46 | 0.26 | 126.19 | 0.42 | 0.55 |
| Hex | 5B | BC | 65 | 34 | 0 | 2E | 1A | 7E | 2A | 37 |
| Octal | 133 | 274 | 145 | 64 | 0 | 56 | 32 | 176 | 52 | 67 |
| Binary | 1011011 | 10111100 | 1100101 | 110100 | 0 | 101110 | 11010 | 1111110 | 101010 | 110111 |
Color Harmonies of #5BBC65
Complementary color
Monochromatic Colors of #5BBC65
Black with #5BBC65
Text Example
Text Example
White with #5BBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC65; }
p { color: rgb(91,188,101); }
H1.HeaderClassName
{
color: #5BBC65;
}
.AnyTagClassName
{
color: #5BBC65;
}
</style>
background-color css
<style>
a { background-color: #5BBC65; }
a { background-color: rgb(91,188,101); }
div.DivClassName
{
background-color: #5BBC65;
}
.BgClassName
{
background-color: #5BBC65;
}
</style>
border-color css
<style>
span { border-color: #5BBC65; }
span { border-color: rgb(91,188,101); }
td.TdClassName
{
border-color: #5BBC65;
}
.TagClassName
{
border-color: #5BBC65;
}
</style>