Shades of Fern #5BC560
Tints of Fern #5BC560
RGB
CMYK
RGB Variations
Color information
#5BC560 (or 0x5BC560) is known color: Fern. HEX triplet: 5B, C5 and 60. RGB value is (91,197,96). Sum of RGB (Red+Green+Blue) = 91+197+96=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC560 is #A43A9F. Grayscale: #9A9A9A. Windows color (decimal): -10762912 or 6341979. OLE color: 6341979.
HSL color Cylindrical-coordinate representation of color #5BC560: hue angle of 122.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC560 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 96 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.23 |
| HSL | 122.83º | 0.48% | 0.56% | - |
| HSV(B) | 122.83º | 0.54% | 0.77% | - |
| XYZ | 26.39 | 43 | 17.98 | - |
| YUV | 153.79 | 95.38 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 96 | 0.54 | 0 | 0.51 | 0.23 | 122.83 | 0.48 | 0.56 |
| Hex | 5B | C5 | 60 | 36 | 0 | 33 | 17 | 7B | 30 | 38 |
| Octal | 133 | 305 | 140 | 66 | 0 | 63 | 27 | 173 | 60 | 70 |
| Binary | 1011011 | 11000101 | 1100000 | 110110 | 0 | 110011 | 10111 | 1111011 | 110000 | 111000 |
Color Harmonies of #5BC560
Complementary color
Monochromatic Colors of #5BC560
Black with #5BC560
Text Example
Text Example
White with #5BC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC560; }
p { color: rgb(91,197,96); }
H1.HeaderClassName
{
color: #5BC560;
}
.AnyTagClassName
{
color: #5BC560;
}
</style>
background-color css
<style>
a { background-color: #5BC560; }
a { background-color: rgb(91,197,96); }
div.DivClassName
{
background-color: #5BC560;
}
.BgClassName
{
background-color: #5BC560;
}
</style>
border-color css
<style>
span { border-color: #5BC560; }
span { border-color: rgb(91,197,96); }
td.TdClassName
{
border-color: #5BC560;
}
.TagClassName
{
border-color: #5BC560;
}
</style>