Shades of Silver Tree #60D090
Tints of Silver Tree #60D090
RGB
CMYK
RGB Variations
Color information
#60D090 (or 0x60D090) is known color: Silver Tree. HEX triplet: 60, D0 and 90. RGB value is (96,208,144). Sum of RGB (Red+Green+Blue) = 96+208+144=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #60D090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D090 is #9F2F6F. Grayscale: #A7A7A7. Windows color (decimal): -10432368 or 9490528. OLE color: 9490528.
HSL color Cylindrical-coordinate representation of color #60D090: hue angle of 145.71º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D090 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 144 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.18 |
| HSL | 145.71º | 0.54% | 0.6% | - |
| HSV(B) | 145.71º | 0.54% | 0.82% | - |
| XYZ | 32.41 | 49.61 | 34.25 | - |
| YUV | 167.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 144 | 0.54 | 0 | 0.31 | 0.18 | 145.71 | 0.54 | 0.6 |
| Hex | 60 | D0 | 90 | 36 | 0 | 1F | 12 | 92 | 36 | 3C |
| Octal | 140 | 320 | 220 | 66 | 0 | 37 | 22 | 222 | 66 | 74 |
| Binary | 1100000 | 11010000 | 10010000 | 110110 | 0 | 11111 | 10010 | 10010010 | 110110 | 111100 |
Color Harmonies of #60D090
Complementary color
Monochromatic Colors of #60D090
Black with #60D090
Text Example
Text Example
White with #60D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D090; }
p { color: rgb(96,208,144); }
H1.HeaderClassName
{
color: #60D090;
}
.AnyTagClassName
{
color: #60D090;
}
</style>
background-color css
<style>
a { background-color: #60D090; }
a { background-color: rgb(96,208,144); }
div.DivClassName
{
background-color: #60D090;
}
.BgClassName
{
background-color: #60D090;
}
</style>
border-color css
<style>
span { border-color: #60D090; }
span { border-color: rgb(96,208,144); }
td.TdClassName
{
border-color: #60D090;
}
.TagClassName
{
border-color: #60D090;
}
</style>