Shades of Silver Tree #70E395
Tints of Silver Tree #70E395
RGB
CMYK
RGB Variations
Color information
#70E395 (or 0x70E395) is known color: Silver Tree. HEX triplet: 70, E3 and 95. RGB value is (112,227,149). Sum of RGB (Red+Green+Blue) = 112+227+149=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #70E395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E395 is #8F1C6A. Grayscale: #B7B7B7. Windows color (decimal): -9378923 or 9823088. OLE color: 9823088.
HSL color Cylindrical-coordinate representation of color #70E395: hue angle of 139.3º 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 #70E395 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 149 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.11 |
| HSL | 139.3º | 0.67% | 0.66% | - |
| HSV(B) | 139.3º | 0.51% | 0.89% | - |
| XYZ | 39.58 | 60.55 | 38.04 | - |
| YUV | 183.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 149 | 0.51 | 0 | 0.34 | 0.11 | 139.3 | 0.67 | 0.66 |
| Hex | 70 | E3 | 95 | 33 | 0 | 22 | B | 8B | 43 | 42 |
| Octal | 160 | 343 | 225 | 63 | 0 | 42 | 13 | 213 | 103 | 102 |
| Binary | 1110000 | 11100011 | 10010101 | 110011 | 0 | 100010 | 1011 | 10001011 | 1000011 | 1000010 |
Color Harmonies of #70E395
Complementary color
Monochromatic Colors of #70E395
Black with #70E395
Text Example
Text Example
White with #70E395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E395; }
p { color: rgb(112,227,149); }
H1.HeaderClassName
{
color: #70E395;
}
.AnyTagClassName
{
color: #70E395;
}
</style>
background-color css
<style>
a { background-color: #70E395; }
a { background-color: rgb(112,227,149); }
div.DivClassName
{
background-color: #70E395;
}
.BgClassName
{
background-color: #70E395;
}
</style>
border-color css
<style>
span { border-color: #70E395; }
span { border-color: rgb(112,227,149); }
td.TdClassName
{
border-color: #70E395;
}
.TagClassName
{
border-color: #70E395;
}
</style>