Shades of Silver Tree #70D592
Tints of Silver Tree #70D592
RGB
CMYK
RGB Variations
Color information
#70D592 (or 0x70D592) is known color: Silver Tree. HEX triplet: 70, D5 and 92. RGB value is (112,213,146). Sum of RGB (Red+Green+Blue) = 112+213+146=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #70D592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D592 is #8F2A6D. Grayscale: #AFAFAF. Windows color (decimal): -9382510 or 9622896. OLE color: 9622896.
HSL color Cylindrical-coordinate representation of color #70D592: hue angle of 140.2º 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 #70D592 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 146 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.16 |
| HSL | 140.2º | 0.55% | 0.64% | - |
| HSV(B) | 140.2º | 0.47% | 0.84% | - |
| XYZ | 35.66 | 53.11 | 35.57 | - |
| YUV | 175.16 | 111.54 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 146 | 0.47 | 0 | 0.31 | 0.16 | 140.2 | 0.55 | 0.64 |
| Hex | 70 | D5 | 92 | 2F | 0 | 1F | 10 | 8C | 37 | 40 |
| Octal | 160 | 325 | 222 | 57 | 0 | 37 | 20 | 214 | 67 | 100 |
| Binary | 1110000 | 11010101 | 10010010 | 101111 | 0 | 11111 | 10000 | 10001100 | 110111 | 1000000 |
Color Harmonies of #70D592
Complementary color
Monochromatic Colors of #70D592
Black with #70D592
Text Example
Text Example
White with #70D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D592; }
p { color: rgb(112,213,146); }
H1.HeaderClassName
{
color: #70D592;
}
.AnyTagClassName
{
color: #70D592;
}
</style>
background-color css
<style>
a { background-color: #70D592; }
a { background-color: rgb(112,213,146); }
div.DivClassName
{
background-color: #70D592;
}
.BgClassName
{
background-color: #70D592;
}
</style>
border-color css
<style>
span { border-color: #70D592; }
span { border-color: rgb(112,213,146); }
td.TdClassName
{
border-color: #70D592;
}
.TagClassName
{
border-color: #70D592;
}
</style>