Shades of Fern #56C168
Tints of Fern #56C168
RGB
CMYK
RGB Variations
Color information
#56C168 (or 0x56C168) is known color: Fern. HEX triplet: 56, C1 and 68. RGB value is (86,193,104). Sum of RGB (Red+Green+Blue) = 86+193+104=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #56C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C168 is #A93E97. Grayscale: #979797. Windows color (decimal): -11091608 or 6865238. OLE color: 6865238.
HSL color Cylindrical-coordinate representation of color #56C168: hue angle of 130.09º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C168 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 104 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.24 |
| HSL | 130.09º | 0.46% | 0.55% | - |
| HSV(B) | 130.09º | 0.55% | 0.76% | - |
| XYZ | 25.41 | 41.12 | 19.69 | - |
| YUV | 150.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 104 | 0.55 | 0 | 0.46 | 0.24 | 130.09 | 0.46 | 0.55 |
| Hex | 56 | C1 | 68 | 37 | 0 | 2E | 18 | 82 | 2E | 37 |
| Octal | 126 | 301 | 150 | 67 | 0 | 56 | 30 | 202 | 56 | 67 |
| Binary | 1010110 | 11000001 | 1101000 | 110111 | 0 | 101110 | 11000 | 10000010 | 101110 | 110111 |
Color Harmonies of #56C168
Complementary color
Monochromatic Colors of #56C168
Black with #56C168
Text Example
Text Example
White with #56C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C168; }
p { color: rgb(86,193,104); }
H1.HeaderClassName
{
color: #56C168;
}
.AnyTagClassName
{
color: #56C168;
}
</style>
background-color css
<style>
a { background-color: #56C168; }
a { background-color: rgb(86,193,104); }
div.DivClassName
{
background-color: #56C168;
}
.BgClassName
{
background-color: #56C168;
}
</style>
border-color css
<style>
span { border-color: #56C168; }
span { border-color: rgb(86,193,104); }
td.TdClassName
{
border-color: #56C168;
}
.TagClassName
{
border-color: #56C168;
}
</style>