Shades of Silver Tree #60C98C
Tints of Silver Tree #60C98C
RGB
CMYK
RGB Variations
Color information
#60C98C (or 0x60C98C) is known color: Silver Tree. HEX triplet: 60, C9 and 8C. RGB value is (96,201,140). Sum of RGB (Red+Green+Blue) = 96+201+140=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #60C98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C98C is #9F3673. Grayscale: #A2A2A2. Windows color (decimal): -10434164 or 9226592. OLE color: 9226592.
HSL color Cylindrical-coordinate representation of color #60C98C: hue angle of 145.14º degrees, saturation: 0.49, 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 #60C98C is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 140 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.21 |
| HSL | 145.14º | 0.49% | 0.58% | - |
| HSV(B) | 145.14º | 0.52% | 0.79% | - |
| XYZ | 30.44 | 46.15 | 32.11 | - |
| YUV | 162.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 140 | 0.52 | 0 | 0.30 | 0.21 | 145.14 | 0.49 | 0.58 |
| Hex | 60 | C9 | 8C | 34 | 0 | 1E | 15 | 91 | 31 | 3A |
| Octal | 140 | 311 | 214 | 64 | 0 | 36 | 25 | 221 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10001100 | 110100 | 0 | 11110 | 10101 | 10010001 | 110001 | 111010 |
Color Harmonies of #60C98C
Complementary color
Monochromatic Colors of #60C98C
Black with #60C98C
Text Example
Text Example
White with #60C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C98C; }
p { color: rgb(96,201,140); }
H1.HeaderClassName
{
color: #60C98C;
}
.AnyTagClassName
{
color: #60C98C;
}
</style>
background-color css
<style>
a { background-color: #60C98C; }
a { background-color: rgb(96,201,140); }
div.DivClassName
{
background-color: #60C98C;
}
.BgClassName
{
background-color: #60C98C;
}
</style>
border-color css
<style>
span { border-color: #60C98C; }
span { border-color: rgb(96,201,140); }
td.TdClassName
{
border-color: #60C98C;
}
.TagClassName
{
border-color: #60C98C;
}
</style>