Shades of Silver Tree #60D494
Tints of Silver Tree #60D494
RGB
CMYK
RGB Variations
Color information
#60D494 (or 0x60D494) is known color: Silver Tree. HEX triplet: 60, D4 and 94. RGB value is (96,212,148). Sum of RGB (Red+Green+Blue) = 96+212+148=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #60D494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D494 is #9F2B6B. Grayscale: #AAAAAA. Windows color (decimal): -10431340 or 9753696. OLE color: 9753696.
HSL color Cylindrical-coordinate representation of color #60D494: hue angle of 146.9º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D494 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 148 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.17 |
| HSL | 146.9º | 0.57% | 0.6% | - |
| HSV(B) | 146.9º | 0.55% | 0.83% | - |
| XYZ | 33.71 | 51.71 | 36.22 | - |
| YUV | 170.02 | 115.57 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 148 | 0.55 | 0 | 0.30 | 0.17 | 146.9 | 0.57 | 0.6 |
| Hex | 60 | D4 | 94 | 37 | 0 | 1E | 11 | 93 | 39 | 3C |
| Octal | 140 | 324 | 224 | 67 | 0 | 36 | 21 | 223 | 71 | 74 |
| Binary | 1100000 | 11010100 | 10010100 | 110111 | 0 | 11110 | 10001 | 10010011 | 111001 | 111100 |
Color Harmonies of #60D494
Complementary color
Monochromatic Colors of #60D494
Black with #60D494
Text Example
Text Example
White with #60D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D494; }
p { color: rgb(96,212,148); }
H1.HeaderClassName
{
color: #60D494;
}
.AnyTagClassName
{
color: #60D494;
}
</style>
background-color css
<style>
a { background-color: #60D494; }
a { background-color: rgb(96,212,148); }
div.DivClassName
{
background-color: #60D494;
}
.BgClassName
{
background-color: #60D494;
}
</style>
border-color css
<style>
span { border-color: #60D494; }
span { border-color: rgb(96,212,148); }
td.TdClassName
{
border-color: #60D494;
}
.TagClassName
{
border-color: #60D494;
}
</style>