Shades of Silver Tree #70D58F
Tints of Silver Tree #70D58F
RGB
CMYK
RGB Variations
Color information
#70D58F (or 0x70D58F) is known color: Silver Tree. HEX triplet: 70, D5 and 8F. RGB value is (112,213,143). Sum of RGB (Red+Green+Blue) = 112+213+143=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #70D58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D58F is #8F2A70. Grayscale: #AEAEAE. Windows color (decimal): -9382513 or 9426288. OLE color: 9426288.
HSL color Cylindrical-coordinate representation of color #70D58F: hue angle of 138.42º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D58F is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 143 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.16 |
| HSL | 138.42º | 0.55% | 0.64% | - |
| HSV(B) | 138.42º | 0.47% | 0.84% | - |
| XYZ | 35.43 | 53.02 | 34.35 | - |
| YUV | 174.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 143 | 0.47 | 0 | 0.33 | 0.16 | 138.42 | 0.55 | 0.64 |
| Hex | 70 | D5 | 8F | 2F | 0 | 21 | 10 | 8A | 37 | 40 |
| Octal | 160 | 325 | 217 | 57 | 0 | 41 | 20 | 212 | 67 | 100 |
| Binary | 1110000 | 11010101 | 10001111 | 101111 | 0 | 100001 | 10000 | 10001010 | 110111 | 1000000 |
Color Harmonies of #70D58F
Complementary color
Monochromatic Colors of #70D58F
Black with #70D58F
Text Example
Text Example
White with #70D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D58F; }
p { color: rgb(112,213,143); }
H1.HeaderClassName
{
color: #70D58F;
}
.AnyTagClassName
{
color: #70D58F;
}
</style>
background-color css
<style>
a { background-color: #70D58F; }
a { background-color: rgb(112,213,143); }
div.DivClassName
{
background-color: #70D58F;
}
.BgClassName
{
background-color: #70D58F;
}
</style>
border-color css
<style>
span { border-color: #70D58F; }
span { border-color: rgb(112,213,143); }
td.TdClassName
{
border-color: #70D58F;
}
.TagClassName
{
border-color: #70D58F;
}
</style>