Shades of Silver Tree #50C28F
Tints of Silver Tree #50C28F
RGB
CMYK
RGB Variations
Color information
#50C28F (or 0x50C28F) is known color: Silver Tree. HEX triplet: 50, C2 and 8F. RGB value is (80,194,143). Sum of RGB (Red+Green+Blue) = 80+194+143=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #50C28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C28F is #AF3D70. Grayscale: #9A9A9A. Windows color (decimal): -11484529 or 9421392. OLE color: 9421392.
HSL color Cylindrical-coordinate representation of color #50C28F: hue angle of 153.16º 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 #50C28F is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 143 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.24 |
| HSL | 153.16º | 0.48% | 0.54% | - |
| HSV(B) | 153.16º | 0.59% | 0.76% | - |
| XYZ | 27.56 | 42.27 | 32.69 | - |
| YUV | 154.1 | 121.73 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 143 | 0.59 | 0 | 0.26 | 0.24 | 153.16 | 0.48 | 0.54 |
| Hex | 50 | C2 | 8F | 3B | 0 | 1A | 18 | 99 | 30 | 36 |
| Octal | 120 | 302 | 217 | 73 | 0 | 32 | 30 | 231 | 60 | 66 |
| Binary | 1010000 | 11000010 | 10001111 | 111011 | 0 | 11010 | 11000 | 10011001 | 110000 | 110110 |
Color Harmonies of #50C28F
Complementary color
Monochromatic Colors of #50C28F
Black with #50C28F
Text Example
Text Example
White with #50C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C28F; }
p { color: rgb(80,194,143); }
H1.HeaderClassName
{
color: #50C28F;
}
.AnyTagClassName
{
color: #50C28F;
}
</style>
background-color css
<style>
a { background-color: #50C28F; }
a { background-color: rgb(80,194,143); }
div.DivClassName
{
background-color: #50C28F;
}
.BgClassName
{
background-color: #50C28F;
}
</style>
border-color css
<style>
span { border-color: #50C28F; }
span { border-color: rgb(80,194,143); }
td.TdClassName
{
border-color: #50C28F;
}
.TagClassName
{
border-color: #50C28F;
}
</style>