Shades of Silver Tree #70CF8E
Tints of Silver Tree #70CF8E
RGB
CMYK
RGB Variations
Color information
#70CF8E (or 0x70CF8E) is known color: Silver Tree. HEX triplet: 70, CF and 8E. RGB value is (112,207,142). Sum of RGB (Red+Green+Blue) = 112+207+142=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF8E is #8F3071. Grayscale: #ABABAB. Windows color (decimal): -9384050 or 9359216. OLE color: 9359216.
HSL color Cylindrical-coordinate representation of color #70CF8E: hue angle of 138.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF8E is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 142 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.19 |
| HSL | 138.95º | 0.5% | 0.63% | - |
| HSV(B) | 138.95º | 0.46% | 0.81% | - |
| XYZ | 33.88 | 50.02 | 33.46 | - |
| YUV | 171.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 142 | 0.46 | 0 | 0.31 | 0.19 | 138.95 | 0.5 | 0.63 |
| Hex | 70 | CF | 8E | 2E | 0 | 1F | 13 | 8B | 32 | 3F |
| Octal | 160 | 317 | 216 | 56 | 0 | 37 | 23 | 213 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10001110 | 101110 | 0 | 11111 | 10011 | 10001011 | 110010 | 111111 |
Color Harmonies of #70CF8E
Complementary color
Monochromatic Colors of #70CF8E
Black with #70CF8E
Text Example
Text Example
White with #70CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF8E; }
p { color: rgb(112,207,142); }
H1.HeaderClassName
{
color: #70CF8E;
}
.AnyTagClassName
{
color: #70CF8E;
}
</style>
background-color css
<style>
a { background-color: #70CF8E; }
a { background-color: rgb(112,207,142); }
div.DivClassName
{
background-color: #70CF8E;
}
.BgClassName
{
background-color: #70CF8E;
}
</style>
border-color css
<style>
span { border-color: #70CF8E; }
span { border-color: rgb(112,207,142); }
td.TdClassName
{
border-color: #70CF8E;
}
.TagClassName
{
border-color: #70CF8E;
}
</style>