Shades of Silver Tree #70CF9B
Tints of Silver Tree #70CF9B
RGB
CMYK
RGB Variations
Color information
#70CF9B (or 0x70CF9B) is known color: Silver Tree. HEX triplet: 70, CF and 9B. RGB value is (112,207,155). Sum of RGB (Red+Green+Blue) = 112+207+155=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF9B is #8F3064. Grayscale: #ACACAC. Windows color (decimal): -9384037 or 10211184. OLE color: 10211184.
HSL color Cylindrical-coordinate representation of color #70CF9B: hue angle of 147.16º 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 #70CF9B is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 155 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.19 |
| HSL | 147.16º | 0.5% | 0.63% | - |
| HSV(B) | 147.16º | 0.46% | 0.81% | - |
| XYZ | 34.91 | 50.44 | 38.91 | - |
| YUV | 172.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 155 | 0.46 | 0 | 0.25 | 0.19 | 147.16 | 0.5 | 0.63 |
| Hex | 70 | CF | 9B | 2E | 0 | 19 | 13 | 93 | 32 | 3F |
| Octal | 160 | 317 | 233 | 56 | 0 | 31 | 23 | 223 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10011011 | 101110 | 0 | 11001 | 10011 | 10010011 | 110010 | 111111 |
Color Harmonies of #70CF9B
Complementary color
Monochromatic Colors of #70CF9B
Black with #70CF9B
Text Example
Text Example
White with #70CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF9B; }
p { color: rgb(112,207,155); }
H1.HeaderClassName
{
color: #70CF9B;
}
.AnyTagClassName
{
color: #70CF9B;
}
</style>
background-color css
<style>
a { background-color: #70CF9B; }
a { background-color: rgb(112,207,155); }
div.DivClassName
{
background-color: #70CF9B;
}
.BgClassName
{
background-color: #70CF9B;
}
</style>
border-color css
<style>
span { border-color: #70CF9B; }
span { border-color: rgb(112,207,155); }
td.TdClassName
{
border-color: #70CF9B;
}
.TagClassName
{
border-color: #70CF9B;
}
</style>