Shades of Fern #56C858
Tints of Fern #56C858
RGB
CMYK
RGB Variations
Color information
#56C858 (or 0x56C858) is known color: Fern. HEX triplet: 56, C8 and 58. RGB value is (86,200,88). Sum of RGB (Red+Green+Blue) = 86+200+88=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #56C858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C858 is #A937A7. Grayscale: #999999. Windows color (decimal): -11089832 or 5818454. OLE color: 5818454.
HSL color Cylindrical-coordinate representation of color #56C858: hue angle of 121.05º 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 #56C858 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 200 | 88 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.22 |
| HSL | 121.05º | 0.51% | 0.56% | - |
| HSV(B) | 121.05º | 0.57% | 0.78% | - |
| XYZ | 26.25 | 43.99 | 16.34 | - |
| YUV | 153.15 | 91.23 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 88 | 0.57 | 0 | 0.56 | 0.22 | 121.05 | 0.51 | 0.56 |
| Hex | 56 | C8 | 58 | 39 | 0 | 38 | 16 | 79 | 33 | 38 |
| Octal | 126 | 310 | 130 | 71 | 0 | 70 | 26 | 171 | 63 | 70 |
| Binary | 1010110 | 11001000 | 1011000 | 111001 | 0 | 111000 | 10110 | 1111001 | 110011 | 111000 |
Color Harmonies of #56C858
Complementary color
Monochromatic Colors of #56C858
Black with #56C858
Text Example
Text Example
White with #56C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C858; }
p { color: rgb(86,200,88); }
H1.HeaderClassName
{
color: #56C858;
}
.AnyTagClassName
{
color: #56C858;
}
</style>
background-color css
<style>
a { background-color: #56C858; }
a { background-color: rgb(86,200,88); }
div.DivClassName
{
background-color: #56C858;
}
.BgClassName
{
background-color: #56C858;
}
</style>
border-color css
<style>
span { border-color: #56C858; }
span { border-color: rgb(86,200,88); }
td.TdClassName
{
border-color: #56C858;
}
.TagClassName
{
border-color: #56C858;
}
</style>