Shades of Fern #56D556
Tints of Fern #56D556
RGB
CMYK
RGB Variations
Color information
#56D556 (or 0x56D556) is known color: Fern. HEX triplet: 56, D5 and 56. RGB value is (86,213,86). Sum of RGB (Red+Green+Blue) = 86+213+86=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #56D556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D556 is #A92AA9. Grayscale: #A0A0A0. Windows color (decimal): -11086506 or 5690710. OLE color: 5690710.
HSL color Cylindrical-coordinate representation of color #56D556: hue angle of 120º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D556 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 213 | 86 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.16 |
| HSL | 120º | 0.6% | 0.59% | - |
| HSV(B) | 120º | 0.6% | 0.84% | - |
| XYZ | 29.31 | 50.24 | 16.96 | - |
| YUV | 160.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 213 | 86 | 0.60 | 0 | 0.60 | 0.16 | 120 | 0.6 | 0.59 |
| Hex | 56 | D5 | 56 | 3C | 0 | 3C | 10 | 78 | 3C | 3B |
| Octal | 126 | 325 | 126 | 74 | 0 | 74 | 20 | 170 | 74 | 73 |
| Binary | 1010110 | 11010101 | 1010110 | 111100 | 0 | 111100 | 10000 | 1111000 | 111100 | 111011 |
Color Harmonies of #56D556
Complementary color
Monochromatic Colors of #56D556
Black with #56D556
Text Example
Text Example
White with #56D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D556; }
p { color: rgb(86,213,86); }
H1.HeaderClassName
{
color: #56D556;
}
.AnyTagClassName
{
color: #56D556;
}
</style>
background-color css
<style>
a { background-color: #56D556; }
a { background-color: rgb(86,213,86); }
div.DivClassName
{
background-color: #56D556;
}
.BgClassName
{
background-color: #56D556;
}
</style>
border-color css
<style>
span { border-color: #56D556; }
span { border-color: rgb(86,213,86); }
td.TdClassName
{
border-color: #56D556;
}
.TagClassName
{
border-color: #56D556;
}
</style>