Shades of Silver Tree #50C08E
Tints of Silver Tree #50C08E
RGB
CMYK
RGB Variations
Color information
#50C08E (or 0x50C08E) is known color: Silver Tree. HEX triplet: 50, C0 and 8E. RGB value is (80,192,142). Sum of RGB (Red+Green+Blue) = 80+192+142=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #50C08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C08E is #AF3F71. Grayscale: #989898. Windows color (decimal): -11485042 or 9355344. OLE color: 9355344.
HSL color Cylindrical-coordinate representation of color #50C08E: hue angle of 153.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C08E is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 142 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.25 |
| HSL | 153.21º | 0.47% | 0.53% | - |
| HSV(B) | 153.21º | 0.58% | 0.75% | - |
| XYZ | 27.04 | 41.36 | 32.15 | - |
| YUV | 152.81 | 121.89 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 142 | 0.58 | 0 | 0.26 | 0.25 | 153.21 | 0.47 | 0.53 |
| Hex | 50 | C0 | 8E | 3A | 0 | 1A | 19 | 99 | 2F | 35 |
| Octal | 120 | 300 | 216 | 72 | 0 | 32 | 31 | 231 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10001110 | 111010 | 0 | 11010 | 11001 | 10011001 | 101111 | 110101 |
Color Harmonies of #50C08E
Complementary color
Monochromatic Colors of #50C08E
Black with #50C08E
Text Example
Text Example
White with #50C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C08E; }
p { color: rgb(80,192,142); }
H1.HeaderClassName
{
color: #50C08E;
}
.AnyTagClassName
{
color: #50C08E;
}
</style>
background-color css
<style>
a { background-color: #50C08E; }
a { background-color: rgb(80,192,142); }
div.DivClassName
{
background-color: #50C08E;
}
.BgClassName
{
background-color: #50C08E;
}
</style>
border-color css
<style>
span { border-color: #50C08E; }
span { border-color: rgb(80,192,142); }
td.TdClassName
{
border-color: #50C08E;
}
.TagClassName
{
border-color: #50C08E;
}
</style>