Shades of Silver Tree #61CA96
Tints of Silver Tree #61CA96
RGB
CMYK
RGB Variations
Color information
#61CA96 (or 0x61CA96) is known color: Silver Tree. HEX triplet: 61, CA and 96. RGB value is (97,202,150). Sum of RGB (Red+Green+Blue) = 97+202+150=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA96 is #9E3569. Grayscale: #A4A4A4. Windows color (decimal): -10368362 or 9882209. OLE color: 9882209.
HSL color Cylindrical-coordinate representation of color #61CA96: hue angle of 150.29º 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 #61CA96 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 150 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.21 |
| HSL | 150.29º | 0.5% | 0.59% | - |
| HSV(B) | 150.29º | 0.52% | 0.79% | - |
| XYZ | 31.56 | 46.98 | 36.26 | - |
| YUV | 164.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 150 | 0.52 | 0 | 0.26 | 0.21 | 150.29 | 0.5 | 0.59 |
| Hex | 61 | CA | 96 | 34 | 0 | 1A | 15 | 96 | 32 | 3B |
| Octal | 141 | 312 | 226 | 64 | 0 | 32 | 25 | 226 | 62 | 73 |
| Binary | 1100001 | 11001010 | 10010110 | 110100 | 0 | 11010 | 10101 | 10010110 | 110010 | 111011 |
Color Harmonies of #61CA96
Complementary color
Monochromatic Colors of #61CA96
Black with #61CA96
Text Example
Text Example
White with #61CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA96; }
p { color: rgb(97,202,150); }
H1.HeaderClassName
{
color: #61CA96;
}
.AnyTagClassName
{
color: #61CA96;
}
</style>
background-color css
<style>
a { background-color: #61CA96; }
a { background-color: rgb(97,202,150); }
div.DivClassName
{
background-color: #61CA96;
}
.BgClassName
{
background-color: #61CA96;
}
</style>
border-color css
<style>
span { border-color: #61CA96; }
span { border-color: rgb(97,202,150); }
td.TdClassName
{
border-color: #61CA96;
}
.TagClassName
{
border-color: #61CA96;
}
</style>