Shades of Silver Tree #70D995
Tints of Silver Tree #70D995
RGB
CMYK
RGB Variations
Color information
#70D995 (or 0x70D995) is known color: Silver Tree. HEX triplet: 70, D9 and 95. RGB value is (112,217,149). Sum of RGB (Red+Green+Blue) = 112+217+149=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #70D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D995 is #8F266A. Grayscale: #B2B2B2. Windows color (decimal): -9381483 or 9820528. OLE color: 9820528.
HSL color Cylindrical-coordinate representation of color #70D995: hue angle of 141.14º 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 #70D995 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 149 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.15 |
| HSL | 141.14º | 0.58% | 0.65% | - |
| HSV(B) | 141.14º | 0.48% | 0.85% | - |
| XYZ | 36.92 | 55.24 | 37.15 | - |
| YUV | 177.85 | 111.71 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 149 | 0.48 | 0 | 0.31 | 0.15 | 141.14 | 0.58 | 0.65 |
| Hex | 70 | D9 | 95 | 30 | 0 | 1F | F | 8D | 3A | 41 |
| Octal | 160 | 331 | 225 | 60 | 0 | 37 | 17 | 215 | 72 | 101 |
| Binary | 1110000 | 11011001 | 10010101 | 110000 | 0 | 11111 | 1111 | 10001101 | 111010 | 1000001 |
Color Harmonies of #70D995
Complementary color
Monochromatic Colors of #70D995
Black with #70D995
Text Example
Text Example
White with #70D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D995; }
p { color: rgb(112,217,149); }
H1.HeaderClassName
{
color: #70D995;
}
.AnyTagClassName
{
color: #70D995;
}
</style>
background-color css
<style>
a { background-color: #70D995; }
a { background-color: rgb(112,217,149); }
div.DivClassName
{
background-color: #70D995;
}
.BgClassName
{
background-color: #70D995;
}
</style>
border-color css
<style>
span { border-color: #70D995; }
span { border-color: rgb(112,217,149); }
td.TdClassName
{
border-color: #70D995;
}
.TagClassName
{
border-color: #70D995;
}
</style>