Shades of Silver Tree #70CF93
Tints of Silver Tree #70CF93
RGB
CMYK
RGB Variations
Color information
#70CF93 (or 0x70CF93) is known color: Silver Tree. HEX triplet: 70, CF and 93. RGB value is (112,207,147). Sum of RGB (Red+Green+Blue) = 112+207+147=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF93 is #8F306C. Grayscale: #ABABAB. Windows color (decimal): -9384045 or 9686896. OLE color: 9686896.
HSL color Cylindrical-coordinate representation of color #70CF93: hue angle of 142.11º 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 #70CF93 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 147 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.19 |
| HSL | 142.11º | 0.5% | 0.63% | - |
| HSV(B) | 142.11º | 0.46% | 0.81% | - |
| XYZ | 34.26 | 50.18 | 35.48 | - |
| YUV | 171.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 147 | 0.46 | 0 | 0.29 | 0.19 | 142.11 | 0.5 | 0.63 |
| Hex | 70 | CF | 93 | 2E | 0 | 1D | 13 | 8E | 32 | 3F |
| Octal | 160 | 317 | 223 | 56 | 0 | 35 | 23 | 216 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10010011 | 101110 | 0 | 11101 | 10011 | 10001110 | 110010 | 111111 |
Color Harmonies of #70CF93
Complementary color
Monochromatic Colors of #70CF93
Black with #70CF93
Text Example
Text Example
White with #70CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF93; }
p { color: rgb(112,207,147); }
H1.HeaderClassName
{
color: #70CF93;
}
.AnyTagClassName
{
color: #70CF93;
}
</style>
background-color css
<style>
a { background-color: #70CF93; }
a { background-color: rgb(112,207,147); }
div.DivClassName
{
background-color: #70CF93;
}
.BgClassName
{
background-color: #70CF93;
}
</style>
border-color css
<style>
span { border-color: #70CF93; }
span { border-color: rgb(112,207,147); }
td.TdClassName
{
border-color: #70CF93;
}
.TagClassName
{
border-color: #70CF93;
}
</style>