Shades of Fern #56BC6B
Tints of Fern #56BC6B
RGB
CMYK
RGB Variations
Color information
#56BC6B (or 0x56BC6B) is known color: Fern. HEX triplet: 56, BC and 6B. RGB value is (86,188,107). Sum of RGB (Red+Green+Blue) = 86+188+107=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BC6B is #A94394. Grayscale: #949494. Windows color (decimal): -11092885 or 7060566. OLE color: 7060566.
HSL color Cylindrical-coordinate representation of color #56BC6B: hue angle of 132.35º 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 #56BC6B is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 107 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.26 |
| HSL | 132.35º | 0.43% | 0.54% | - |
| HSV(B) | 132.35º | 0.54% | 0.74% | - |
| XYZ | 24.47 | 39.01 | 20.15 | - |
| YUV | 148.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 107 | 0.54 | 0 | 0.43 | 0.26 | 132.35 | 0.43 | 0.54 |
| Hex | 56 | BC | 6B | 36 | 0 | 2B | 1A | 84 | 2B | 36 |
| Octal | 126 | 274 | 153 | 66 | 0 | 53 | 32 | 204 | 53 | 66 |
| Binary | 1010110 | 10111100 | 1101011 | 110110 | 0 | 101011 | 11010 | 10000100 | 101011 | 110110 |
Color Harmonies of #56BC6B
Complementary color
Monochromatic Colors of #56BC6B
Black with #56BC6B
Text Example
Text Example
White with #56BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC6B; }
p { color: rgb(86,188,107); }
H1.HeaderClassName
{
color: #56BC6B;
}
.AnyTagClassName
{
color: #56BC6B;
}
</style>
background-color css
<style>
a { background-color: #56BC6B; }
a { background-color: rgb(86,188,107); }
div.DivClassName
{
background-color: #56BC6B;
}
.BgClassName
{
background-color: #56BC6B;
}
</style>
border-color css
<style>
span { border-color: #56BC6B; }
span { border-color: rgb(86,188,107); }
td.TdClassName
{
border-color: #56BC6B;
}
.TagClassName
{
border-color: #56BC6B;
}
</style>