Shades of Silver Tree #70CE8E
Tints of Silver Tree #70CE8E
RGB
CMYK
RGB Variations
Color information
#70CE8E (or 0x70CE8E) is known color: Silver Tree. HEX triplet: 70, CE and 8E. RGB value is (112,206,142). Sum of RGB (Red+Green+Blue) = 112+206+142=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE8E is #8F3171. Grayscale: #AAAAAA. Windows color (decimal): -9384306 or 9358960. OLE color: 9358960.
HSL color Cylindrical-coordinate representation of color #70CE8E: hue angle of 139.15º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE8E is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 142 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.19 |
| HSL | 139.15º | 0.49% | 0.62% | - |
| HSV(B) | 139.15º | 0.46% | 0.81% | - |
| XYZ | 33.64 | 49.54 | 33.38 | - |
| YUV | 170.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 142 | 0.46 | 0 | 0.31 | 0.19 | 139.15 | 0.49 | 0.62 |
| Hex | 70 | CE | 8E | 2E | 0 | 1F | 13 | 8B | 31 | 3E |
| Octal | 160 | 316 | 216 | 56 | 0 | 37 | 23 | 213 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10001110 | 101110 | 0 | 11111 | 10011 | 10001011 | 110001 | 111110 |
Color Harmonies of #70CE8E
Complementary color
Monochromatic Colors of #70CE8E
Black with #70CE8E
Text Example
Text Example
White with #70CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE8E; }
p { color: rgb(112,206,142); }
H1.HeaderClassName
{
color: #70CE8E;
}
.AnyTagClassName
{
color: #70CE8E;
}
</style>
background-color css
<style>
a { background-color: #70CE8E; }
a { background-color: rgb(112,206,142); }
div.DivClassName
{
background-color: #70CE8E;
}
.BgClassName
{
background-color: #70CE8E;
}
</style>
border-color css
<style>
span { border-color: #70CE8E; }
span { border-color: rgb(112,206,142); }
td.TdClassName
{
border-color: #70CE8E;
}
.TagClassName
{
border-color: #70CE8E;
}
</style>