Shades of Silver Tree #60D098
Tints of Silver Tree #60D098
RGB
CMYK
RGB Variations
Color information
#60D098 (or 0x60D098) is known color: Silver Tree. HEX triplet: 60, D0 and 98. RGB value is (96,208,152). Sum of RGB (Red+Green+Blue) = 96+208+152=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #60D098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D098 is #9F2F67. Grayscale: #A8A8A8. Windows color (decimal): -10432360 or 10014816. OLE color: 10014816.
HSL color Cylindrical-coordinate representation of color #60D098: hue angle of 150º 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 #60D098 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 152 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.18 |
| HSL | 150º | 0.54% | 0.6% | - |
| HSV(B) | 150º | 0.54% | 0.82% | - |
| XYZ | 33.05 | 49.87 | 37.59 | - |
| YUV | 168.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 152 | 0.54 | 0 | 0.27 | 0.18 | 150 | 0.54 | 0.6 |
| Hex | 60 | D0 | 98 | 36 | 0 | 1B | 12 | 96 | 36 | 3C |
| Octal | 140 | 320 | 230 | 66 | 0 | 33 | 22 | 226 | 66 | 74 |
| Binary | 1100000 | 11010000 | 10011000 | 110110 | 0 | 11011 | 10010 | 10010110 | 110110 | 111100 |
Color Harmonies of #60D098
Complementary color
Monochromatic Colors of #60D098
Black with #60D098
Text Example
Text Example
White with #60D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D098; }
p { color: rgb(96,208,152); }
H1.HeaderClassName
{
color: #60D098;
}
.AnyTagClassName
{
color: #60D098;
}
</style>
background-color css
<style>
a { background-color: #60D098; }
a { background-color: rgb(96,208,152); }
div.DivClassName
{
background-color: #60D098;
}
.BgClassName
{
background-color: #60D098;
}
</style>
border-color css
<style>
span { border-color: #60D098; }
span { border-color: rgb(96,208,152); }
td.TdClassName
{
border-color: #60D098;
}
.TagClassName
{
border-color: #60D098;
}
</style>