Shades of Silver Tree #70CF9C
Tints of Silver Tree #70CF9C
RGB
CMYK
RGB Variations
Color information
#70CF9C (or 0x70CF9C) is known color: Silver Tree. HEX triplet: 70, CF and 9C. RGB value is (112,207,156). Sum of RGB (Red+Green+Blue) = 112+207+156=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF9C is #8F3063. Grayscale: #ACACAC. Windows color (decimal): -9384036 or 10276720. OLE color: 10276720.
HSL color Cylindrical-coordinate representation of color #70CF9C: hue angle of 147.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 #70CF9C is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 156 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.19 |
| HSL | 147.79º | 0.5% | 0.63% | - |
| HSV(B) | 147.79º | 0.46% | 0.81% | - |
| XYZ | 35 | 50.47 | 39.35 | - |
| YUV | 172.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 156 | 0.46 | 0 | 0.25 | 0.19 | 147.79 | 0.5 | 0.63 |
| Hex | 70 | CF | 9C | 2E | 0 | 19 | 13 | 94 | 32 | 3F |
| Octal | 160 | 317 | 234 | 56 | 0 | 31 | 23 | 224 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10011100 | 101110 | 0 | 11001 | 10011 | 10010100 | 110010 | 111111 |
Color Harmonies of #70CF9C
Complementary color
Monochromatic Colors of #70CF9C
Black with #70CF9C
Text Example
Text Example
White with #70CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF9C; }
p { color: rgb(112,207,156); }
H1.HeaderClassName
{
color: #70CF9C;
}
.AnyTagClassName
{
color: #70CF9C;
}
</style>
background-color css
<style>
a { background-color: #70CF9C; }
a { background-color: rgb(112,207,156); }
div.DivClassName
{
background-color: #70CF9C;
}
.BgClassName
{
background-color: #70CF9C;
}
</style>
border-color css
<style>
span { border-color: #70CF9C; }
span { border-color: rgb(112,207,156); }
td.TdClassName
{
border-color: #70CF9C;
}
.TagClassName
{
border-color: #70CF9C;
}
</style>