Shades of Silver Tree #60C98E
Tints of Silver Tree #60C98E
RGB
CMYK
RGB Variations
Color information
#60C98E (or 0x60C98E) is known color: Silver Tree. HEX triplet: 60, C9 and 8E. RGB value is (96,201,142). Sum of RGB (Red+Green+Blue) = 96+201+142=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #60C98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C98E is #9F3671. Grayscale: #A3A3A3. Windows color (decimal): -10434162 or 9357664. OLE color: 9357664.
HSL color Cylindrical-coordinate representation of color #60C98E: hue angle of 146.29º 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 #60C98E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 142 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.21 |
| HSL | 146.29º | 0.49% | 0.58% | - |
| HSV(B) | 146.29º | 0.52% | 0.79% | - |
| XYZ | 30.59 | 46.21 | 32.9 | - |
| YUV | 162.88 | 116.21 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 142 | 0.52 | 0 | 0.29 | 0.21 | 146.29 | 0.49 | 0.58 |
| Hex | 60 | C9 | 8E | 34 | 0 | 1D | 15 | 92 | 31 | 3A |
| Octal | 140 | 311 | 216 | 64 | 0 | 35 | 25 | 222 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10001110 | 110100 | 0 | 11101 | 10101 | 10010010 | 110001 | 111010 |
Color Harmonies of #60C98E
Complementary color
Monochromatic Colors of #60C98E
Black with #60C98E
Text Example
Text Example
White with #60C98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C98E; }
p { color: rgb(96,201,142); }
H1.HeaderClassName
{
color: #60C98E;
}
.AnyTagClassName
{
color: #60C98E;
}
</style>
background-color css
<style>
a { background-color: #60C98E; }
a { background-color: rgb(96,201,142); }
div.DivClassName
{
background-color: #60C98E;
}
.BgClassName
{
background-color: #60C98E;
}
</style>
border-color css
<style>
span { border-color: #60C98E; }
span { border-color: rgb(96,201,142); }
td.TdClassName
{
border-color: #60C98E;
}
.TagClassName
{
border-color: #60C98E;
}
</style>