Shades of Silver Tree #70C49D
Tints of Silver Tree #70C49D
RGB
CMYK
RGB Variations
Color information
#70C49D (or 0x70C49D) is known color: Silver Tree. HEX triplet: 70, C4 and 9D. RGB value is (112,196,157). Sum of RGB (Red+Green+Blue) = 112+196+157=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #70C49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C49D is #8F3B62. Grayscale: #A6A6A6. Windows color (decimal): -9386851 or 10339440. OLE color: 10339440.
HSL color Cylindrical-coordinate representation of color #70C49D: hue angle of 152.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C49D is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 157 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.23 |
| HSL | 152.14º | 0.42% | 0.6% | - |
| HSV(B) | 152.14º | 0.43% | 0.77% | - |
| XYZ | 32.51 | 45.36 | 38.94 | - |
| YUV | 166.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 157 | 0.43 | 0 | 0.20 | 0.23 | 152.14 | 0.42 | 0.6 |
| Hex | 70 | C4 | 9D | 2B | 0 | 14 | 17 | 98 | 2A | 3C |
| Octal | 160 | 304 | 235 | 53 | 0 | 24 | 27 | 230 | 52 | 74 |
| Binary | 1110000 | 11000100 | 10011101 | 101011 | 0 | 10100 | 10111 | 10011000 | 101010 | 111100 |
Color Harmonies of #70C49D
Complementary color
Monochromatic Colors of #70C49D
Black with #70C49D
Text Example
Text Example
White with #70C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C49D; }
p { color: rgb(112,196,157); }
H1.HeaderClassName
{
color: #70C49D;
}
.AnyTagClassName
{
color: #70C49D;
}
</style>
background-color css
<style>
a { background-color: #70C49D; }
a { background-color: rgb(112,196,157); }
div.DivClassName
{
background-color: #70C49D;
}
.BgClassName
{
background-color: #70C49D;
}
</style>
border-color css
<style>
span { border-color: #70C49D; }
span { border-color: rgb(112,196,157); }
td.TdClassName
{
border-color: #70C49D;
}
.TagClassName
{
border-color: #70C49D;
}
</style>