Shades of Silver Tree #60CA97
Tints of Silver Tree #60CA97
RGB
CMYK
RGB Variations
Color information
#60CA97 (or 0x60CA97) is known color: Silver Tree. HEX triplet: 60, CA and 97. RGB value is (96,202,151). Sum of RGB (Red+Green+Blue) = 96+202+151=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CA97 is #9F3568. Grayscale: #A4A4A4. Windows color (decimal): -10433897 or 9947744. OLE color: 9947744.
HSL color Cylindrical-coordinate representation of color #60CA97: hue angle of 151.13º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CA97 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 151 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.21 |
| HSL | 151.13º | 0.5% | 0.58% | - |
| HSV(B) | 151.13º | 0.52% | 0.79% | - |
| XYZ | 31.53 | 46.96 | 36.68 | - |
| YUV | 164.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 151 | 0.52 | 0 | 0.25 | 0.21 | 151.13 | 0.5 | 0.58 |
| Hex | 60 | CA | 97 | 34 | 0 | 19 | 15 | 97 | 32 | 3A |
| Octal | 140 | 312 | 227 | 64 | 0 | 31 | 25 | 227 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10010111 | 110100 | 0 | 11001 | 10101 | 10010111 | 110010 | 111010 |
Color Harmonies of #60CA97
Complementary color
Monochromatic Colors of #60CA97
Black with #60CA97
Text Example
Text Example
White with #60CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA97; }
p { color: rgb(96,202,151); }
H1.HeaderClassName
{
color: #60CA97;
}
.AnyTagClassName
{
color: #60CA97;
}
</style>
background-color css
<style>
a { background-color: #60CA97; }
a { background-color: rgb(96,202,151); }
div.DivClassName
{
background-color: #60CA97;
}
.BgClassName
{
background-color: #60CA97;
}
</style>
border-color css
<style>
span { border-color: #60CA97; }
span { border-color: rgb(96,202,151); }
td.TdClassName
{
border-color: #60CA97;
}
.TagClassName
{
border-color: #60CA97;
}
</style>