Shades of Silver Tree #70D798
Tints of Silver Tree #70D798
RGB
CMYK
RGB Variations
Color information
#70D798 (or 0x70D798) is known color: Silver Tree. HEX triplet: 70, D7 and 98. RGB value is (112,215,152). Sum of RGB (Red+Green+Blue) = 112+215+152=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #70D798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D798 is #8F2867. Grayscale: #B1B1B1. Windows color (decimal): -9381992 or 10016624. OLE color: 10016624.
HSL color Cylindrical-coordinate representation of color #70D798: hue angle of 143.3º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D798 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 152 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.16 |
| HSL | 143.3º | 0.56% | 0.64% | - |
| HSV(B) | 143.3º | 0.48% | 0.84% | - |
| XYZ | 36.65 | 54.31 | 38.26 | - |
| YUV | 177.02 | 113.88 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 152 | 0.48 | 0 | 0.29 | 0.16 | 143.3 | 0.56 | 0.64 |
| Hex | 70 | D7 | 98 | 30 | 0 | 1D | 10 | 8F | 38 | 40 |
| Octal | 160 | 327 | 230 | 60 | 0 | 35 | 20 | 217 | 70 | 100 |
| Binary | 1110000 | 11010111 | 10011000 | 110000 | 0 | 11101 | 10000 | 10001111 | 111000 | 1000000 |
Color Harmonies of #70D798
Complementary color
Monochromatic Colors of #70D798
Black with #70D798
Text Example
Text Example
White with #70D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D798; }
p { color: rgb(112,215,152); }
H1.HeaderClassName
{
color: #70D798;
}
.AnyTagClassName
{
color: #70D798;
}
</style>
background-color css
<style>
a { background-color: #70D798; }
a { background-color: rgb(112,215,152); }
div.DivClassName
{
background-color: #70D798;
}
.BgClassName
{
background-color: #70D798;
}
</style>
border-color css
<style>
span { border-color: #70D798; }
span { border-color: rgb(112,215,152); }
td.TdClassName
{
border-color: #70D798;
}
.TagClassName
{
border-color: #70D798;
}
</style>