Shades of Silver Tree #63BC85
Tints of Silver Tree #63BC85
RGB
CMYK
RGB Variations
Color information
#63BC85 (or 0x63BC85) is known color: Silver Tree. HEX triplet: 63, BC and 85. RGB value is (99,188,133). Sum of RGB (Red+Green+Blue) = 99+188+133=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BC85 is #9C437A. Grayscale: #9B9B9B. Windows color (decimal): -10240891 or 8764515. OLE color: 8764515.
HSL color Cylindrical-coordinate representation of color #63BC85: hue angle of 142.92º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BC85 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 133 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.26 |
| HSL | 142.92º | 0.4% | 0.56% | - |
| HSV(B) | 142.92º | 0.47% | 0.74% | - |
| XYZ | 27.36 | 40.31 | 28.53 | - |
| YUV | 155.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 133 | 0.47 | 0 | 0.29 | 0.26 | 142.92 | 0.4 | 0.56 |
| Hex | 63 | BC | 85 | 2F | 0 | 1D | 1A | 8F | 28 | 38 |
| Octal | 143 | 274 | 205 | 57 | 0 | 35 | 32 | 217 | 50 | 70 |
| Binary | 1100011 | 10111100 | 10000101 | 101111 | 0 | 11101 | 11010 | 10001111 | 101000 | 111000 |
Color Harmonies of #63BC85
Complementary color
Monochromatic Colors of #63BC85
Black with #63BC85
Text Example
Text Example
White with #63BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC85; }
p { color: rgb(99,188,133); }
H1.HeaderClassName
{
color: #63BC85;
}
.AnyTagClassName
{
color: #63BC85;
}
</style>
background-color css
<style>
a { background-color: #63BC85; }
a { background-color: rgb(99,188,133); }
div.DivClassName
{
background-color: #63BC85;
}
.BgClassName
{
background-color: #63BC85;
}
</style>
border-color css
<style>
span { border-color: #63BC85; }
span { border-color: rgb(99,188,133); }
td.TdClassName
{
border-color: #63BC85;
}
.TagClassName
{
border-color: #63BC85;
}
</style>