Shades of Fern #56B666
Tints of Fern #56B666
RGB
CMYK
RGB Variations
Color information
#56B666 (or 0x56B666) is known color: Fern. HEX triplet: 56, B6 and 66. RGB value is (86,182,102). Sum of RGB (Red+Green+Blue) = 86+182+102=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #56B666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B666 is #A94999. Grayscale: #909090. Windows color (decimal): -11094426 or 6731350. OLE color: 6731350.
HSL color Cylindrical-coordinate representation of color #56B666: hue angle of 130º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B666 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 182 | 102 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.29 |
| HSL | 130º | 0.4% | 0.53% | - |
| HSV(B) | 130º | 0.53% | 0.71% | - |
| XYZ | 22.96 | 36.39 | 18.38 | - |
| YUV | 144.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 182 | 102 | 0.53 | 0 | 0.44 | 0.29 | 130 | 0.4 | 0.53 |
| Hex | 56 | B6 | 66 | 35 | 0 | 2C | 1D | 82 | 28 | 35 |
| Octal | 126 | 266 | 146 | 65 | 0 | 54 | 35 | 202 | 50 | 65 |
| Binary | 1010110 | 10110110 | 1100110 | 110101 | 0 | 101100 | 11101 | 10000010 | 101000 | 110101 |
Color Harmonies of #56B666
Complementary color
Monochromatic Colors of #56B666
Black with #56B666
Text Example
Text Example
White with #56B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B666; }
p { color: rgb(86,182,102); }
H1.HeaderClassName
{
color: #56B666;
}
.AnyTagClassName
{
color: #56B666;
}
</style>
background-color css
<style>
a { background-color: #56B666; }
a { background-color: rgb(86,182,102); }
div.DivClassName
{
background-color: #56B666;
}
.BgClassName
{
background-color: #56B666;
}
</style>
border-color css
<style>
span { border-color: #56B666; }
span { border-color: rgb(86,182,102); }
td.TdClassName
{
border-color: #56B666;
}
.TagClassName
{
border-color: #56B666;
}
</style>