Shades of Fern #56C36B
Tints of Fern #56C36B
RGB
CMYK
RGB Variations
Color information
#56C36B (or 0x56C36B) is known color: Fern. HEX triplet: 56, C3 and 6B. RGB value is (86,195,107). Sum of RGB (Red+Green+Blue) = 86+195+107=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #56C36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C36B is #A93C94. Grayscale: #989898. Windows color (decimal): -11091093 or 7062358. OLE color: 7062358.
HSL color Cylindrical-coordinate representation of color #56C36B: hue angle of 131.56º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C36B is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 195 | 107 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.24 |
| HSL | 131.56º | 0.48% | 0.55% | - |
| HSV(B) | 131.56º | 0.56% | 0.76% | - |
| XYZ | 26.01 | 42.07 | 20.66 | - |
| YUV | 152.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 107 | 0.56 | 0 | 0.45 | 0.24 | 131.56 | 0.48 | 0.55 |
| Hex | 56 | C3 | 6B | 38 | 0 | 2D | 18 | 84 | 30 | 37 |
| Octal | 126 | 303 | 153 | 70 | 0 | 55 | 30 | 204 | 60 | 67 |
| Binary | 1010110 | 11000011 | 1101011 | 111000 | 0 | 101101 | 11000 | 10000100 | 110000 | 110111 |
Color Harmonies of #56C36B
Complementary color
Monochromatic Colors of #56C36B
Black with #56C36B
Text Example
Text Example
White with #56C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C36B; }
p { color: rgb(86,195,107); }
H1.HeaderClassName
{
color: #56C36B;
}
.AnyTagClassName
{
color: #56C36B;
}
</style>
background-color css
<style>
a { background-color: #56C36B; }
a { background-color: rgb(86,195,107); }
div.DivClassName
{
background-color: #56C36B;
}
.BgClassName
{
background-color: #56C36B;
}
</style>
border-color css
<style>
span { border-color: #56C36B; }
span { border-color: rgb(86,195,107); }
td.TdClassName
{
border-color: #56C36B;
}
.TagClassName
{
border-color: #56C36B;
}
</style>