Shades of Silver Tree #70D899
Tints of Silver Tree #70D899
RGB
CMYK
RGB Variations
Color information
#70D899 (or 0x70D899) is known color: Silver Tree. HEX triplet: 70, D8 and 99. RGB value is (112,216,153). Sum of RGB (Red+Green+Blue) = 112+216+153=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #70D899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D899 is #8F2766. Grayscale: #B1B1B1. Windows color (decimal): -9381735 or 10082416. OLE color: 10082416.
HSL color Cylindrical-coordinate representation of color #70D899: hue angle of 143.65º 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 #70D899 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 153 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.15 |
| HSL | 143.65º | 0.57% | 0.64% | - |
| HSV(B) | 143.65º | 0.48% | 0.85% | - |
| XYZ | 36.99 | 54.86 | 38.78 | - |
| YUV | 177.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 153 | 0.48 | 0 | 0.29 | 0.15 | 143.65 | 0.57 | 0.64 |
| Hex | 70 | D8 | 99 | 30 | 0 | 1D | F | 90 | 39 | 40 |
| Octal | 160 | 330 | 231 | 60 | 0 | 35 | 17 | 220 | 71 | 100 |
| Binary | 1110000 | 11011000 | 10011001 | 110000 | 0 | 11101 | 1111 | 10010000 | 111001 | 1000000 |
Color Harmonies of #70D899
Complementary color
Monochromatic Colors of #70D899
Black with #70D899
Text Example
Text Example
White with #70D899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D899; }
p { color: rgb(112,216,153); }
H1.HeaderClassName
{
color: #70D899;
}
.AnyTagClassName
{
color: #70D899;
}
</style>
background-color css
<style>
a { background-color: #70D899; }
a { background-color: rgb(112,216,153); }
div.DivClassName
{
background-color: #70D899;
}
.BgClassName
{
background-color: #70D899;
}
</style>
border-color css
<style>
span { border-color: #70D899; }
span { border-color: rgb(112,216,153); }
td.TdClassName
{
border-color: #70D899;
}
.TagClassName
{
border-color: #70D899;
}
</style>