Shades of Fern #56B066
Tints of Fern #56B066
RGB
CMYK
RGB Variations
Color information
#56B066 (or 0x56B066) is known color: Fern. HEX triplet: 56, B0 and 66. RGB value is (86,176,102). Sum of RGB (Red+Green+Blue) = 86+176+102=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #56B066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B066 is #A94F99. Grayscale: #8C8C8C. Windows color (decimal): -11095962 or 6729814. OLE color: 6729814.
HSL color Cylindrical-coordinate representation of color #56B066: hue angle of 130.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B066 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 176 | 102 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.31 |
| HSL | 130.67º | 0.36% | 0.51% | - |
| HSV(B) | 130.67º | 0.51% | 0.69% | - |
| XYZ | 21.76 | 33.99 | 17.98 | - |
| YUV | 140.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 176 | 102 | 0.51 | 0 | 0.42 | 0.31 | 130.67 | 0.36 | 0.51 |
| Hex | 56 | B0 | 66 | 33 | 0 | 2A | 1F | 83 | 24 | 33 |
| Octal | 126 | 260 | 146 | 63 | 0 | 52 | 37 | 203 | 44 | 63 |
| Binary | 1010110 | 10110000 | 1100110 | 110011 | 0 | 101010 | 11111 | 10000011 | 100100 | 110011 |
Color Harmonies of #56B066
Complementary color
Monochromatic Colors of #56B066
Black with #56B066
Text Example
Text Example
White with #56B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B066; }
p { color: rgb(86,176,102); }
H1.HeaderClassName
{
color: #56B066;
}
.AnyTagClassName
{
color: #56B066;
}
</style>
background-color css
<style>
a { background-color: #56B066; }
a { background-color: rgb(86,176,102); }
div.DivClassName
{
background-color: #56B066;
}
.BgClassName
{
background-color: #56B066;
}
</style>
border-color css
<style>
span { border-color: #56B066; }
span { border-color: rgb(86,176,102); }
td.TdClassName
{
border-color: #56B066;
}
.TagClassName
{
border-color: #56B066;
}
</style>