Shades of Fern #56BD60
Tints of Fern #56BD60
RGB
CMYK
RGB Variations
Color information
#56BD60 (or 0x56BD60) is known color: Fern. HEX triplet: 56, BD and 60. RGB value is (86,189,96). Sum of RGB (Red+Green+Blue) = 86+189+96=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BD60 is #A9429F. Grayscale: #939393. Windows color (decimal): -11092640 or 6339926. OLE color: 6339926.
HSL color Cylindrical-coordinate representation of color #56BD60: hue angle of 125.83º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BD60 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 96 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.26 |
| HSL | 125.83º | 0.44% | 0.54% | - |
| HSV(B) | 125.83º | 0.54% | 0.74% | - |
| XYZ | 24.15 | 39.22 | 17.36 | - |
| YUV | 147.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 96 | 0.54 | 0 | 0.49 | 0.26 | 125.83 | 0.44 | 0.54 |
| Hex | 56 | BD | 60 | 36 | 0 | 31 | 1A | 7E | 2C | 36 |
| Octal | 126 | 275 | 140 | 66 | 0 | 61 | 32 | 176 | 54 | 66 |
| Binary | 1010110 | 10111101 | 1100000 | 110110 | 0 | 110001 | 11010 | 1111110 | 101100 | 110110 |
Color Harmonies of #56BD60
Complementary color
Monochromatic Colors of #56BD60
Black with #56BD60
Text Example
Text Example
White with #56BD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD60; }
p { color: rgb(86,189,96); }
H1.HeaderClassName
{
color: #56BD60;
}
.AnyTagClassName
{
color: #56BD60;
}
</style>
background-color css
<style>
a { background-color: #56BD60; }
a { background-color: rgb(86,189,96); }
div.DivClassName
{
background-color: #56BD60;
}
.BgClassName
{
background-color: #56BD60;
}
</style>
border-color css
<style>
span { border-color: #56BD60; }
span { border-color: rgb(86,189,96); }
td.TdClassName
{
border-color: #56BD60;
}
.TagClassName
{
border-color: #56BD60;
}
</style>