Shades of Fern #56C557
Tints of Fern #56C557
RGB
CMYK
RGB Variations
Color information
#56C557 (or 0x56C557) is known color: Fern. HEX triplet: 56, C5 and 57. RGB value is (86,197,87). Sum of RGB (Red+Green+Blue) = 86+197+87=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #56C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C557 is #A93AA8. Grayscale: #979797. Windows color (decimal): -11090601 or 5752150. OLE color: 5752150.
HSL color Cylindrical-coordinate representation of color #56C557: hue angle of 120.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C557 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 87 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.23 |
| HSL | 120.54º | 0.49% | 0.55% | - |
| HSV(B) | 120.54º | 0.56% | 0.77% | - |
| XYZ | 25.52 | 42.6 | 15.89 | - |
| YUV | 151.27 | 91.73 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 87 | 0.56 | 0 | 0.56 | 0.23 | 120.54 | 0.49 | 0.55 |
| Hex | 56 | C5 | 57 | 38 | 0 | 38 | 17 | 79 | 31 | 37 |
| Octal | 126 | 305 | 127 | 70 | 0 | 70 | 27 | 171 | 61 | 67 |
| Binary | 1010110 | 11000101 | 1010111 | 111000 | 0 | 111000 | 10111 | 1111001 | 110001 | 110111 |
Color Harmonies of #56C557
Complementary color
Monochromatic Colors of #56C557
Black with #56C557
Text Example
Text Example
White with #56C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C557; }
p { color: rgb(86,197,87); }
H1.HeaderClassName
{
color: #56C557;
}
.AnyTagClassName
{
color: #56C557;
}
</style>
background-color css
<style>
a { background-color: #56C557; }
a { background-color: rgb(86,197,87); }
div.DivClassName
{
background-color: #56C557;
}
.BgClassName
{
background-color: #56C557;
}
</style>
border-color css
<style>
span { border-color: #56C557; }
span { border-color: rgb(86,197,87); }
td.TdClassName
{
border-color: #56C557;
}
.TagClassName
{
border-color: #56C557;
}
</style>