Shades of Silver Tree #70D58E
Tints of Silver Tree #70D58E
RGB
CMYK
RGB Variations
Color information
#70D58E (or 0x70D58E) is known color: Silver Tree. HEX triplet: 70, D5 and 8E. RGB value is (112,213,142). Sum of RGB (Red+Green+Blue) = 112+213+142=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #70D58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D58E is #8F2A71. Grayscale: #AEAEAE. Windows color (decimal): -9382514 or 9360752. OLE color: 9360752.
HSL color Cylindrical-coordinate representation of color #70D58E: hue angle of 137.82º 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 #70D58E is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 142 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.16 |
| HSL | 137.82º | 0.55% | 0.64% | - |
| HSV(B) | 137.82º | 0.47% | 0.84% | - |
| XYZ | 35.36 | 52.99 | 33.95 | - |
| YUV | 174.71 | 109.54 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 142 | 0.47 | 0 | 0.33 | 0.16 | 137.82 | 0.55 | 0.64 |
| Hex | 70 | D5 | 8E | 2F | 0 | 21 | 10 | 8A | 37 | 40 |
| Octal | 160 | 325 | 216 | 57 | 0 | 41 | 20 | 212 | 67 | 100 |
| Binary | 1110000 | 11010101 | 10001110 | 101111 | 0 | 100001 | 10000 | 10001010 | 110111 | 1000000 |
Color Harmonies of #70D58E
Complementary color
Monochromatic Colors of #70D58E
Black with #70D58E
Text Example
Text Example
White with #70D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D58E; }
p { color: rgb(112,213,142); }
H1.HeaderClassName
{
color: #70D58E;
}
.AnyTagClassName
{
color: #70D58E;
}
</style>
background-color css
<style>
a { background-color: #70D58E; }
a { background-color: rgb(112,213,142); }
div.DivClassName
{
background-color: #70D58E;
}
.BgClassName
{
background-color: #70D58E;
}
</style>
border-color css
<style>
span { border-color: #70D58E; }
span { border-color: rgb(112,213,142); }
td.TdClassName
{
border-color: #70D58E;
}
.TagClassName
{
border-color: #70D58E;
}
</style>