Shades of Silver Tree #61C482
Tints of Silver Tree #61C482
RGB
CMYK
RGB Variations
Color information
#61C482 (or 0x61C482) is known color: Silver Tree. HEX triplet: 61, C4 and 82. RGB value is (97,196,130). Sum of RGB (Red+Green+Blue) = 97+196+130=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #61C482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C482 is #9E3B7D. Grayscale: #9F9F9F. Windows color (decimal): -10369918 or 8569953. OLE color: 8569953.
HSL color Cylindrical-coordinate representation of color #61C482: hue angle of 140º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C482 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 130 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.23 |
| HSL | 140º | 0.46% | 0.57% | - |
| HSV(B) | 140º | 0.51% | 0.77% | - |
| XYZ | 28.7 | 43.63 | 28.03 | - |
| YUV | 158.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 130 | 0.51 | 0 | 0.34 | 0.23 | 140 | 0.46 | 0.57 |
| Hex | 61 | C4 | 82 | 33 | 0 | 22 | 17 | 8C | 2E | 39 |
| Octal | 141 | 304 | 202 | 63 | 0 | 42 | 27 | 214 | 56 | 71 |
| Binary | 1100001 | 11000100 | 10000010 | 110011 | 0 | 100010 | 10111 | 10001100 | 101110 | 111001 |
Color Harmonies of #61C482
Complementary color
Monochromatic Colors of #61C482
Black with #61C482
Text Example
Text Example
White with #61C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C482; }
p { color: rgb(97,196,130); }
H1.HeaderClassName
{
color: #61C482;
}
.AnyTagClassName
{
color: #61C482;
}
</style>
background-color css
<style>
a { background-color: #61C482; }
a { background-color: rgb(97,196,130); }
div.DivClassName
{
background-color: #61C482;
}
.BgClassName
{
background-color: #61C482;
}
</style>
border-color css
<style>
span { border-color: #61C482; }
span { border-color: rgb(97,196,130); }
td.TdClassName
{
border-color: #61C482;
}
.TagClassName
{
border-color: #61C482;
}
</style>