Shades of Silver Tree #70D897
Tints of Silver Tree #70D897
RGB
CMYK
RGB Variations
Color information
#70D897 (or 0x70D897) is known color: Silver Tree. HEX triplet: 70, D8 and 97. RGB value is (112,216,151). Sum of RGB (Red+Green+Blue) = 112+216+151=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #70D897 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D897 is #8F2768. Grayscale: #B1B1B1. Windows color (decimal): -9381737 or 9951344. OLE color: 9951344.
HSL color Cylindrical-coordinate representation of color #70D897: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D897 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 151 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.15 |
| HSL | 142.5º | 0.57% | 0.64% | - |
| HSV(B) | 142.5º | 0.48% | 0.85% | - |
| XYZ | 36.82 | 54.79 | 37.91 | - |
| YUV | 177.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 151 | 0.48 | 0 | 0.30 | 0.15 | 142.5 | 0.57 | 0.64 |
| Hex | 70 | D8 | 97 | 30 | 0 | 1E | F | 8E | 39 | 40 |
| Octal | 160 | 330 | 227 | 60 | 0 | 36 | 17 | 216 | 71 | 100 |
| Binary | 1110000 | 11011000 | 10010111 | 110000 | 0 | 11110 | 1111 | 10001110 | 111001 | 1000000 |
Color Harmonies of #70D897
Complementary color
Monochromatic Colors of #70D897
Black with #70D897
Text Example
Text Example
White with #70D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D897; }
p { color: rgb(112,216,151); }
H1.HeaderClassName
{
color: #70D897;
}
.AnyTagClassName
{
color: #70D897;
}
</style>
background-color css
<style>
a { background-color: #70D897; }
a { background-color: rgb(112,216,151); }
div.DivClassName
{
background-color: #70D897;
}
.BgClassName
{
background-color: #70D897;
}
</style>
border-color css
<style>
span { border-color: #70D897; }
span { border-color: rgb(112,216,151); }
td.TdClassName
{
border-color: #70D897;
}
.TagClassName
{
border-color: #70D897;
}
</style>