Shades of Silver Tree #70BF99
Tints of Silver Tree #70BF99
RGB
CMYK
RGB Variations
Color information
#70BF99 (or 0x70BF99) is known color: Silver Tree. HEX triplet: 70, BF and 99. RGB value is (112,191,153). Sum of RGB (Red+Green+Blue) = 112+191+153=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF99 is #8F4066. Grayscale: #A3A3A3. Windows color (decimal): -9388135 or 10076016. OLE color: 10076016.
HSL color Cylindrical-coordinate representation of color #70BF99: hue angle of 151.14º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF99 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 153 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.25 |
| HSL | 151.14º | 0.38% | 0.59% | - |
| HSV(B) | 151.14º | 0.41% | 0.75% | - |
| XYZ | 31.06 | 43.01 | 36.8 | - |
| YUV | 163.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 153 | 0.41 | 0 | 0.20 | 0.25 | 151.14 | 0.38 | 0.59 |
| Hex | 70 | BF | 99 | 29 | 0 | 14 | 19 | 97 | 26 | 3B |
| Octal | 160 | 277 | 231 | 51 | 0 | 24 | 31 | 227 | 46 | 73 |
| Binary | 1110000 | 10111111 | 10011001 | 101001 | 0 | 10100 | 11001 | 10010111 | 100110 | 111011 |
Color Harmonies of #70BF99
Complementary color
Monochromatic Colors of #70BF99
Black with #70BF99
Text Example
Text Example
White with #70BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF99; }
p { color: rgb(112,191,153); }
H1.HeaderClassName
{
color: #70BF99;
}
.AnyTagClassName
{
color: #70BF99;
}
</style>
background-color css
<style>
a { background-color: #70BF99; }
a { background-color: rgb(112,191,153); }
div.DivClassName
{
background-color: #70BF99;
}
.BgClassName
{
background-color: #70BF99;
}
</style>
border-color css
<style>
span { border-color: #70BF99; }
span { border-color: rgb(112,191,153); }
td.TdClassName
{
border-color: #70BF99;
}
.TagClassName
{
border-color: #70BF99;
}
</style>