Shades of Fern #5BCB56
Tints of Fern #5BCB56
RGB
CMYK
RGB Variations
Color information
#5BCB56 (or 0x5BCB56) is known color: Fern. HEX triplet: 5B, CB and 56. RGB value is (91,203,86). Sum of RGB (Red+Green+Blue) = 91+203+86=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB56 is #A434A9. Grayscale: #9C9C9C. Windows color (decimal): -10761386 or 5688155. OLE color: 5688155.
HSL color Cylindrical-coordinate representation of color #5BCB56: hue angle of 117.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BCB56 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 86 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.20 |
| HSL | 117.44º | 0.53% | 0.57% | - |
| HSV(B) | 117.44º | 0.58% | 0.8% | - |
| XYZ | 27.35 | 45.61 | 16.17 | - |
| YUV | 156.17 | 88.39 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 86 | 0.55 | 0 | 0.58 | 0.20 | 117.44 | 0.53 | 0.57 |
| Hex | 5B | CB | 56 | 37 | 0 | 3A | 14 | 75 | 35 | 39 |
| Octal | 133 | 313 | 126 | 67 | 0 | 72 | 24 | 165 | 65 | 71 |
| Binary | 1011011 | 11001011 | 1010110 | 110111 | 0 | 111010 | 10100 | 1110101 | 110101 | 111001 |
Color Harmonies of #5BCB56
Complementary color
Monochromatic Colors of #5BCB56
Black with #5BCB56
Text Example
Text Example
White with #5BCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB56; }
p { color: rgb(91,203,86); }
H1.HeaderClassName
{
color: #5BCB56;
}
.AnyTagClassName
{
color: #5BCB56;
}
</style>
background-color css
<style>
a { background-color: #5BCB56; }
a { background-color: rgb(91,203,86); }
div.DivClassName
{
background-color: #5BCB56;
}
.BgClassName
{
background-color: #5BCB56;
}
</style>
border-color css
<style>
span { border-color: #5BCB56; }
span { border-color: rgb(91,203,86); }
td.TdClassName
{
border-color: #5BCB56;
}
.TagClassName
{
border-color: #5BCB56;
}
</style>