Shades of Fern #56D256
Tints of Fern #56D256
RGB
CMYK
RGB Variations
Color information
#56D256 (or 0x56D256) is known color: Fern. HEX triplet: 56, D2 and 56. RGB value is (86,210,86). Sum of RGB (Red+Green+Blue) = 86+210+86=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #56D256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D256 is #A92DA9. Grayscale: #9F9F9F. Windows color (decimal): -11087274 or 5689942. OLE color: 5689942.
HSL color Cylindrical-coordinate representation of color #56D256: hue angle of 120º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D256 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 210 | 86 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.18 |
| HSL | 120º | 0.58% | 0.58% | - |
| HSV(B) | 120º | 0.59% | 0.82% | - |
| XYZ | 28.56 | 48.74 | 16.71 | - |
| YUV | 158.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 210 | 86 | 0.59 | 0 | 0.59 | 0.18 | 120 | 0.58 | 0.58 |
| Hex | 56 | D2 | 56 | 3B | 0 | 3B | 12 | 78 | 3A | 3A |
| Octal | 126 | 322 | 126 | 73 | 0 | 73 | 22 | 170 | 72 | 72 |
| Binary | 1010110 | 11010010 | 1010110 | 111011 | 0 | 111011 | 10010 | 1111000 | 111010 | 111010 |
Color Harmonies of #56D256
Complementary color
Monochromatic Colors of #56D256
Black with #56D256
Text Example
Text Example
White with #56D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D256; }
p { color: rgb(86,210,86); }
H1.HeaderClassName
{
color: #56D256;
}
.AnyTagClassName
{
color: #56D256;
}
</style>
background-color css
<style>
a { background-color: #56D256; }
a { background-color: rgb(86,210,86); }
div.DivClassName
{
background-color: #56D256;
}
.BgClassName
{
background-color: #56D256;
}
</style>
border-color css
<style>
span { border-color: #56D256; }
span { border-color: rgb(86,210,86); }
td.TdClassName
{
border-color: #56D256;
}
.TagClassName
{
border-color: #56D256;
}
</style>