Shades of Silver Tree #50C18D
Tints of Silver Tree #50C18D
RGB
CMYK
RGB Variations
Color information
#50C18D (or 0x50C18D) is known color: Silver Tree. HEX triplet: 50, C1 and 8D. RGB value is (80,193,141). Sum of RGB (Red+Green+Blue) = 80+193+141=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #50C18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C18D is #AF3E72. Grayscale: #999999. Windows color (decimal): -11484787 or 9290064. OLE color: 9290064.
HSL color Cylindrical-coordinate representation of color #50C18D: hue angle of 152.39º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C18D is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 193 | 141 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.24 |
| HSL | 152.39º | 0.48% | 0.54% | - |
| HSV(B) | 152.39º | 0.59% | 0.76% | - |
| XYZ | 27.19 | 41.77 | 31.83 | - |
| YUV | 153.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 193 | 141 | 0.59 | 0 | 0.27 | 0.24 | 152.39 | 0.48 | 0.54 |
| Hex | 50 | C1 | 8D | 3B | 0 | 1B | 18 | 98 | 30 | 36 |
| Octal | 120 | 301 | 215 | 73 | 0 | 33 | 30 | 230 | 60 | 66 |
| Binary | 1010000 | 11000001 | 10001101 | 111011 | 0 | 11011 | 11000 | 10011000 | 110000 | 110110 |
Color Harmonies of #50C18D
Complementary color
Monochromatic Colors of #50C18D
Black with #50C18D
Text Example
Text Example
White with #50C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C18D; }
p { color: rgb(80,193,141); }
H1.HeaderClassName
{
color: #50C18D;
}
.AnyTagClassName
{
color: #50C18D;
}
</style>
background-color css
<style>
a { background-color: #50C18D; }
a { background-color: rgb(80,193,141); }
div.DivClassName
{
background-color: #50C18D;
}
.BgClassName
{
background-color: #50C18D;
}
</style>
border-color css
<style>
span { border-color: #50C18D; }
span { border-color: rgb(80,193,141); }
td.TdClassName
{
border-color: #50C18D;
}
.TagClassName
{
border-color: #50C18D;
}
</style>