Shades of Silver Tree #50C590
Tints of Silver Tree #50C590
RGB
CMYK
RGB Variations
Color information
#50C590 (or 0x50C590) is known color: Silver Tree. HEX triplet: 50, C5 and 90. RGB value is (80,197,144). Sum of RGB (Red+Green+Blue) = 80+197+144=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #50C590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C590 is #AF3A6F. Grayscale: #9C9C9C. Windows color (decimal): -11483760 or 9487696. OLE color: 9487696.
HSL color Cylindrical-coordinate representation of color #50C590: hue angle of 152.82º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C590 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 144 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.23 |
| HSL | 152.82º | 0.5% | 0.54% | - |
| HSV(B) | 152.82º | 0.59% | 0.77% | - |
| XYZ | 28.31 | 43.65 | 33.32 | - |
| YUV | 155.98 | 121.24 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 144 | 0.59 | 0 | 0.27 | 0.23 | 152.82 | 0.5 | 0.54 |
| Hex | 50 | C5 | 90 | 3B | 0 | 1B | 17 | 99 | 32 | 36 |
| Octal | 120 | 305 | 220 | 73 | 0 | 33 | 27 | 231 | 62 | 66 |
| Binary | 1010000 | 11000101 | 10010000 | 111011 | 0 | 11011 | 10111 | 10011001 | 110010 | 110110 |
Color Harmonies of #50C590
Complementary color
Monochromatic Colors of #50C590
Black with #50C590
Text Example
Text Example
White with #50C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C590; }
p { color: rgb(80,197,144); }
H1.HeaderClassName
{
color: #50C590;
}
.AnyTagClassName
{
color: #50C590;
}
</style>
background-color css
<style>
a { background-color: #50C590; }
a { background-color: rgb(80,197,144); }
div.DivClassName
{
background-color: #50C590;
}
.BgClassName
{
background-color: #50C590;
}
</style>
border-color css
<style>
span { border-color: #50C590; }
span { border-color: rgb(80,197,144); }
td.TdClassName
{
border-color: #50C590;
}
.TagClassName
{
border-color: #50C590;
}
</style>