Shades of Silver Tree #70DC99
Tints of Silver Tree #70DC99
RGB
CMYK
RGB Variations
Color information
#70DC99 (or 0x70DC99) is known color: Silver Tree. HEX triplet: 70, DC and 99. RGB value is (112,220,153). Sum of RGB (Red+Green+Blue) = 112+220+153=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC99 is #8F2366. Grayscale: #B4B4B4. Windows color (decimal): -9380711 or 10083440. OLE color: 10083440.
HSL color Cylindrical-coordinate representation of color #70DC99: hue angle of 142.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DC99 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 153 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.14 |
| HSL | 142.78º | 0.61% | 0.65% | - |
| HSV(B) | 142.78º | 0.49% | 0.86% | - |
| XYZ | 38.03 | 56.93 | 39.12 | - |
| YUV | 180.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 153 | 0.49 | 0 | 0.30 | 0.14 | 142.78 | 0.61 | 0.65 |
| Hex | 70 | DC | 99 | 31 | 0 | 1E | E | 8F | 3D | 41 |
| Octal | 160 | 334 | 231 | 61 | 0 | 36 | 16 | 217 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10011001 | 110001 | 0 | 11110 | 1110 | 10001111 | 111101 | 1000001 |
Color Harmonies of #70DC99
Complementary color
Monochromatic Colors of #70DC99
Black with #70DC99
Text Example
Text Example
White with #70DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC99; }
p { color: rgb(112,220,153); }
H1.HeaderClassName
{
color: #70DC99;
}
.AnyTagClassName
{
color: #70DC99;
}
</style>
background-color css
<style>
a { background-color: #70DC99; }
a { background-color: rgb(112,220,153); }
div.DivClassName
{
background-color: #70DC99;
}
.BgClassName
{
background-color: #70DC99;
}
</style>
border-color css
<style>
span { border-color: #70DC99; }
span { border-color: rgb(112,220,153); }
td.TdClassName
{
border-color: #70DC99;
}
.TagClassName
{
border-color: #70DC99;
}
</style>