Shades of Silver Tree #70D898
Tints of Silver Tree #70D898
RGB
CMYK
RGB Variations
Color information
#70D898 (or 0x70D898) is known color: Silver Tree. HEX triplet: 70, D8 and 98. RGB value is (112,216,152). Sum of RGB (Red+Green+Blue) = 112+216+152=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #70D898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D898 is #8F2767. Grayscale: #B1B1B1. Windows color (decimal): -9381736 or 10016880. OLE color: 10016880.
HSL color Cylindrical-coordinate representation of color #70D898: hue angle of 143.08º 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 #70D898 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 152 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.15 |
| HSL | 143.08º | 0.57% | 0.64% | - |
| HSV(B) | 143.08º | 0.48% | 0.85% | - |
| XYZ | 36.91 | 54.82 | 38.34 | - |
| YUV | 177.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 152 | 0.48 | 0 | 0.30 | 0.15 | 143.08 | 0.57 | 0.64 |
| Hex | 70 | D8 | 98 | 30 | 0 | 1E | F | 8F | 39 | 40 |
| Octal | 160 | 330 | 230 | 60 | 0 | 36 | 17 | 217 | 71 | 100 |
| Binary | 1110000 | 11011000 | 10011000 | 110000 | 0 | 11110 | 1111 | 10001111 | 111001 | 1000000 |
Color Harmonies of #70D898
Complementary color
Monochromatic Colors of #70D898
Black with #70D898
Text Example
Text Example
White with #70D898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D898; }
p { color: rgb(112,216,152); }
H1.HeaderClassName
{
color: #70D898;
}
.AnyTagClassName
{
color: #70D898;
}
</style>
background-color css
<style>
a { background-color: #70D898; }
a { background-color: rgb(112,216,152); }
div.DivClassName
{
background-color: #70D898;
}
.BgClassName
{
background-color: #70D898;
}
</style>
border-color css
<style>
span { border-color: #70D898; }
span { border-color: rgb(112,216,152); }
td.TdClassName
{
border-color: #70D898;
}
.TagClassName
{
border-color: #70D898;
}
</style>