Shades of Silver Tree #61D490
Tints of Silver Tree #61D490
RGB
CMYK
RGB Variations
Color information
#61D490 (or 0x61D490) is known color: Silver Tree. HEX triplet: 61, D4 and 90. RGB value is (97,212,144). Sum of RGB (Red+Green+Blue) = 97+212+144=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #61D490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D490 is #9E2B6F. Grayscale: #AAAAAA. Windows color (decimal): -10365808 or 9491553. OLE color: 9491553.
HSL color Cylindrical-coordinate representation of color #61D490: hue angle of 144.52º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D490 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 144 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.17 |
| HSL | 144.52º | 0.57% | 0.61% | - |
| HSV(B) | 144.52º | 0.54% | 0.83% | - |
| XYZ | 33.51 | 51.64 | 34.59 | - |
| YUV | 169.86 | 113.4 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 144 | 0.54 | 0 | 0.32 | 0.17 | 144.52 | 0.57 | 0.61 |
| Hex | 61 | D4 | 90 | 36 | 0 | 20 | 11 | 91 | 39 | 3D |
| Octal | 141 | 324 | 220 | 66 | 0 | 40 | 21 | 221 | 71 | 75 |
| Binary | 1100001 | 11010100 | 10010000 | 110110 | 0 | 100000 | 10001 | 10010001 | 111001 | 111101 |
Color Harmonies of #61D490
Complementary color
Monochromatic Colors of #61D490
Black with #61D490
Text Example
Text Example
White with #61D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D490; }
p { color: rgb(97,212,144); }
H1.HeaderClassName
{
color: #61D490;
}
.AnyTagClassName
{
color: #61D490;
}
</style>
background-color css
<style>
a { background-color: #61D490; }
a { background-color: rgb(97,212,144); }
div.DivClassName
{
background-color: #61D490;
}
.BgClassName
{
background-color: #61D490;
}
</style>
border-color css
<style>
span { border-color: #61D490; }
span { border-color: rgb(97,212,144); }
td.TdClassName
{
border-color: #61D490;
}
.TagClassName
{
border-color: #61D490;
}
</style>