Shades of Fern #56BC6C
Tints of Fern #56BC6C
RGB
CMYK
RGB Variations
Color information
#56BC6C (or 0x56BC6C) is known color: Fern. HEX triplet: 56, BC and 6C. RGB value is (86,188,108). Sum of RGB (Red+Green+Blue) = 86+188+108=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BC6C is #A94393. Grayscale: #949494. Windows color (decimal): -11092884 or 7126102. OLE color: 7126102.
HSL color Cylindrical-coordinate representation of color #56BC6C: hue angle of 132.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BC6C is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 108 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.26 |
| HSL | 132.94º | 0.43% | 0.54% | - |
| HSV(B) | 132.94º | 0.54% | 0.74% | - |
| XYZ | 24.53 | 39.03 | 20.43 | - |
| YUV | 148.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 108 | 0.54 | 0 | 0.43 | 0.26 | 132.94 | 0.43 | 0.54 |
| Hex | 56 | BC | 6C | 36 | 0 | 2B | 1A | 85 | 2B | 36 |
| Octal | 126 | 274 | 154 | 66 | 0 | 53 | 32 | 205 | 53 | 66 |
| Binary | 1010110 | 10111100 | 1101100 | 110110 | 0 | 101011 | 11010 | 10000101 | 101011 | 110110 |
Color Harmonies of #56BC6C
Complementary color
Monochromatic Colors of #56BC6C
Black with #56BC6C
Text Example
Text Example
White with #56BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC6C; }
p { color: rgb(86,188,108); }
H1.HeaderClassName
{
color: #56BC6C;
}
.AnyTagClassName
{
color: #56BC6C;
}
</style>
background-color css
<style>
a { background-color: #56BC6C; }
a { background-color: rgb(86,188,108); }
div.DivClassName
{
background-color: #56BC6C;
}
.BgClassName
{
background-color: #56BC6C;
}
</style>
border-color css
<style>
span { border-color: #56BC6C; }
span { border-color: rgb(86,188,108); }
td.TdClassName
{
border-color: #56BC6C;
}
.TagClassName
{
border-color: #56BC6C;
}
</style>