Shades of Silver Tree #70DB98
Tints of Silver Tree #70DB98
RGB
CMYK
RGB Variations
Color information
#70DB98 (or 0x70DB98) is known color: Silver Tree. HEX triplet: 70, DB and 98. RGB value is (112,219,152). Sum of RGB (Red+Green+Blue) = 112+219+152=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB98 is #8F2467. Grayscale: #B3B3B3. Windows color (decimal): -9380968 or 10017648. OLE color: 10017648.
HSL color Cylindrical-coordinate representation of color #70DB98: hue angle of 142.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB98 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 152 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.14 |
| HSL | 142.43º | 0.6% | 0.65% | - |
| HSV(B) | 142.43º | 0.49% | 0.86% | - |
| XYZ | 37.68 | 56.37 | 38.6 | - |
| YUV | 179.37 | 112.55 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 152 | 0.49 | 0 | 0.31 | 0.14 | 142.43 | 0.6 | 0.65 |
| Hex | 70 | DB | 98 | 31 | 0 | 1F | E | 8E | 3C | 41 |
| Octal | 160 | 333 | 230 | 61 | 0 | 37 | 16 | 216 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10011000 | 110001 | 0 | 11111 | 1110 | 10001110 | 111100 | 1000001 |
Color Harmonies of #70DB98
Complementary color
Monochromatic Colors of #70DB98
Black with #70DB98
Text Example
Text Example
White with #70DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB98; }
p { color: rgb(112,219,152); }
H1.HeaderClassName
{
color: #70DB98;
}
.AnyTagClassName
{
color: #70DB98;
}
</style>
background-color css
<style>
a { background-color: #70DB98; }
a { background-color: rgb(112,219,152); }
div.DivClassName
{
background-color: #70DB98;
}
.BgClassName
{
background-color: #70DB98;
}
</style>
border-color css
<style>
span { border-color: #70DB98; }
span { border-color: rgb(112,219,152); }
td.TdClassName
{
border-color: #70DB98;
}
.TagClassName
{
border-color: #70DB98;
}
</style>