Shades of Silver Tree #70CF89
Tints of Silver Tree #70CF89
RGB
CMYK
RGB Variations
Color information
#70CF89 (or 0x70CF89) is known color: Silver Tree. HEX triplet: 70, CF and 89. RGB value is (112,207,137). Sum of RGB (Red+Green+Blue) = 112+207+137=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF89 is #8F3076. Grayscale: #AAAAAA. Windows color (decimal): -9384055 or 9031536. OLE color: 9031536.
HSL color Cylindrical-coordinate representation of color #70CF89: hue angle of 135.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF89 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 137 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.19 |
| HSL | 135.79º | 0.5% | 0.63% | - |
| HSV(B) | 135.79º | 0.46% | 0.81% | - |
| XYZ | 33.51 | 49.88 | 31.53 | - |
| YUV | 170.62 | 109.03 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 137 | 0.46 | 0 | 0.34 | 0.19 | 135.79 | 0.5 | 0.63 |
| Hex | 70 | CF | 89 | 2E | 0 | 22 | 13 | 88 | 32 | 3F |
| Octal | 160 | 317 | 211 | 56 | 0 | 42 | 23 | 210 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10001001 | 101110 | 0 | 100010 | 10011 | 10001000 | 110010 | 111111 |
Color Harmonies of #70CF89
Complementary color
Monochromatic Colors of #70CF89
Black with #70CF89
Text Example
Text Example
White with #70CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF89; }
p { color: rgb(112,207,137); }
H1.HeaderClassName
{
color: #70CF89;
}
.AnyTagClassName
{
color: #70CF89;
}
</style>
background-color css
<style>
a { background-color: #70CF89; }
a { background-color: rgb(112,207,137); }
div.DivClassName
{
background-color: #70CF89;
}
.BgClassName
{
background-color: #70CF89;
}
</style>
border-color css
<style>
span { border-color: #70CF89; }
span { border-color: rgb(112,207,137); }
td.TdClassName
{
border-color: #70CF89;
}
.TagClassName
{
border-color: #70CF89;
}
</style>