Shades of Silver Tree #70DA99
Tints of Silver Tree #70DA99
RGB
CMYK
RGB Variations
Color information
#70DA99 (or 0x70DA99) is known color: Silver Tree. HEX triplet: 70, DA and 99. RGB value is (112,218,153). Sum of RGB (Red+Green+Blue) = 112+218+153=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA99 is #8F2566. Grayscale: #B3B3B3. Windows color (decimal): -9381223 or 10082928. OLE color: 10082928.
HSL color Cylindrical-coordinate representation of color #70DA99: hue angle of 143.21º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DA99 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 153 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.15 |
| HSL | 143.21º | 0.59% | 0.65% | - |
| HSV(B) | 143.21º | 0.49% | 0.85% | - |
| XYZ | 37.5 | 55.89 | 38.95 | - |
| YUV | 178.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 153 | 0.49 | 0 | 0.30 | 0.15 | 143.21 | 0.59 | 0.65 |
| Hex | 70 | DA | 99 | 31 | 0 | 1E | F | 8F | 3B | 41 |
| Octal | 160 | 332 | 231 | 61 | 0 | 36 | 17 | 217 | 73 | 101 |
| Binary | 1110000 | 11011010 | 10011001 | 110001 | 0 | 11110 | 1111 | 10001111 | 111011 | 1000001 |
Color Harmonies of #70DA99
Complementary color
Monochromatic Colors of #70DA99
Black with #70DA99
Text Example
Text Example
White with #70DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DA99; }
p { color: rgb(112,218,153); }
H1.HeaderClassName
{
color: #70DA99;
}
.AnyTagClassName
{
color: #70DA99;
}
</style>
background-color css
<style>
a { background-color: #70DA99; }
a { background-color: rgb(112,218,153); }
div.DivClassName
{
background-color: #70DA99;
}
.BgClassName
{
background-color: #70DA99;
}
</style>
border-color css
<style>
span { border-color: #70DA99; }
span { border-color: rgb(112,218,153); }
td.TdClassName
{
border-color: #70DA99;
}
.TagClassName
{
border-color: #70DA99;
}
</style>