Shades of Silver Tree #70D59A
Tints of Silver Tree #70D59A
RGB
CMYK
RGB Variations
Color information
#70D59A (or 0x70D59A) is known color: Silver Tree. HEX triplet: 70, D5 and 9A. RGB value is (112,213,154). Sum of RGB (Red+Green+Blue) = 112+213+154=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #70D59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D59A is #8F2A65. Grayscale: #B0B0B0. Windows color (decimal): -9382502 or 10147184. OLE color: 10147184.
HSL color Cylindrical-coordinate representation of color #70D59A: hue angle of 144.95º 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 #70D59A is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 154 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.16 |
| HSL | 144.95º | 0.55% | 0.64% | - |
| HSV(B) | 144.95º | 0.47% | 0.84% | - |
| XYZ | 36.31 | 53.37 | 38.96 | - |
| YUV | 176.08 | 115.54 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 154 | 0.47 | 0 | 0.28 | 0.16 | 144.95 | 0.55 | 0.64 |
| Hex | 70 | D5 | 9A | 2F | 0 | 1C | 10 | 91 | 37 | 40 |
| Octal | 160 | 325 | 232 | 57 | 0 | 34 | 20 | 221 | 67 | 100 |
| Binary | 1110000 | 11010101 | 10011010 | 101111 | 0 | 11100 | 10000 | 10010001 | 110111 | 1000000 |
Color Harmonies of #70D59A
Complementary color
Monochromatic Colors of #70D59A
Black with #70D59A
Text Example
Text Example
White with #70D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D59A; }
p { color: rgb(112,213,154); }
H1.HeaderClassName
{
color: #70D59A;
}
.AnyTagClassName
{
color: #70D59A;
}
</style>
background-color css
<style>
a { background-color: #70D59A; }
a { background-color: rgb(112,213,154); }
div.DivClassName
{
background-color: #70D59A;
}
.BgClassName
{
background-color: #70D59A;
}
</style>
border-color css
<style>
span { border-color: #70D59A; }
span { border-color: rgb(112,213,154); }
td.TdClassName
{
border-color: #70D59A;
}
.TagClassName
{
border-color: #70D59A;
}
</style>