Shades of Silver Tree #60CD90
Tints of Silver Tree #60CD90
RGB
CMYK
RGB Variations
Color information
#60CD90 (or 0x60CD90) is known color: Silver Tree. HEX triplet: 60, CD and 90. RGB value is (96,205,144). Sum of RGB (Red+Green+Blue) = 96+205+144=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CD90 is #9F326F. Grayscale: #A5A5A5. Windows color (decimal): -10433136 or 9489760. OLE color: 9489760.
HSL color Cylindrical-coordinate representation of color #60CD90: hue angle of 146.42º degrees, saturation: 0.52, 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 #60CD90 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 144 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.20 |
| HSL | 146.42º | 0.52% | 0.59% | - |
| HSV(B) | 146.42º | 0.53% | 0.8% | - |
| XYZ | 31.69 | 48.16 | 34.01 | - |
| YUV | 165.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 144 | 0.53 | 0 | 0.30 | 0.20 | 146.42 | 0.52 | 0.59 |
| Hex | 60 | CD | 90 | 35 | 0 | 1E | 14 | 92 | 34 | 3B |
| Octal | 140 | 315 | 220 | 65 | 0 | 36 | 24 | 222 | 64 | 73 |
| Binary | 1100000 | 11001101 | 10010000 | 110101 | 0 | 11110 | 10100 | 10010010 | 110100 | 111011 |
Color Harmonies of #60CD90
Complementary color
Monochromatic Colors of #60CD90
Black with #60CD90
Text Example
Text Example
White with #60CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CD90; }
p { color: rgb(96,205,144); }
H1.HeaderClassName
{
color: #60CD90;
}
.AnyTagClassName
{
color: #60CD90;
}
</style>
background-color css
<style>
a { background-color: #60CD90; }
a { background-color: rgb(96,205,144); }
div.DivClassName
{
background-color: #60CD90;
}
.BgClassName
{
background-color: #60CD90;
}
</style>
border-color css
<style>
span { border-color: #60CD90; }
span { border-color: rgb(96,205,144); }
td.TdClassName
{
border-color: #60CD90;
}
.TagClassName
{
border-color: #60CD90;
}
</style>