Shades of Silver Tree #70CB95
Tints of Silver Tree #70CB95
RGB
CMYK
RGB Variations
Color information
#70CB95 (or 0x70CB95) is known color: Silver Tree. HEX triplet: 70, CB and 95. RGB value is (112,203,149). Sum of RGB (Red+Green+Blue) = 112+203+149=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB95 is #8F346A. Grayscale: #A9A9A9. Windows color (decimal): -9385067 or 9816944. OLE color: 9816944.
HSL color Cylindrical-coordinate representation of color #70CB95: hue angle of 144.4º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB95 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 149 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.20 |
| HSL | 144.4º | 0.47% | 0.62% | - |
| HSV(B) | 144.4º | 0.45% | 0.8% | - |
| XYZ | 33.46 | 48.33 | 36 | - |
| YUV | 169.64 | 116.35 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 149 | 0.45 | 0 | 0.27 | 0.20 | 144.4 | 0.47 | 0.62 |
| Hex | 70 | CB | 95 | 2D | 0 | 1B | 14 | 90 | 2F | 3E |
| Octal | 160 | 313 | 225 | 55 | 0 | 33 | 24 | 220 | 57 | 76 |
| Binary | 1110000 | 11001011 | 10010101 | 101101 | 0 | 11011 | 10100 | 10010000 | 101111 | 111110 |
Color Harmonies of #70CB95
Complementary color
Monochromatic Colors of #70CB95
Black with #70CB95
Text Example
Text Example
White with #70CB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB95; }
p { color: rgb(112,203,149); }
H1.HeaderClassName
{
color: #70CB95;
}
.AnyTagClassName
{
color: #70CB95;
}
</style>
background-color css
<style>
a { background-color: #70CB95; }
a { background-color: rgb(112,203,149); }
div.DivClassName
{
background-color: #70CB95;
}
.BgClassName
{
background-color: #70CB95;
}
</style>
border-color css
<style>
span { border-color: #70CB95; }
span { border-color: rgb(112,203,149); }
td.TdClassName
{
border-color: #70CB95;
}
.TagClassName
{
border-color: #70CB95;
}
</style>