Shades of Silver Tree #50C88D
Tints of Silver Tree #50C88D
RGB
CMYK
RGB Variations
Color information
#50C88D (or 0x50C88D) is known color: Silver Tree. HEX triplet: 50, C8 and 8D. RGB value is (80,200,141). Sum of RGB (Red+Green+Blue) = 80+200+141=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #50C88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C88D is #AF3772. Grayscale: #9D9D9D. Windows color (decimal): -11482995 or 9291856. OLE color: 9291856.
HSL color Cylindrical-coordinate representation of color #50C88D: hue angle of 150.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C88D is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 141 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.22 |
| HSL | 150.5º | 0.52% | 0.55% | - |
| HSV(B) | 150.5º | 0.6% | 0.78% | - |
| XYZ | 28.77 | 44.94 | 32.36 | - |
| YUV | 157.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 141 | 0.6 | 0 | 0.29 | 0.22 | 150.5 | 0.52 | 0.55 |
| Hex | 50 | C8 | 8D | 3C | 0 | 1D | 16 | 96 | 34 | 37 |
| Octal | 120 | 310 | 215 | 74 | 0 | 35 | 26 | 226 | 64 | 67 |
| Binary | 1010000 | 11001000 | 10001101 | 111100 | 0 | 11101 | 10110 | 10010110 | 110100 | 110111 |
Color Harmonies of #50C88D
Complementary color
Monochromatic Colors of #50C88D
Black with #50C88D
Text Example
Text Example
White with #50C88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C88D; }
p { color: rgb(80,200,141); }
H1.HeaderClassName
{
color: #50C88D;
}
.AnyTagClassName
{
color: #50C88D;
}
</style>
background-color css
<style>
a { background-color: #50C88D; }
a { background-color: rgb(80,200,141); }
div.DivClassName
{
background-color: #50C88D;
}
.BgClassName
{
background-color: #50C88D;
}
</style>
border-color css
<style>
span { border-color: #50C88D; }
span { border-color: rgb(80,200,141); }
td.TdClassName
{
border-color: #50C88D;
}
.TagClassName
{
border-color: #50C88D;
}
</style>