Shades of Silver Tree #60C395
Tints of Silver Tree #60C395
RGB
CMYK
RGB Variations
Color information
#60C395 (or 0x60C395) is known color: Silver Tree. HEX triplet: 60, C3 and 95. RGB value is (96,195,149). Sum of RGB (Red+Green+Blue) = 96+195+149=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #60C395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C395 is #9F3C6A. Grayscale: #A0A0A0. Windows color (decimal): -10435691 or 9814880. OLE color: 9814880.
HSL color Cylindrical-coordinate representation of color #60C395: hue angle of 152.12º 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 #60C395 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 149 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.24 |
| HSL | 152.12º | 0.45% | 0.57% | - |
| HSV(B) | 152.12º | 0.51% | 0.76% | - |
| XYZ | 29.76 | 43.69 | 35.3 | - |
| YUV | 160.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 149 | 0.51 | 0 | 0.24 | 0.24 | 152.12 | 0.45 | 0.57 |
| Hex | 60 | C3 | 95 | 33 | 0 | 18 | 18 | 98 | 2D | 39 |
| Octal | 140 | 303 | 225 | 63 | 0 | 30 | 30 | 230 | 55 | 71 |
| Binary | 1100000 | 11000011 | 10010101 | 110011 | 0 | 11000 | 11000 | 10011000 | 101101 | 111001 |
Color Harmonies of #60C395
Complementary color
Monochromatic Colors of #60C395
Black with #60C395
Text Example
Text Example
White with #60C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C395; }
p { color: rgb(96,195,149); }
H1.HeaderClassName
{
color: #60C395;
}
.AnyTagClassName
{
color: #60C395;
}
</style>
background-color css
<style>
a { background-color: #60C395; }
a { background-color: rgb(96,195,149); }
div.DivClassName
{
background-color: #60C395;
}
.BgClassName
{
background-color: #60C395;
}
</style>
border-color css
<style>
span { border-color: #60C395; }
span { border-color: rgb(96,195,149); }
td.TdClassName
{
border-color: #60C395;
}
.TagClassName
{
border-color: #60C395;
}
</style>