Shades of Silver Tree #60CB8E
Tints of Silver Tree #60CB8E
RGB
CMYK
RGB Variations
Color information
#60CB8E (or 0x60CB8E) is known color: Silver Tree. HEX triplet: 60, CB and 8E. RGB value is (96,203,142). Sum of RGB (Red+Green+Blue) = 96+203+142=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CB8E is #9F3471. Grayscale: #A4A4A4. Windows color (decimal): -10433650 or 9358176. OLE color: 9358176.
HSL color Cylindrical-coordinate representation of color #60CB8E: hue angle of 145.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CB8E is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 142 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.20 |
| HSL | 145.79º | 0.51% | 0.59% | - |
| HSV(B) | 145.79º | 0.53% | 0.8% | - |
| XYZ | 31.06 | 47.15 | 33.06 | - |
| YUV | 164.05 | 115.55 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 142 | 0.53 | 0 | 0.30 | 0.20 | 145.79 | 0.51 | 0.59 |
| Hex | 60 | CB | 8E | 35 | 0 | 1E | 14 | 92 | 33 | 3B |
| Octal | 140 | 313 | 216 | 65 | 0 | 36 | 24 | 222 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10001110 | 110101 | 0 | 11110 | 10100 | 10010010 | 110011 | 111011 |
Color Harmonies of #60CB8E
Complementary color
Monochromatic Colors of #60CB8E
Black with #60CB8E
Text Example
Text Example
White with #60CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB8E; }
p { color: rgb(96,203,142); }
H1.HeaderClassName
{
color: #60CB8E;
}
.AnyTagClassName
{
color: #60CB8E;
}
</style>
background-color css
<style>
a { background-color: #60CB8E; }
a { background-color: rgb(96,203,142); }
div.DivClassName
{
background-color: #60CB8E;
}
.BgClassName
{
background-color: #60CB8E;
}
</style>
border-color css
<style>
span { border-color: #60CB8E; }
span { border-color: rgb(96,203,142); }
td.TdClassName
{
border-color: #60CB8E;
}
.TagClassName
{
border-color: #60CB8E;
}
</style>