Shades of Silver Tree #56D08F
Tints of Silver Tree #56D08F
RGB
CMYK
RGB Variations
Color information
#56D08F (or 0x56D08F) is known color: Silver Tree. HEX triplet: 56, D0 and 8F. RGB value is (86,208,143). Sum of RGB (Red+Green+Blue) = 86+208+143=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #56D08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D08F is #A92F70. Grayscale: #A4A4A4. Windows color (decimal): -11087729 or 9424982. OLE color: 9424982.
HSL color Cylindrical-coordinate representation of color #56D08F: hue angle of 148.03º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D08F is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 208 | 143 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.18 |
| HSL | 148.03º | 0.56% | 0.58% | - |
| HSV(B) | 148.03º | 0.59% | 0.82% | - |
| XYZ | 31.35 | 49.07 | 33.81 | - |
| YUV | 164.11 | 116.08 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 208 | 143 | 0.59 | 0 | 0.31 | 0.18 | 148.03 | 0.56 | 0.58 |
| Hex | 56 | D0 | 8F | 3B | 0 | 1F | 12 | 94 | 38 | 3A |
| Octal | 126 | 320 | 217 | 73 | 0 | 37 | 22 | 224 | 70 | 72 |
| Binary | 1010110 | 11010000 | 10001111 | 111011 | 0 | 11111 | 10010 | 10010100 | 111000 | 111010 |
Color Harmonies of #56D08F
Complementary color
Monochromatic Colors of #56D08F
Black with #56D08F
Text Example
Text Example
White with #56D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D08F; }
p { color: rgb(86,208,143); }
H1.HeaderClassName
{
color: #56D08F;
}
.AnyTagClassName
{
color: #56D08F;
}
</style>
background-color css
<style>
a { background-color: #56D08F; }
a { background-color: rgb(86,208,143); }
div.DivClassName
{
background-color: #56D08F;
}
.BgClassName
{
background-color: #56D08F;
}
</style>
border-color css
<style>
span { border-color: #56D08F; }
span { border-color: rgb(86,208,143); }
td.TdClassName
{
border-color: #56D08F;
}
.TagClassName
{
border-color: #56D08F;
}
</style>