Shades of Fern #56C265
Tints of Fern #56C265
RGB
CMYK
RGB Variations
Color information
#56C265 (or 0x56C265) is known color: Fern. HEX triplet: 56, C2 and 65. RGB value is (86,194,101). Sum of RGB (Red+Green+Blue) = 86+194+101=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #56C265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C265 is #A93D9A. Grayscale: #979797. Windows color (decimal): -11091355 or 6668886. OLE color: 6668886.
HSL color Cylindrical-coordinate representation of color #56C265: hue angle of 128.33º degrees, saturation: 0.47, 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 #56C265 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 101 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.24 |
| HSL | 128.33º | 0.47% | 0.55% | - |
| HSV(B) | 128.33º | 0.56% | 0.76% | - |
| XYZ | 25.48 | 41.5 | 18.98 | - |
| YUV | 151.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 101 | 0.56 | 0 | 0.48 | 0.24 | 128.33 | 0.47 | 0.55 |
| Hex | 56 | C2 | 65 | 38 | 0 | 30 | 18 | 80 | 2F | 37 |
| Octal | 126 | 302 | 145 | 70 | 0 | 60 | 30 | 200 | 57 | 67 |
| Binary | 1010110 | 11000010 | 1100101 | 111000 | 0 | 110000 | 11000 | 10000000 | 101111 | 110111 |
Color Harmonies of #56C265
Complementary color
Monochromatic Colors of #56C265
Black with #56C265
Text Example
Text Example
White with #56C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C265; }
p { color: rgb(86,194,101); }
H1.HeaderClassName
{
color: #56C265;
}
.AnyTagClassName
{
color: #56C265;
}
</style>
background-color css
<style>
a { background-color: #56C265; }
a { background-color: rgb(86,194,101); }
div.DivClassName
{
background-color: #56C265;
}
.BgClassName
{
background-color: #56C265;
}
</style>
border-color css
<style>
span { border-color: #56C265; }
span { border-color: rgb(86,194,101); }
td.TdClassName
{
border-color: #56C265;
}
.TagClassName
{
border-color: #56C265;
}
</style>