Shades of Silver Tree #63BD82
Tints of Silver Tree #63BD82
RGB
CMYK
RGB Variations
Color information
#63BD82 (or 0x63BD82) is known color: Silver Tree. HEX triplet: 63, BD and 82. RGB value is (99,189,130). Sum of RGB (Red+Green+Blue) = 99+189+130=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BD82 is #9C427D. Grayscale: #9B9B9B. Windows color (decimal): -10240638 or 8568163. OLE color: 8568163.
HSL color Cylindrical-coordinate representation of color #63BD82: hue angle of 140.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BD82 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 130 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.26 |
| HSL | 140.67º | 0.41% | 0.56% | - |
| HSV(B) | 140.67º | 0.48% | 0.74% | - |
| XYZ | 27.37 | 40.66 | 27.52 | - |
| YUV | 155.36 | 113.68 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 130 | 0.48 | 0 | 0.31 | 0.26 | 140.67 | 0.41 | 0.56 |
| Hex | 63 | BD | 82 | 30 | 0 | 1F | 1A | 8D | 29 | 38 |
| Octal | 143 | 275 | 202 | 60 | 0 | 37 | 32 | 215 | 51 | 70 |
| Binary | 1100011 | 10111101 | 10000010 | 110000 | 0 | 11111 | 11010 | 10001101 | 101001 | 111000 |
Color Harmonies of #63BD82
Complementary color
Monochromatic Colors of #63BD82
Black with #63BD82
Text Example
Text Example
White with #63BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BD82; }
p { color: rgb(99,189,130); }
H1.HeaderClassName
{
color: #63BD82;
}
.AnyTagClassName
{
color: #63BD82;
}
</style>
background-color css
<style>
a { background-color: #63BD82; }
a { background-color: rgb(99,189,130); }
div.DivClassName
{
background-color: #63BD82;
}
.BgClassName
{
background-color: #63BD82;
}
</style>
border-color css
<style>
span { border-color: #63BD82; }
span { border-color: rgb(99,189,130); }
td.TdClassName
{
border-color: #63BD82;
}
.TagClassName
{
border-color: #63BD82;
}
</style>