Shades of Silver Tree #70CF95
Tints of Silver Tree #70CF95
RGB
CMYK
RGB Variations
Color information
#70CF95 (or 0x70CF95) is known color: Silver Tree. HEX triplet: 70, CF and 95. RGB value is (112,207,149). Sum of RGB (Red+Green+Blue) = 112+207+149=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF95 is #8F306A. Grayscale: #ACACAC. Windows color (decimal): -9384043 or 9817968. OLE color: 9817968.
HSL color Cylindrical-coordinate representation of color #70CF95: hue angle of 143.37º 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 #70CF95 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 149 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.19 |
| HSL | 143.37º | 0.5% | 0.63% | - |
| HSV(B) | 143.37º | 0.46% | 0.81% | - |
| XYZ | 34.42 | 50.24 | 36.32 | - |
| YUV | 171.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 149 | 0.46 | 0 | 0.28 | 0.19 | 143.37 | 0.5 | 0.63 |
| Hex | 70 | CF | 95 | 2E | 0 | 1C | 13 | 8F | 32 | 3F |
| Octal | 160 | 317 | 225 | 56 | 0 | 34 | 23 | 217 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10010101 | 101110 | 0 | 11100 | 10011 | 10001111 | 110010 | 111111 |
Color Harmonies of #70CF95
Complementary color
Monochromatic Colors of #70CF95
Black with #70CF95
Text Example
Text Example
White with #70CF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF95; }
p { color: rgb(112,207,149); }
H1.HeaderClassName
{
color: #70CF95;
}
.AnyTagClassName
{
color: #70CF95;
}
</style>
background-color css
<style>
a { background-color: #70CF95; }
a { background-color: rgb(112,207,149); }
div.DivClassName
{
background-color: #70CF95;
}
.BgClassName
{
background-color: #70CF95;
}
</style>
border-color css
<style>
span { border-color: #70CF95; }
span { border-color: rgb(112,207,149); }
td.TdClassName
{
border-color: #70CF95;
}
.TagClassName
{
border-color: #70CF95;
}
</style>