Shades of Fern #56C95C
Tints of Fern #56C95C
RGB
CMYK
RGB Variations
Color information
#56C95C (or 0x56C95C) is known color: Fern. HEX triplet: 56, C9 and 5C. RGB value is (86,201,92). Sum of RGB (Red+Green+Blue) = 86+201+92=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #56C95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C95C is #A936A3. Grayscale: #9A9A9A. Windows color (decimal): -11089572 or 6080854. OLE color: 6080854.
HSL color Cylindrical-coordinate representation of color #56C95C: hue angle of 123.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C95C is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 201 | 92 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.21 |
| HSL | 123.13º | 0.52% | 0.56% | - |
| HSV(B) | 123.13º | 0.57% | 0.79% | - |
| XYZ | 26.66 | 44.52 | 17.31 | - |
| YUV | 154.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 201 | 92 | 0.57 | 0 | 0.54 | 0.21 | 123.13 | 0.52 | 0.56 |
| Hex | 56 | C9 | 5C | 39 | 0 | 36 | 15 | 7B | 34 | 38 |
| Octal | 126 | 311 | 134 | 71 | 0 | 66 | 25 | 173 | 64 | 70 |
| Binary | 1010110 | 11001001 | 1011100 | 111001 | 0 | 110110 | 10101 | 1111011 | 110100 | 111000 |
Color Harmonies of #56C95C
Complementary color
Monochromatic Colors of #56C95C
Black with #56C95C
Text Example
Text Example
White with #56C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C95C; }
p { color: rgb(86,201,92); }
H1.HeaderClassName
{
color: #56C95C;
}
.AnyTagClassName
{
color: #56C95C;
}
</style>
background-color css
<style>
a { background-color: #56C95C; }
a { background-color: rgb(86,201,92); }
div.DivClassName
{
background-color: #56C95C;
}
.BgClassName
{
background-color: #56C95C;
}
</style>
border-color css
<style>
span { border-color: #56C95C; }
span { border-color: rgb(86,201,92); }
td.TdClassName
{
border-color: #56C95C;
}
.TagClassName
{
border-color: #56C95C;
}
</style>