Shades of Silver Tree #70CA98
Tints of Silver Tree #70CA98
RGB
CMYK
RGB Variations
Color information
#70CA98 (or 0x70CA98) is known color: Silver Tree. HEX triplet: 70, CA and 98. RGB value is (112,202,152). Sum of RGB (Red+Green+Blue) = 112+202+152=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CA98 is #8F3567. Grayscale: #A9A9A9. Windows color (decimal): -9385320 or 10013296. OLE color: 10013296.
HSL color Cylindrical-coordinate representation of color #70CA98: hue angle of 146.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CA98 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 152 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.21 |
| HSL | 146.67º | 0.46% | 0.62% | - |
| HSV(B) | 146.67º | 0.45% | 0.79% | - |
| XYZ | 33.47 | 47.95 | 37.2 | - |
| YUV | 169.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 152 | 0.45 | 0 | 0.25 | 0.21 | 146.67 | 0.46 | 0.62 |
| Hex | 70 | CA | 98 | 2D | 0 | 19 | 15 | 93 | 2E | 3E |
| Octal | 160 | 312 | 230 | 55 | 0 | 31 | 25 | 223 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10011000 | 101101 | 0 | 11001 | 10101 | 10010011 | 101110 | 111110 |
Color Harmonies of #70CA98
Complementary color
Monochromatic Colors of #70CA98
Black with #70CA98
Text Example
Text Example
White with #70CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA98; }
p { color: rgb(112,202,152); }
H1.HeaderClassName
{
color: #70CA98;
}
.AnyTagClassName
{
color: #70CA98;
}
</style>
background-color css
<style>
a { background-color: #70CA98; }
a { background-color: rgb(112,202,152); }
div.DivClassName
{
background-color: #70CA98;
}
.BgClassName
{
background-color: #70CA98;
}
</style>
border-color css
<style>
span { border-color: #70CA98; }
span { border-color: rgb(112,202,152); }
td.TdClassName
{
border-color: #70CA98;
}
.TagClassName
{
border-color: #70CA98;
}
</style>