Shades of Silver Tree #63C296
Tints of Silver Tree #63C296
RGB
CMYK
RGB Variations
Color information
#63C296 (or 0x63C296) is known color: Silver Tree. HEX triplet: 63, C2 and 96. RGB value is (99,194,150). Sum of RGB (Red+Green+Blue) = 99+194+150=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #63C296 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C296 is #9C3D69. Grayscale: #A0A0A0. Windows color (decimal): -10239338 or 9880163. OLE color: 9880163.
HSL color Cylindrical-coordinate representation of color #63C296: hue angle of 152.21º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C296 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 194 | 150 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.24 |
| HSL | 152.21º | 0.44% | 0.57% | - |
| HSV(B) | 152.21º | 0.49% | 0.76% | - |
| XYZ | 29.94 | 43.44 | 35.66 | - |
| YUV | 160.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 194 | 150 | 0.49 | 0 | 0.23 | 0.24 | 152.21 | 0.44 | 0.57 |
| Hex | 63 | C2 | 96 | 31 | 0 | 17 | 18 | 98 | 2C | 39 |
| Octal | 143 | 302 | 226 | 61 | 0 | 27 | 30 | 230 | 54 | 71 |
| Binary | 1100011 | 11000010 | 10010110 | 110001 | 0 | 10111 | 11000 | 10011000 | 101100 | 111001 |
Color Harmonies of #63C296
Complementary color
Monochromatic Colors of #63C296
Black with #63C296
Text Example
Text Example
White with #63C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C296; }
p { color: rgb(99,194,150); }
H1.HeaderClassName
{
color: #63C296;
}
.AnyTagClassName
{
color: #63C296;
}
</style>
background-color css
<style>
a { background-color: #63C296; }
a { background-color: rgb(99,194,150); }
div.DivClassName
{
background-color: #63C296;
}
.BgClassName
{
background-color: #63C296;
}
</style>
border-color css
<style>
span { border-color: #63C296; }
span { border-color: rgb(99,194,150); }
td.TdClassName
{
border-color: #63C296;
}
.TagClassName
{
border-color: #63C296;
}
</style>