Shades of Silver Tree #70D990
Tints of Silver Tree #70D990
RGB
CMYK
RGB Variations
Color information
#70D990 (or 0x70D990) is known color: Silver Tree. HEX triplet: 70, D9 and 90. RGB value is (112,217,144). Sum of RGB (Red+Green+Blue) = 112+217+144=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #70D990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D990 is #8F266F. Grayscale: #B1B1B1. Windows color (decimal): -9381488 or 9492848. OLE color: 9492848.
HSL color Cylindrical-coordinate representation of color #70D990: hue angle of 138.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 #70D990 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 144 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.15 |
| HSL | 138.29º | 0.58% | 0.65% | - |
| HSV(B) | 138.29º | 0.48% | 0.85% | - |
| XYZ | 36.53 | 55.08 | 35.09 | - |
| YUV | 177.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 144 | 0.48 | 0 | 0.34 | 0.15 | 138.29 | 0.58 | 0.65 |
| Hex | 70 | D9 | 90 | 30 | 0 | 22 | F | 8A | 3A | 41 |
| Octal | 160 | 331 | 220 | 60 | 0 | 42 | 17 | 212 | 72 | 101 |
| Binary | 1110000 | 11011001 | 10010000 | 110000 | 0 | 100010 | 1111 | 10001010 | 111010 | 1000001 |
Color Harmonies of #70D990
Complementary color
Monochromatic Colors of #70D990
Black with #70D990
Text Example
Text Example
White with #70D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D990; }
p { color: rgb(112,217,144); }
H1.HeaderClassName
{
color: #70D990;
}
.AnyTagClassName
{
color: #70D990;
}
</style>
background-color css
<style>
a { background-color: #70D990; }
a { background-color: rgb(112,217,144); }
div.DivClassName
{
background-color: #70D990;
}
.BgClassName
{
background-color: #70D990;
}
</style>
border-color css
<style>
span { border-color: #70D990; }
span { border-color: rgb(112,217,144); }
td.TdClassName
{
border-color: #70D990;
}
.TagClassName
{
border-color: #70D990;
}
</style>