Shades of Silver Tree #70E397
Tints of Silver Tree #70E397
RGB
CMYK
RGB Variations
Color information
#70E397 (or 0x70E397) is known color: Silver Tree. HEX triplet: 70, E3 and 97. RGB value is (112,227,151). Sum of RGB (Red+Green+Blue) = 112+227+151=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #70E397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E397 is #8F1C68. Grayscale: #B8B8B8. Windows color (decimal): -9378921 or 9954160. OLE color: 9954160.
HSL color Cylindrical-coordinate representation of color #70E397: hue angle of 140.35º 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 #70E397 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 151 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.11 |
| HSL | 140.35º | 0.67% | 0.66% | - |
| HSV(B) | 140.35º | 0.51% | 0.89% | - |
| XYZ | 39.74 | 60.62 | 38.88 | - |
| YUV | 183.95 | 109.4 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 151 | 0.51 | 0 | 0.33 | 0.11 | 140.35 | 0.67 | 0.66 |
| Hex | 70 | E3 | 97 | 33 | 0 | 21 | B | 8C | 43 | 42 |
| Octal | 160 | 343 | 227 | 63 | 0 | 41 | 13 | 214 | 103 | 102 |
| Binary | 1110000 | 11100011 | 10010111 | 110011 | 0 | 100001 | 1011 | 10001100 | 1000011 | 1000010 |
Color Harmonies of #70E397
Complementary color
Monochromatic Colors of #70E397
Black with #70E397
Text Example
Text Example
White with #70E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E397; }
p { color: rgb(112,227,151); }
H1.HeaderClassName
{
color: #70E397;
}
.AnyTagClassName
{
color: #70E397;
}
</style>
background-color css
<style>
a { background-color: #70E397; }
a { background-color: rgb(112,227,151); }
div.DivClassName
{
background-color: #70E397;
}
.BgClassName
{
background-color: #70E397;
}
</style>
border-color css
<style>
span { border-color: #70E397; }
span { border-color: rgb(112,227,151); }
td.TdClassName
{
border-color: #70E397;
}
.TagClassName
{
border-color: #70E397;
}
</style>