Shades of Silver Tree #70D291
Tints of Silver Tree #70D291
RGB
CMYK
RGB Variations
Color information
#70D291 (or 0x70D291) is known color: Silver Tree. HEX triplet: 70, D2 and 91. RGB value is (112,210,145). Sum of RGB (Red+Green+Blue) = 112+210+145=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #70D291 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D291 is #8F2D6E. Grayscale: #ADADAD. Windows color (decimal): -9383279 or 9556592. OLE color: 9556592.
HSL color Cylindrical-coordinate representation of color #70D291: hue angle of 140.2º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D291 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 145 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.18 |
| HSL | 140.2º | 0.52% | 0.63% | - |
| HSV(B) | 140.2º | 0.47% | 0.82% | - |
| XYZ | 34.84 | 51.58 | 34.91 | - |
| YUV | 173.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 145 | 0.47 | 0 | 0.31 | 0.18 | 140.2 | 0.52 | 0.63 |
| Hex | 70 | D2 | 91 | 2F | 0 | 1F | 12 | 8C | 34 | 3F |
| Octal | 160 | 322 | 221 | 57 | 0 | 37 | 22 | 214 | 64 | 77 |
| Binary | 1110000 | 11010010 | 10010001 | 101111 | 0 | 11111 | 10010 | 10001100 | 110100 | 111111 |
Color Harmonies of #70D291
Complementary color
Monochromatic Colors of #70D291
Black with #70D291
Text Example
Text Example
White with #70D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D291; }
p { color: rgb(112,210,145); }
H1.HeaderClassName
{
color: #70D291;
}
.AnyTagClassName
{
color: #70D291;
}
</style>
background-color css
<style>
a { background-color: #70D291; }
a { background-color: rgb(112,210,145); }
div.DivClassName
{
background-color: #70D291;
}
.BgClassName
{
background-color: #70D291;
}
</style>
border-color css
<style>
span { border-color: #70D291; }
span { border-color: rgb(112,210,145); }
td.TdClassName
{
border-color: #70D291;
}
.TagClassName
{
border-color: #70D291;
}
</style>