Shades of Silver Tree #50C993
Tints of Silver Tree #50C993
RGB
CMYK
RGB Variations
Color information
#50C993 (or 0x50C993) is known color: Silver Tree. HEX triplet: 50, C9 and 93. RGB value is (80,201,147). Sum of RGB (Red+Green+Blue) = 80+201+147=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #50C993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C993 is #AF366C. Grayscale: #9E9E9E. Windows color (decimal): -11482733 or 9685328. OLE color: 9685328.
HSL color Cylindrical-coordinate representation of color #50C993: hue angle of 153.22º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C993 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 147 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.21 |
| HSL | 153.22º | 0.53% | 0.55% | - |
| HSV(B) | 153.22º | 0.6% | 0.79% | - |
| XYZ | 29.46 | 45.59 | 34.85 | - |
| YUV | 158.67 | 121.41 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 147 | 0.60 | 0 | 0.27 | 0.21 | 153.22 | 0.53 | 0.55 |
| Hex | 50 | C9 | 93 | 3C | 0 | 1B | 15 | 99 | 35 | 37 |
| Octal | 120 | 311 | 223 | 74 | 0 | 33 | 25 | 231 | 65 | 67 |
| Binary | 1010000 | 11001001 | 10010011 | 111100 | 0 | 11011 | 10101 | 10011001 | 110101 | 110111 |
Color Harmonies of #50C993
Complementary color
Monochromatic Colors of #50C993
Black with #50C993
Text Example
Text Example
White with #50C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C993; }
p { color: rgb(80,201,147); }
H1.HeaderClassName
{
color: #50C993;
}
.AnyTagClassName
{
color: #50C993;
}
</style>
background-color css
<style>
a { background-color: #50C993; }
a { background-color: rgb(80,201,147); }
div.DivClassName
{
background-color: #50C993;
}
.BgClassName
{
background-color: #50C993;
}
</style>
border-color css
<style>
span { border-color: #50C993; }
span { border-color: rgb(80,201,147); }
td.TdClassName
{
border-color: #50C993;
}
.TagClassName
{
border-color: #50C993;
}
</style>