Shades of Silver Tree #60C398
Tints of Silver Tree #60C398
RGB
CMYK
RGB Variations
Color information
#60C398 (or 0x60C398) is known color: Silver Tree. HEX triplet: 60, C3 and 98. RGB value is (96,195,152). Sum of RGB (Red+Green+Blue) = 96+195+152=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #60C398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C398 is #9F3C67. Grayscale: #A0A0A0. Windows color (decimal): -10435688 or 10011488. OLE color: 10011488.
HSL color Cylindrical-coordinate representation of color #60C398: hue angle of 153.94º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C398 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 152 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.24 |
| HSL | 153.94º | 0.45% | 0.57% | - |
| HSV(B) | 153.94º | 0.51% | 0.76% | - |
| XYZ | 30.01 | 43.78 | 36.58 | - |
| YUV | 160.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 152 | 0.51 | 0 | 0.22 | 0.24 | 153.94 | 0.45 | 0.57 |
| Hex | 60 | C3 | 98 | 33 | 0 | 16 | 18 | 9A | 2D | 39 |
| Octal | 140 | 303 | 230 | 63 | 0 | 26 | 30 | 232 | 55 | 71 |
| Binary | 1100000 | 11000011 | 10011000 | 110011 | 0 | 10110 | 11000 | 10011010 | 101101 | 111001 |
Color Harmonies of #60C398
Complementary color
Monochromatic Colors of #60C398
Black with #60C398
Text Example
Text Example
White with #60C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C398; }
p { color: rgb(96,195,152); }
H1.HeaderClassName
{
color: #60C398;
}
.AnyTagClassName
{
color: #60C398;
}
</style>
background-color css
<style>
a { background-color: #60C398; }
a { background-color: rgb(96,195,152); }
div.DivClassName
{
background-color: #60C398;
}
.BgClassName
{
background-color: #60C398;
}
</style>
border-color css
<style>
span { border-color: #60C398; }
span { border-color: rgb(96,195,152); }
td.TdClassName
{
border-color: #60C398;
}
.TagClassName
{
border-color: #60C398;
}
</style>