Shades of Silver Tree #61DB94
Tints of Silver Tree #61DB94
RGB
CMYK
RGB Variations
Color information
#61DB94 (or 0x61DB94) is known color: Silver Tree. HEX triplet: 61, DB and 94. RGB value is (97,219,148). Sum of RGB (Red+Green+Blue) = 97+219+148=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DB94 is #9E246B. Grayscale: #AEAEAE. Windows color (decimal): -10364012 or 9755489. OLE color: 9755489.
HSL color Cylindrical-coordinate representation of color #61DB94: hue angle of 145.08º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DB94 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 148 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.14 |
| HSL | 145.08º | 0.63% | 0.62% | - |
| HSV(B) | 145.08º | 0.56% | 0.86% | - |
| XYZ | 35.61 | 55.34 | 36.82 | - |
| YUV | 174.43 | 113.08 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 148 | 0.56 | 0 | 0.32 | 0.14 | 145.08 | 0.63 | 0.62 |
| Hex | 61 | DB | 94 | 38 | 0 | 20 | E | 91 | 3F | 3E |
| Octal | 141 | 333 | 224 | 70 | 0 | 40 | 16 | 221 | 77 | 76 |
| Binary | 1100001 | 11011011 | 10010100 | 111000 | 0 | 100000 | 1110 | 10010001 | 111111 | 111110 |
Color Harmonies of #61DB94
Complementary color
Monochromatic Colors of #61DB94
Black with #61DB94
Text Example
Text Example
White with #61DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB94; }
p { color: rgb(97,219,148); }
H1.HeaderClassName
{
color: #61DB94;
}
.AnyTagClassName
{
color: #61DB94;
}
</style>
background-color css
<style>
a { background-color: #61DB94; }
a { background-color: rgb(97,219,148); }
div.DivClassName
{
background-color: #61DB94;
}
.BgClassName
{
background-color: #61DB94;
}
</style>
border-color css
<style>
span { border-color: #61DB94; }
span { border-color: rgb(97,219,148); }
td.TdClassName
{
border-color: #61DB94;
}
.TagClassName
{
border-color: #61DB94;
}
</style>