Shades of Silver Tree #61D090
Tints of Silver Tree #61D090
RGB
CMYK
RGB Variations
Color information
#61D090 (or 0x61D090) is known color: Silver Tree. HEX triplet: 61, D0 and 90. RGB value is (97,208,144). Sum of RGB (Red+Green+Blue) = 97+208+144=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #61D090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D090 is #9E2F6F. Grayscale: #A7A7A7. Windows color (decimal): -10366832 or 9490529. OLE color: 9490529.
HSL color Cylindrical-coordinate representation of color #61D090: hue angle of 145.41º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D090 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 144 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.18 |
| HSL | 145.41º | 0.54% | 0.6% | - |
| HSV(B) | 145.41º | 0.53% | 0.82% | - |
| XYZ | 32.52 | 49.67 | 34.26 | - |
| YUV | 167.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 144 | 0.53 | 0 | 0.31 | 0.18 | 145.41 | 0.54 | 0.6 |
| Hex | 61 | D0 | 90 | 35 | 0 | 1F | 12 | 91 | 36 | 3C |
| Octal | 141 | 320 | 220 | 65 | 0 | 37 | 22 | 221 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10010000 | 110101 | 0 | 11111 | 10010 | 10010001 | 110110 | 111100 |
Color Harmonies of #61D090
Complementary color
Monochromatic Colors of #61D090
Black with #61D090
Text Example
Text Example
White with #61D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D090; }
p { color: rgb(97,208,144); }
H1.HeaderClassName
{
color: #61D090;
}
.AnyTagClassName
{
color: #61D090;
}
</style>
background-color css
<style>
a { background-color: #61D090; }
a { background-color: rgb(97,208,144); }
div.DivClassName
{
background-color: #61D090;
}
.BgClassName
{
background-color: #61D090;
}
</style>
border-color css
<style>
span { border-color: #61D090; }
span { border-color: rgb(97,208,144); }
td.TdClassName
{
border-color: #61D090;
}
.TagClassName
{
border-color: #61D090;
}
</style>