Shades of Silver Tree #60D98E
Tints of Silver Tree #60D98E
RGB
CMYK
RGB Variations
Color information
#60D98E (or 0x60D98E) is known color: Silver Tree. HEX triplet: 60, D9 and 8E. RGB value is (96,217,142). Sum of RGB (Red+Green+Blue) = 96+217+142=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #60D98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D98E is #9F2671. Grayscale: #ACACAC. Windows color (decimal): -10430066 or 9361760. OLE color: 9361760.
HSL color Cylindrical-coordinate representation of color #60D98E: hue angle of 142.81º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D98E is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 142 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.15 |
| HSL | 142.81º | 0.61% | 0.61% | - |
| HSV(B) | 142.81º | 0.56% | 0.85% | - |
| XYZ | 34.52 | 54.07 | 34.21 | - |
| YUV | 172.27 | 110.91 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 142 | 0.56 | 0 | 0.35 | 0.15 | 142.81 | 0.61 | 0.61 |
| Hex | 60 | D9 | 8E | 38 | 0 | 23 | F | 8F | 3D | 3D |
| Octal | 140 | 331 | 216 | 70 | 0 | 43 | 17 | 217 | 75 | 75 |
| Binary | 1100000 | 11011001 | 10001110 | 111000 | 0 | 100011 | 1111 | 10001111 | 111101 | 111101 |
Color Harmonies of #60D98E
Complementary color
Monochromatic Colors of #60D98E
Black with #60D98E
Text Example
Text Example
White with #60D98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D98E; }
p { color: rgb(96,217,142); }
H1.HeaderClassName
{
color: #60D98E;
}
.AnyTagClassName
{
color: #60D98E;
}
</style>
background-color css
<style>
a { background-color: #60D98E; }
a { background-color: rgb(96,217,142); }
div.DivClassName
{
background-color: #60D98E;
}
.BgClassName
{
background-color: #60D98E;
}
</style>
border-color css
<style>
span { border-color: #60D98E; }
span { border-color: rgb(96,217,142); }
td.TdClassName
{
border-color: #60D98E;
}
.TagClassName
{
border-color: #60D98E;
}
</style>