Shades of Silver Tree #70E596
Tints of Silver Tree #70E596
RGB
CMYK
RGB Variations
Color information
#70E596 (or 0x70E596) is known color: Silver Tree. HEX triplet: 70, E5 and 96. RGB value is (112,229,150). Sum of RGB (Red+Green+Blue) = 112+229+150=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #70E596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E596 is #8F1A69. Grayscale: #B9B9B9. Windows color (decimal): -9378410 or 9889136. OLE color: 9889136.
HSL color Cylindrical-coordinate representation of color #70E596: hue angle of 139.49º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E596 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 150 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.10 |
| HSL | 139.49º | 0.69% | 0.67% | - |
| HSV(B) | 139.49º | 0.51% | 0.9% | - |
| XYZ | 40.21 | 61.69 | 38.64 | - |
| YUV | 185.01 | 108.24 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 150 | 0.51 | 0 | 0.34 | 0.10 | 139.49 | 0.69 | 0.67 |
| Hex | 70 | E5 | 96 | 33 | 0 | 22 | A | 8B | 45 | 43 |
| Octal | 160 | 345 | 226 | 63 | 0 | 42 | 12 | 213 | 105 | 103 |
| Binary | 1110000 | 11100101 | 10010110 | 110011 | 0 | 100010 | 1010 | 10001011 | 1000101 | 1000011 |
Color Harmonies of #70E596
Complementary color
Monochromatic Colors of #70E596
Black with #70E596
Text Example
Text Example
White with #70E596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E596; }
p { color: rgb(112,229,150); }
H1.HeaderClassName
{
color: #70E596;
}
.AnyTagClassName
{
color: #70E596;
}
</style>
background-color css
<style>
a { background-color: #70E596; }
a { background-color: rgb(112,229,150); }
div.DivClassName
{
background-color: #70E596;
}
.BgClassName
{
background-color: #70E596;
}
</style>
border-color css
<style>
span { border-color: #70E596; }
span { border-color: rgb(112,229,150); }
td.TdClassName
{
border-color: #70E596;
}
.TagClassName
{
border-color: #70E596;
}
</style>