Shades of Silver Tree #70D997
Tints of Silver Tree #70D997
RGB
CMYK
RGB Variations
Color information
#70D997 (or 0x70D997) is known color: Silver Tree. HEX triplet: 70, D9 and 97. RGB value is (112,217,151). Sum of RGB (Red+Green+Blue) = 112+217+151=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #70D997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D997 is #8F2668. Grayscale: #B2B2B2. Windows color (decimal): -9381481 or 9951600. OLE color: 9951600.
HSL color Cylindrical-coordinate representation of color #70D997: hue angle of 142.29º 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 #70D997 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 151 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.15 |
| HSL | 142.29º | 0.58% | 0.65% | - |
| HSV(B) | 142.29º | 0.48% | 0.85% | - |
| XYZ | 37.08 | 55.3 | 38 | - |
| YUV | 178.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 151 | 0.48 | 0 | 0.30 | 0.15 | 142.29 | 0.58 | 0.65 |
| Hex | 70 | D9 | 97 | 30 | 0 | 1E | F | 8E | 3A | 41 |
| Octal | 160 | 331 | 227 | 60 | 0 | 36 | 17 | 216 | 72 | 101 |
| Binary | 1110000 | 11011001 | 10010111 | 110000 | 0 | 11110 | 1111 | 10001110 | 111010 | 1000001 |
Color Harmonies of #70D997
Complementary color
Monochromatic Colors of #70D997
Black with #70D997
Text Example
Text Example
White with #70D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D997; }
p { color: rgb(112,217,151); }
H1.HeaderClassName
{
color: #70D997;
}
.AnyTagClassName
{
color: #70D997;
}
</style>
background-color css
<style>
a { background-color: #70D997; }
a { background-color: rgb(112,217,151); }
div.DivClassName
{
background-color: #70D997;
}
.BgClassName
{
background-color: #70D997;
}
</style>
border-color css
<style>
span { border-color: #70D997; }
span { border-color: rgb(112,217,151); }
td.TdClassName
{
border-color: #70D997;
}
.TagClassName
{
border-color: #70D997;
}
</style>