Shades of Silver Tree #61CA86
Tints of Silver Tree #61CA86
RGB
CMYK
RGB Variations
Color information
#61CA86 (or 0x61CA86) is known color: Silver Tree. HEX triplet: 61, CA and 86. RGB value is (97,202,134). Sum of RGB (Red+Green+Blue) = 97+202+134=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA86 is #9E3579. Grayscale: #A3A3A3. Windows color (decimal): -10368378 or 8833633. OLE color: 8833633.
HSL color Cylindrical-coordinate representation of color #61CA86: hue angle of 141.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA86 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 134 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.21 |
| HSL | 141.14º | 0.5% | 0.59% | - |
| HSV(B) | 141.14º | 0.52% | 0.79% | - |
| XYZ | 30.35 | 46.5 | 29.93 | - |
| YUV | 162.85 | 111.71 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 134 | 0.52 | 0 | 0.34 | 0.21 | 141.14 | 0.5 | 0.59 |
| Hex | 61 | CA | 86 | 34 | 0 | 22 | 15 | 8D | 32 | 3B |
| Octal | 141 | 312 | 206 | 64 | 0 | 42 | 25 | 215 | 62 | 73 |
| Binary | 1100001 | 11001010 | 10000110 | 110100 | 0 | 100010 | 10101 | 10001101 | 110010 | 111011 |
Color Harmonies of #61CA86
Complementary color
Monochromatic Colors of #61CA86
Black with #61CA86
Text Example
Text Example
White with #61CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA86; }
p { color: rgb(97,202,134); }
H1.HeaderClassName
{
color: #61CA86;
}
.AnyTagClassName
{
color: #61CA86;
}
</style>
background-color css
<style>
a { background-color: #61CA86; }
a { background-color: rgb(97,202,134); }
div.DivClassName
{
background-color: #61CA86;
}
.BgClassName
{
background-color: #61CA86;
}
</style>
border-color css
<style>
span { border-color: #61CA86; }
span { border-color: rgb(97,202,134); }
td.TdClassName
{
border-color: #61CA86;
}
.TagClassName
{
border-color: #61CA86;
}
</style>