Shades of Fern #56D55F
Tints of Fern #56D55F
RGB
CMYK
RGB Variations
Color information
#56D55F (or 0x56D55F) is known color: Fern. HEX triplet: 56, D5 and 5F. RGB value is (86,213,95). Sum of RGB (Red+Green+Blue) = 86+213+95=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #56D55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D55F is #A92AA0. Grayscale: #A1A1A1. Windows color (decimal): -11086497 or 6280534. OLE color: 6280534.
HSL color Cylindrical-coordinate representation of color #56D55F: hue angle of 124.25º 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 #56D55F is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 213 | 95 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.16 |
| HSL | 124.25º | 0.6% | 0.59% | - |
| HSV(B) | 124.25º | 0.6% | 0.84% | - |
| XYZ | 29.7 | 50.39 | 18.99 | - |
| YUV | 161.58 | 90.42 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 213 | 95 | 0.60 | 0 | 0.55 | 0.16 | 124.25 | 0.6 | 0.59 |
| Hex | 56 | D5 | 5F | 3C | 0 | 37 | 10 | 7C | 3C | 3B |
| Octal | 126 | 325 | 137 | 74 | 0 | 67 | 20 | 174 | 74 | 73 |
| Binary | 1010110 | 11010101 | 1011111 | 111100 | 0 | 110111 | 10000 | 1111100 | 111100 | 111011 |
Color Harmonies of #56D55F
Complementary color
Monochromatic Colors of #56D55F
Black with #56D55F
Text Example
Text Example
White with #56D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D55F; }
p { color: rgb(86,213,95); }
H1.HeaderClassName
{
color: #56D55F;
}
.AnyTagClassName
{
color: #56D55F;
}
</style>
background-color css
<style>
a { background-color: #56D55F; }
a { background-color: rgb(86,213,95); }
div.DivClassName
{
background-color: #56D55F;
}
.BgClassName
{
background-color: #56D55F;
}
</style>
border-color css
<style>
span { border-color: #56D55F; }
span { border-color: rgb(86,213,95); }
td.TdClassName
{
border-color: #56D55F;
}
.TagClassName
{
border-color: #56D55F;
}
</style>