Shades of Silver Tree #61BE95
Tints of Silver Tree #61BE95
RGB
CMYK
RGB Variations
Color information
#61BE95 (or 0x61BE95) is known color: Silver Tree. HEX triplet: 61, BE and 95. RGB value is (97,190,149). Sum of RGB (Red+Green+Blue) = 97+190+149=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BE95 is #9E416A. Grayscale: #9D9D9D. Windows color (decimal): -10371435 or 9813601. OLE color: 9813601.
HSL color Cylindrical-coordinate representation of color #61BE95: hue angle of 153.55º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BE95 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 190 | 149 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.25 |
| HSL | 153.55º | 0.42% | 0.56% | - |
| HSV(B) | 153.55º | 0.49% | 0.75% | - |
| XYZ | 28.77 | 41.54 | 34.94 | - |
| YUV | 157.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 149 | 0.49 | 0 | 0.22 | 0.25 | 153.55 | 0.42 | 0.56 |
| Hex | 61 | BE | 95 | 31 | 0 | 16 | 19 | 9A | 2A | 38 |
| Octal | 141 | 276 | 225 | 61 | 0 | 26 | 31 | 232 | 52 | 70 |
| Binary | 1100001 | 10111110 | 10010101 | 110001 | 0 | 10110 | 11001 | 10011010 | 101010 | 111000 |
Color Harmonies of #61BE95
Complementary color
Monochromatic Colors of #61BE95
Black with #61BE95
Text Example
Text Example
White with #61BE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BE95; }
p { color: rgb(97,190,149); }
H1.HeaderClassName
{
color: #61BE95;
}
.AnyTagClassName
{
color: #61BE95;
}
</style>
background-color css
<style>
a { background-color: #61BE95; }
a { background-color: rgb(97,190,149); }
div.DivClassName
{
background-color: #61BE95;
}
.BgClassName
{
background-color: #61BE95;
}
</style>
border-color css
<style>
span { border-color: #61BE95; }
span { border-color: rgb(97,190,149); }
td.TdClassName
{
border-color: #61BE95;
}
.TagClassName
{
border-color: #61BE95;
}
</style>