Shades of Silver Tree #60CB96
Tints of Silver Tree #60CB96
RGB
CMYK
RGB Variations
Color information
#60CB96 (or 0x60CB96) is known color: Silver Tree. HEX triplet: 60, CB and 96. RGB value is (96,203,150). Sum of RGB (Red+Green+Blue) = 96+203+150=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CB96 is #9F3469. Grayscale: #A5A5A5. Windows color (decimal): -10433642 or 9882464. OLE color: 9882464.
HSL color Cylindrical-coordinate representation of color #60CB96: hue angle of 150.28º degrees, saturation: 0.51, 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 #60CB96 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 150 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.20 |
| HSL | 150.28º | 0.51% | 0.59% | - |
| HSV(B) | 150.28º | 0.53% | 0.8% | - |
| XYZ | 31.68 | 47.4 | 36.33 | - |
| YUV | 164.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 150 | 0.53 | 0 | 0.26 | 0.20 | 150.28 | 0.51 | 0.59 |
| Hex | 60 | CB | 96 | 35 | 0 | 1A | 14 | 96 | 33 | 3B |
| Octal | 140 | 313 | 226 | 65 | 0 | 32 | 24 | 226 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10010110 | 110101 | 0 | 11010 | 10100 | 10010110 | 110011 | 111011 |
Color Harmonies of #60CB96
Complementary color
Monochromatic Colors of #60CB96
Black with #60CB96
Text Example
Text Example
White with #60CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB96; }
p { color: rgb(96,203,150); }
H1.HeaderClassName
{
color: #60CB96;
}
.AnyTagClassName
{
color: #60CB96;
}
</style>
background-color css
<style>
a { background-color: #60CB96; }
a { background-color: rgb(96,203,150); }
div.DivClassName
{
background-color: #60CB96;
}
.BgClassName
{
background-color: #60CB96;
}
</style>
border-color css
<style>
span { border-color: #60CB96; }
span { border-color: rgb(96,203,150); }
td.TdClassName
{
border-color: #60CB96;
}
.TagClassName
{
border-color: #60CB96;
}
</style>