Shades of Silver Tree #70C999
Tints of Silver Tree #70C999
RGB
CMYK
RGB Variations
Color information
#70C999 (or 0x70C999) is known color: Silver Tree. HEX triplet: 70, C9 and 99. RGB value is (112,201,153). Sum of RGB (Red+Green+Blue) = 112+201+153=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #70C999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C999 is #8F3666. Grayscale: #A9A9A9. Windows color (decimal): -9385575 or 10078576. OLE color: 10078576.
HSL color Cylindrical-coordinate representation of color #70C999: hue angle of 147.64º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C999 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 153 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.21 |
| HSL | 147.64º | 0.45% | 0.61% | - |
| HSV(B) | 147.64º | 0.44% | 0.79% | - |
| XYZ | 33.32 | 47.52 | 37.55 | - |
| YUV | 168.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 153 | 0.44 | 0 | 0.24 | 0.21 | 147.64 | 0.45 | 0.61 |
| Hex | 70 | C9 | 99 | 2C | 0 | 18 | 15 | 94 | 2D | 3D |
| Octal | 160 | 311 | 231 | 54 | 0 | 30 | 25 | 224 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10011001 | 101100 | 0 | 11000 | 10101 | 10010100 | 101101 | 111101 |
Color Harmonies of #70C999
Complementary color
Monochromatic Colors of #70C999
Black with #70C999
Text Example
Text Example
White with #70C999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C999; }
p { color: rgb(112,201,153); }
H1.HeaderClassName
{
color: #70C999;
}
.AnyTagClassName
{
color: #70C999;
}
</style>
background-color css
<style>
a { background-color: #70C999; }
a { background-color: rgb(112,201,153); }
div.DivClassName
{
background-color: #70C999;
}
.BgClassName
{
background-color: #70C999;
}
</style>
border-color css
<style>
span { border-color: #70C999; }
span { border-color: rgb(112,201,153); }
td.TdClassName
{
border-color: #70C999;
}
.TagClassName
{
border-color: #70C999;
}
</style>