Shades of Silver Tree #70D58D
Tints of Silver Tree #70D58D
RGB
CMYK
RGB Variations
Color information
#70D58D (or 0x70D58D) is known color: Silver Tree. HEX triplet: 70, D5 and 8D. RGB value is (112,213,141). Sum of RGB (Red+Green+Blue) = 112+213+141=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #70D58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D58D is #8F2A72. Grayscale: #AEAEAE. Windows color (decimal): -9382515 or 9295216. OLE color: 9295216.
HSL color Cylindrical-coordinate representation of color #70D58D: hue angle of 137.23º 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 #70D58D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 141 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.16 |
| HSL | 137.23º | 0.55% | 0.64% | - |
| HSV(B) | 137.23º | 0.47% | 0.84% | - |
| XYZ | 35.28 | 52.96 | 33.56 | - |
| YUV | 174.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 141 | 0.47 | 0 | 0.34 | 0.16 | 137.23 | 0.55 | 0.64 |
| Hex | 70 | D5 | 8D | 2F | 0 | 22 | 10 | 89 | 37 | 40 |
| Octal | 160 | 325 | 215 | 57 | 0 | 42 | 20 | 211 | 67 | 100 |
| Binary | 1110000 | 11010101 | 10001101 | 101111 | 0 | 100010 | 10000 | 10001001 | 110111 | 1000000 |
Color Harmonies of #70D58D
Complementary color
Monochromatic Colors of #70D58D
Black with #70D58D
Text Example
Text Example
White with #70D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D58D; }
p { color: rgb(112,213,141); }
H1.HeaderClassName
{
color: #70D58D;
}
.AnyTagClassName
{
color: #70D58D;
}
</style>
background-color css
<style>
a { background-color: #70D58D; }
a { background-color: rgb(112,213,141); }
div.DivClassName
{
background-color: #70D58D;
}
.BgClassName
{
background-color: #70D58D;
}
</style>
border-color css
<style>
span { border-color: #70D58D; }
span { border-color: rgb(112,213,141); }
td.TdClassName
{
border-color: #70D58D;
}
.TagClassName
{
border-color: #70D58D;
}
</style>