Shades of Silver Tree #61D08A
Tints of Silver Tree #61D08A
RGB
CMYK
RGB Variations
Color information
#61D08A (or 0x61D08A) is known color: Silver Tree. HEX triplet: 61, D0 and 8A. RGB value is (97,208,138). Sum of RGB (Red+Green+Blue) = 97+208+138=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #61D08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D08A is #9E2F75. Grayscale: #A7A7A7. Windows color (decimal): -10366838 or 9097313. OLE color: 9097313.
HSL color Cylindrical-coordinate representation of color #61D08A: hue angle of 142.16º 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 #61D08A is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 138 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.18 |
| HSL | 142.16º | 0.54% | 0.6% | - |
| HSV(B) | 142.16º | 0.53% | 0.82% | - |
| XYZ | 32.07 | 49.49 | 31.91 | - |
| YUV | 166.83 | 111.73 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 138 | 0.53 | 0 | 0.34 | 0.18 | 142.16 | 0.54 | 0.6 |
| Hex | 61 | D0 | 8A | 35 | 0 | 22 | 12 | 8E | 36 | 3C |
| Octal | 141 | 320 | 212 | 65 | 0 | 42 | 22 | 216 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10001010 | 110101 | 0 | 100010 | 10010 | 10001110 | 110110 | 111100 |
Color Harmonies of #61D08A
Complementary color
Monochromatic Colors of #61D08A
Black with #61D08A
Text Example
Text Example
White with #61D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D08A; }
p { color: rgb(97,208,138); }
H1.HeaderClassName
{
color: #61D08A;
}
.AnyTagClassName
{
color: #61D08A;
}
</style>
background-color css
<style>
a { background-color: #61D08A; }
a { background-color: rgb(97,208,138); }
div.DivClassName
{
background-color: #61D08A;
}
.BgClassName
{
background-color: #61D08A;
}
</style>
border-color css
<style>
span { border-color: #61D08A; }
span { border-color: rgb(97,208,138); }
td.TdClassName
{
border-color: #61D08A;
}
.TagClassName
{
border-color: #61D08A;
}
</style>