Shades of Silver Tree #70D996
Tints of Silver Tree #70D996
RGB
CMYK
RGB Variations
Color information
#70D996 (or 0x70D996) is known color: Silver Tree. HEX triplet: 70, D9 and 96. RGB value is (112,217,150). Sum of RGB (Red+Green+Blue) = 112+217+150=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #70D996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D996 is #8F2669. Grayscale: #B2B2B2. Windows color (decimal): -9381482 or 9886064. OLE color: 9886064.
HSL color Cylindrical-coordinate representation of color #70D996: hue angle of 141.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D996 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 150 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.15 |
| HSL | 141.71º | 0.58% | 0.65% | - |
| HSV(B) | 141.71º | 0.48% | 0.85% | - |
| XYZ | 37 | 55.27 | 37.57 | - |
| YUV | 177.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 150 | 0.48 | 0 | 0.31 | 0.15 | 141.71 | 0.58 | 0.65 |
| Hex | 70 | D9 | 96 | 30 | 0 | 1F | F | 8E | 3A | 41 |
| Octal | 160 | 331 | 226 | 60 | 0 | 37 | 17 | 216 | 72 | 101 |
| Binary | 1110000 | 11011001 | 10010110 | 110000 | 0 | 11111 | 1111 | 10001110 | 111010 | 1000001 |
Color Harmonies of #70D996
Complementary color
Monochromatic Colors of #70D996
Black with #70D996
Text Example
Text Example
White with #70D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D996; }
p { color: rgb(112,217,150); }
H1.HeaderClassName
{
color: #70D996;
}
.AnyTagClassName
{
color: #70D996;
}
</style>
background-color css
<style>
a { background-color: #70D996; }
a { background-color: rgb(112,217,150); }
div.DivClassName
{
background-color: #70D996;
}
.BgClassName
{
background-color: #70D996;
}
</style>
border-color css
<style>
span { border-color: #70D996; }
span { border-color: rgb(112,217,150); }
td.TdClassName
{
border-color: #70D996;
}
.TagClassName
{
border-color: #70D996;
}
</style>