Shades of Silver Tree #61C494
Tints of Silver Tree #61C494
RGB
CMYK
RGB Variations
Color information
#61C494 (or 0x61C494) is known color: Silver Tree. HEX triplet: 61, C4 and 94. RGB value is (97,196,148). Sum of RGB (Red+Green+Blue) = 97+196+148=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #61C494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C494 is #9E3B6B. Grayscale: #A1A1A1. Windows color (decimal): -10369900 or 9749601. OLE color: 9749601.
HSL color Cylindrical-coordinate representation of color #61C494: hue angle of 150.91º 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 #61C494 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 148 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.23 |
| HSL | 150.91º | 0.46% | 0.57% | - |
| HSV(B) | 150.91º | 0.51% | 0.77% | - |
| XYZ | 30.01 | 44.16 | 34.96 | - |
| YUV | 160.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 148 | 0.51 | 0 | 0.24 | 0.23 | 150.91 | 0.46 | 0.57 |
| Hex | 61 | C4 | 94 | 33 | 0 | 18 | 17 | 97 | 2E | 39 |
| Octal | 141 | 304 | 224 | 63 | 0 | 30 | 27 | 227 | 56 | 71 |
| Binary | 1100001 | 11000100 | 10010100 | 110011 | 0 | 11000 | 10111 | 10010111 | 101110 | 111001 |
Color Harmonies of #61C494
Complementary color
Monochromatic Colors of #61C494
Black with #61C494
Text Example
Text Example
White with #61C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C494; }
p { color: rgb(97,196,148); }
H1.HeaderClassName
{
color: #61C494;
}
.AnyTagClassName
{
color: #61C494;
}
</style>
background-color css
<style>
a { background-color: #61C494; }
a { background-color: rgb(97,196,148); }
div.DivClassName
{
background-color: #61C494;
}
.BgClassName
{
background-color: #61C494;
}
</style>
border-color css
<style>
span { border-color: #61C494; }
span { border-color: rgb(97,196,148); }
td.TdClassName
{
border-color: #61C494;
}
.TagClassName
{
border-color: #61C494;
}
</style>