Shades of Fern #56C85B
Tints of Fern #56C85B
RGB
CMYK
RGB Variations
Color information
#56C85B (or 0x56C85B) is known color: Fern. HEX triplet: 56, C8 and 5B. RGB value is (86,200,91). Sum of RGB (Red+Green+Blue) = 86+200+91=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #56C85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C85B is #A937A4. Grayscale: #999999. Windows color (decimal): -11089829 or 6015062. OLE color: 6015062.
HSL color Cylindrical-coordinate representation of color #56C85B: hue angle of 122.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C85B is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 200 | 91 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.22 |
| HSL | 122.63º | 0.51% | 0.56% | - |
| HSV(B) | 122.63º | 0.57% | 0.78% | - |
| XYZ | 26.38 | 44.04 | 17.01 | - |
| YUV | 153.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 91 | 0.57 | 0 | 0.54 | 0.22 | 122.63 | 0.51 | 0.56 |
| Hex | 56 | C8 | 5B | 39 | 0 | 36 | 16 | 7B | 33 | 38 |
| Octal | 126 | 310 | 133 | 71 | 0 | 66 | 26 | 173 | 63 | 70 |
| Binary | 1010110 | 11001000 | 1011011 | 111001 | 0 | 110110 | 10110 | 1111011 | 110011 | 111000 |
Color Harmonies of #56C85B
Complementary color
Monochromatic Colors of #56C85B
Black with #56C85B
Text Example
Text Example
White with #56C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C85B; }
p { color: rgb(86,200,91); }
H1.HeaderClassName
{
color: #56C85B;
}
.AnyTagClassName
{
color: #56C85B;
}
</style>
background-color css
<style>
a { background-color: #56C85B; }
a { background-color: rgb(86,200,91); }
div.DivClassName
{
background-color: #56C85B;
}
.BgClassName
{
background-color: #56C85B;
}
</style>
border-color css
<style>
span { border-color: #56C85B; }
span { border-color: rgb(86,200,91); }
td.TdClassName
{
border-color: #56C85B;
}
.TagClassName
{
border-color: #56C85B;
}
</style>