Shades of Silver Tree #70C488
Tints of Silver Tree #70C488
RGB
CMYK
RGB Variations
Color information
#70C488 (or 0x70C488) is known color: Silver Tree. HEX triplet: 70, C4 and 88. RGB value is (112,196,136). Sum of RGB (Red+Green+Blue) = 112+196+136=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #70C488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C488 is #8F3B77. Grayscale: #A4A4A4. Windows color (decimal): -9386872 or 8963184. OLE color: 8963184.
HSL color Cylindrical-coordinate representation of color #70C488: hue angle of 137.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C488 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 136 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.23 |
| HSL | 137.14º | 0.42% | 0.6% | - |
| HSV(B) | 137.14º | 0.43% | 0.77% | - |
| XYZ | 30.87 | 44.7 | 30.29 | - |
| YUV | 164.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 136 | 0.43 | 0 | 0.31 | 0.23 | 137.14 | 0.42 | 0.6 |
| Hex | 70 | C4 | 88 | 2B | 0 | 1F | 17 | 89 | 2A | 3C |
| Octal | 160 | 304 | 210 | 53 | 0 | 37 | 27 | 211 | 52 | 74 |
| Binary | 1110000 | 11000100 | 10001000 | 101011 | 0 | 11111 | 10111 | 10001001 | 101010 | 111100 |
Color Harmonies of #70C488
Complementary color
Monochromatic Colors of #70C488
Black with #70C488
Text Example
Text Example
White with #70C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C488; }
p { color: rgb(112,196,136); }
H1.HeaderClassName
{
color: #70C488;
}
.AnyTagClassName
{
color: #70C488;
}
</style>
background-color css
<style>
a { background-color: #70C488; }
a { background-color: rgb(112,196,136); }
div.DivClassName
{
background-color: #70C488;
}
.BgClassName
{
background-color: #70C488;
}
</style>
border-color css
<style>
span { border-color: #70C488; }
span { border-color: rgb(112,196,136); }
td.TdClassName
{
border-color: #70C488;
}
.TagClassName
{
border-color: #70C488;
}
</style>