Shades of Silver Tree #50CE96
Tints of Silver Tree #50CE96
RGB
CMYK
RGB Variations
Color information
#50CE96 (or 0x50CE96) is known color: Silver Tree. HEX triplet: 50, CE and 96. RGB value is (80,206,150). Sum of RGB (Red+Green+Blue) = 80+206+150=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE96 is #AF3169. Grayscale: #A2A2A2. Windows color (decimal): -11481450 or 9883216. OLE color: 9883216.
HSL color Cylindrical-coordinate representation of color #50CE96: hue angle of 153.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE96 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 150 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.19 |
| HSL | 153.33º | 0.56% | 0.56% | - |
| HSV(B) | 153.33º | 0.61% | 0.81% | - |
| XYZ | 30.88 | 48.05 | 36.5 | - |
| YUV | 161.94 | 121.26 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 150 | 0.61 | 0 | 0.27 | 0.19 | 153.33 | 0.56 | 0.56 |
| Hex | 50 | CE | 96 | 3D | 0 | 1B | 13 | 99 | 38 | 38 |
| Octal | 120 | 316 | 226 | 75 | 0 | 33 | 23 | 231 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10010110 | 111101 | 0 | 11011 | 10011 | 10011001 | 111000 | 111000 |
Color Harmonies of #50CE96
Complementary color
Monochromatic Colors of #50CE96
Black with #50CE96
Text Example
Text Example
White with #50CE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE96; }
p { color: rgb(80,206,150); }
H1.HeaderClassName
{
color: #50CE96;
}
.AnyTagClassName
{
color: #50CE96;
}
</style>
background-color css
<style>
a { background-color: #50CE96; }
a { background-color: rgb(80,206,150); }
div.DivClassName
{
background-color: #50CE96;
}
.BgClassName
{
background-color: #50CE96;
}
</style>
border-color css
<style>
span { border-color: #50CE96; }
span { border-color: rgb(80,206,150); }
td.TdClassName
{
border-color: #50CE96;
}
.TagClassName
{
border-color: #50CE96;
}
</style>