Shades of Silver Tree #70D393
Tints of Silver Tree #70D393
RGB
CMYK
RGB Variations
Color information
#70D393 (or 0x70D393) is known color: Silver Tree. HEX triplet: 70, D3 and 93. RGB value is (112,211,147). Sum of RGB (Red+Green+Blue) = 112+211+147=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #70D393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D393 is #8F2C6C. Grayscale: #AEAEAE. Windows color (decimal): -9383021 or 9687920. OLE color: 9687920.
HSL color Cylindrical-coordinate representation of color #70D393: hue angle of 141.21º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D393 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 147 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.17 |
| HSL | 141.21º | 0.53% | 0.63% | - |
| HSV(B) | 141.21º | 0.47% | 0.83% | - |
| XYZ | 35.24 | 52.14 | 35.81 | - |
| YUV | 174.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 147 | 0.47 | 0 | 0.30 | 0.17 | 141.21 | 0.53 | 0.63 |
| Hex | 70 | D3 | 93 | 2F | 0 | 1E | 11 | 8D | 35 | 3F |
| Octal | 160 | 323 | 223 | 57 | 0 | 36 | 21 | 215 | 65 | 77 |
| Binary | 1110000 | 11010011 | 10010011 | 101111 | 0 | 11110 | 10001 | 10001101 | 110101 | 111111 |
Color Harmonies of #70D393
Complementary color
Monochromatic Colors of #70D393
Black with #70D393
Text Example
Text Example
White with #70D393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D393; }
p { color: rgb(112,211,147); }
H1.HeaderClassName
{
color: #70D393;
}
.AnyTagClassName
{
color: #70D393;
}
</style>
background-color css
<style>
a { background-color: #70D393; }
a { background-color: rgb(112,211,147); }
div.DivClassName
{
background-color: #70D393;
}
.BgClassName
{
background-color: #70D393;
}
</style>
border-color css
<style>
span { border-color: #70D393; }
span { border-color: rgb(112,211,147); }
td.TdClassName
{
border-color: #70D393;
}
.TagClassName
{
border-color: #70D393;
}
</style>