Shades of Silver Tree #50C08F
Tints of Silver Tree #50C08F
RGB
CMYK
RGB Variations
Color information
#50C08F (or 0x50C08F) is known color: Silver Tree. HEX triplet: 50, C0 and 8F. RGB value is (80,192,143). Sum of RGB (Red+Green+Blue) = 80+192+143=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #50C08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C08F is #AF3F70. Grayscale: #999999. Windows color (decimal): -11485041 or 9420880. OLE color: 9420880.
HSL color Cylindrical-coordinate representation of color #50C08F: hue angle of 153.75º 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 #50C08F is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 143 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.25 |
| HSL | 153.75º | 0.47% | 0.53% | - |
| HSV(B) | 153.75º | 0.58% | 0.75% | - |
| XYZ | 27.12 | 41.39 | 32.55 | - |
| YUV | 152.93 | 122.39 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 143 | 0.58 | 0 | 0.26 | 0.25 | 153.75 | 0.47 | 0.53 |
| Hex | 50 | C0 | 8F | 3A | 0 | 1A | 19 | 9A | 2F | 35 |
| Octal | 120 | 300 | 217 | 72 | 0 | 32 | 31 | 232 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10001111 | 111010 | 0 | 11010 | 11001 | 10011010 | 101111 | 110101 |
Color Harmonies of #50C08F
Complementary color
Monochromatic Colors of #50C08F
Black with #50C08F
Text Example
Text Example
White with #50C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C08F; }
p { color: rgb(80,192,143); }
H1.HeaderClassName
{
color: #50C08F;
}
.AnyTagClassName
{
color: #50C08F;
}
</style>
background-color css
<style>
a { background-color: #50C08F; }
a { background-color: rgb(80,192,143); }
div.DivClassName
{
background-color: #50C08F;
}
.BgClassName
{
background-color: #50C08F;
}
</style>
border-color css
<style>
span { border-color: #50C08F; }
span { border-color: rgb(80,192,143); }
td.TdClassName
{
border-color: #50C08F;
}
.TagClassName
{
border-color: #50C08F;
}
</style>