Shades of Fern #56BC68
Tints of Fern #56BC68
RGB
CMYK
RGB Variations
Color information
#56BC68 (or 0x56BC68) is known color: Fern. HEX triplet: 56, BC and 68. RGB value is (86,188,104). Sum of RGB (Red+Green+Blue) = 86+188+104=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BC68 is #A94397. Grayscale: #949494. Windows color (decimal): -11092888 or 6863958. OLE color: 6863958.
HSL color Cylindrical-coordinate representation of color #56BC68: hue angle of 130.59º 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 #56BC68 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 104 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.26 |
| HSL | 130.59º | 0.43% | 0.54% | - |
| HSV(B) | 130.59º | 0.54% | 0.74% | - |
| XYZ | 24.32 | 38.94 | 19.33 | - |
| YUV | 147.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 104 | 0.54 | 0 | 0.45 | 0.26 | 130.59 | 0.43 | 0.54 |
| Hex | 56 | BC | 68 | 36 | 0 | 2D | 1A | 83 | 2B | 36 |
| Octal | 126 | 274 | 150 | 66 | 0 | 55 | 32 | 203 | 53 | 66 |
| Binary | 1010110 | 10111100 | 1101000 | 110110 | 0 | 101101 | 11010 | 10000011 | 101011 | 110110 |
Color Harmonies of #56BC68
Complementary color
Monochromatic Colors of #56BC68
Black with #56BC68
Text Example
Text Example
White with #56BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC68; }
p { color: rgb(86,188,104); }
H1.HeaderClassName
{
color: #56BC68;
}
.AnyTagClassName
{
color: #56BC68;
}
</style>
background-color css
<style>
a { background-color: #56BC68; }
a { background-color: rgb(86,188,104); }
div.DivClassName
{
background-color: #56BC68;
}
.BgClassName
{
background-color: #56BC68;
}
</style>
border-color css
<style>
span { border-color: #56BC68; }
span { border-color: rgb(86,188,104); }
td.TdClassName
{
border-color: #56BC68;
}
.TagClassName
{
border-color: #56BC68;
}
</style>