Shades of Silver Tree #70D598
Tints of Silver Tree #70D598
RGB
CMYK
RGB Variations
Color information
#70D598 (or 0x70D598) is known color: Silver Tree. HEX triplet: 70, D5 and 98. RGB value is (112,213,152). Sum of RGB (Red+Green+Blue) = 112+213+152=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #70D598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D598 is #8F2A67. Grayscale: #AFAFAF. Windows color (decimal): -9382504 or 10016112. OLE color: 10016112.
HSL color Cylindrical-coordinate representation of color #70D598: hue angle of 143.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D598 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 152 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.16 |
| HSL | 143.76º | 0.55% | 0.64% | - |
| HSV(B) | 143.76º | 0.47% | 0.84% | - |
| XYZ | 36.14 | 53.3 | 38.09 | - |
| YUV | 175.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 152 | 0.47 | 0 | 0.29 | 0.16 | 143.76 | 0.55 | 0.64 |
| Hex | 70 | D5 | 98 | 2F | 0 | 1D | 10 | 90 | 37 | 40 |
| Octal | 160 | 325 | 230 | 57 | 0 | 35 | 20 | 220 | 67 | 100 |
| Binary | 1110000 | 11010101 | 10011000 | 101111 | 0 | 11101 | 10000 | 10010000 | 110111 | 1000000 |
Color Harmonies of #70D598
Complementary color
Monochromatic Colors of #70D598
Black with #70D598
Text Example
Text Example
White with #70D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D598; }
p { color: rgb(112,213,152); }
H1.HeaderClassName
{
color: #70D598;
}
.AnyTagClassName
{
color: #70D598;
}
</style>
background-color css
<style>
a { background-color: #70D598; }
a { background-color: rgb(112,213,152); }
div.DivClassName
{
background-color: #70D598;
}
.BgClassName
{
background-color: #70D598;
}
</style>
border-color css
<style>
span { border-color: #70D598; }
span { border-color: rgb(112,213,152); }
td.TdClassName
{
border-color: #70D598;
}
.TagClassName
{
border-color: #70D598;
}
</style>