Shades of Fern #56C162
Tints of Fern #56C162
RGB
CMYK
RGB Variations
Color information
#56C162 (or 0x56C162) is known color: Fern. HEX triplet: 56, C1 and 62. RGB value is (86,193,98). Sum of RGB (Red+Green+Blue) = 86+193+98=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #56C162 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C162 is #A93E9D. Grayscale: #969696. Windows color (decimal): -11091614 or 6472022. OLE color: 6472022.
HSL color Cylindrical-coordinate representation of color #56C162: hue angle of 126.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C162 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 98 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.24 |
| HSL | 126.73º | 0.46% | 0.55% | - |
| HSV(B) | 126.73º | 0.55% | 0.76% | - |
| XYZ | 25.11 | 41 | 18.15 | - |
| YUV | 150.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 98 | 0.55 | 0 | 0.49 | 0.24 | 126.73 | 0.46 | 0.55 |
| Hex | 56 | C1 | 62 | 37 | 0 | 31 | 18 | 7F | 2E | 37 |
| Octal | 126 | 301 | 142 | 67 | 0 | 61 | 30 | 177 | 56 | 67 |
| Binary | 1010110 | 11000001 | 1100010 | 110111 | 0 | 110001 | 11000 | 1111111 | 101110 | 110111 |
Color Harmonies of #56C162
Complementary color
Monochromatic Colors of #56C162
Black with #56C162
Text Example
Text Example
White with #56C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C162; }
p { color: rgb(86,193,98); }
H1.HeaderClassName
{
color: #56C162;
}
.AnyTagClassName
{
color: #56C162;
}
</style>
background-color css
<style>
a { background-color: #56C162; }
a { background-color: rgb(86,193,98); }
div.DivClassName
{
background-color: #56C162;
}
.BgClassName
{
background-color: #56C162;
}
</style>
border-color css
<style>
span { border-color: #56C162; }
span { border-color: rgb(86,193,98); }
td.TdClassName
{
border-color: #56C162;
}
.TagClassName
{
border-color: #56C162;
}
</style>