Shades of Silver Tree #56C28C
Tints of Silver Tree #56C28C
RGB
CMYK
RGB Variations
Color information
#56C28C (or 0x56C28C) is known color: Silver Tree. HEX triplet: 56, C2 and 8C. RGB value is (86,194,140). Sum of RGB (Red+Green+Blue) = 86+194+140=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #56C28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C28C is #A93D73. Grayscale: #9B9B9B. Windows color (decimal): -11091316 or 9224790. OLE color: 9224790.
HSL color Cylindrical-coordinate representation of color #56C28C: hue angle of 150º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C28C is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 140 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.24 |
| HSL | 150º | 0.47% | 0.55% | - |
| HSV(B) | 150º | 0.56% | 0.76% | - |
| XYZ | 27.86 | 42.46 | 31.54 | - |
| YUV | 155.55 | 119.22 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 140 | 0.56 | 0 | 0.28 | 0.24 | 150 | 0.47 | 0.55 |
| Hex | 56 | C2 | 8C | 38 | 0 | 1C | 18 | 96 | 2F | 37 |
| Octal | 126 | 302 | 214 | 70 | 0 | 34 | 30 | 226 | 57 | 67 |
| Binary | 1010110 | 11000010 | 10001100 | 111000 | 0 | 11100 | 11000 | 10010110 | 101111 | 110111 |
Color Harmonies of #56C28C
Complementary color
Monochromatic Colors of #56C28C
Black with #56C28C
Text Example
Text Example
White with #56C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C28C; }
p { color: rgb(86,194,140); }
H1.HeaderClassName
{
color: #56C28C;
}
.AnyTagClassName
{
color: #56C28C;
}
</style>
background-color css
<style>
a { background-color: #56C28C; }
a { background-color: rgb(86,194,140); }
div.DivClassName
{
background-color: #56C28C;
}
.BgClassName
{
background-color: #56C28C;
}
</style>
border-color css
<style>
span { border-color: #56C28C; }
span { border-color: rgb(86,194,140); }
td.TdClassName
{
border-color: #56C28C;
}
.TagClassName
{
border-color: #56C28C;
}
</style>