Shades of Fern #56BD55
Tints of Fern #56BD55
RGB
CMYK
RGB Variations
Color information
#56BD55 (or 0x56BD55) is known color: Fern. HEX triplet: 56, BD and 55. RGB value is (86,189,85). Sum of RGB (Red+Green+Blue) = 86+189+85=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BD55 is #A942AA. Grayscale: #929292. Windows color (decimal): -11092651 or 5619030. OLE color: 5619030.
HSL color Cylindrical-coordinate representation of color #56BD55: hue angle of 119.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BD55 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 85 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.26 |
| HSL | 119.42º | 0.44% | 0.54% | - |
| HSV(B) | 119.42º | 0.55% | 0.74% | - |
| XYZ | 23.68 | 39.03 | 14.88 | - |
| YUV | 146.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 85 | 0.54 | 0 | 0.55 | 0.26 | 119.42 | 0.44 | 0.54 |
| Hex | 56 | BD | 55 | 36 | 0 | 37 | 1A | 77 | 2C | 36 |
| Octal | 126 | 275 | 125 | 66 | 0 | 67 | 32 | 167 | 54 | 66 |
| Binary | 1010110 | 10111101 | 1010101 | 110110 | 0 | 110111 | 11010 | 1110111 | 101100 | 110110 |
Color Harmonies of #56BD55
Complementary color
Monochromatic Colors of #56BD55
Black with #56BD55
Text Example
Text Example
White with #56BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD55; }
p { color: rgb(86,189,85); }
H1.HeaderClassName
{
color: #56BD55;
}
.AnyTagClassName
{
color: #56BD55;
}
</style>
background-color css
<style>
a { background-color: #56BD55; }
a { background-color: rgb(86,189,85); }
div.DivClassName
{
background-color: #56BD55;
}
.BgClassName
{
background-color: #56BD55;
}
</style>
border-color css
<style>
span { border-color: #56BD55; }
span { border-color: rgb(86,189,85); }
td.TdClassName
{
border-color: #56BD55;
}
.TagClassName
{
border-color: #56BD55;
}
</style>