Shades of Silver Tree #70E396
Tints of Silver Tree #70E396
RGB
CMYK
RGB Variations
Color information
#70E396 (or 0x70E396) is known color: Silver Tree. HEX triplet: 70, E3 and 96. RGB value is (112,227,150). Sum of RGB (Red+Green+Blue) = 112+227+150=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #70E396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E396 is #8F1C69. Grayscale: #B8B8B8. Windows color (decimal): -9378922 or 9888624. OLE color: 9888624.
HSL color Cylindrical-coordinate representation of color #70E396: hue angle of 139.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E396 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 150 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.11 |
| HSL | 139.83º | 0.67% | 0.66% | - |
| HSV(B) | 139.83º | 0.51% | 0.89% | - |
| XYZ | 39.66 | 60.58 | 38.46 | - |
| YUV | 183.84 | 108.9 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 150 | 0.51 | 0 | 0.34 | 0.11 | 139.83 | 0.67 | 0.66 |
| Hex | 70 | E3 | 96 | 33 | 0 | 22 | B | 8C | 43 | 42 |
| Octal | 160 | 343 | 226 | 63 | 0 | 42 | 13 | 214 | 103 | 102 |
| Binary | 1110000 | 11100011 | 10010110 | 110011 | 0 | 100010 | 1011 | 10001100 | 1000011 | 1000010 |
Color Harmonies of #70E396
Complementary color
Monochromatic Colors of #70E396
Black with #70E396
Text Example
Text Example
White with #70E396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E396; }
p { color: rgb(112,227,150); }
H1.HeaderClassName
{
color: #70E396;
}
.AnyTagClassName
{
color: #70E396;
}
</style>
background-color css
<style>
a { background-color: #70E396; }
a { background-color: rgb(112,227,150); }
div.DivClassName
{
background-color: #70E396;
}
.BgClassName
{
background-color: #70E396;
}
</style>
border-color css
<style>
span { border-color: #70E396; }
span { border-color: rgb(112,227,150); }
td.TdClassName
{
border-color: #70E396;
}
.TagClassName
{
border-color: #70E396;
}
</style>