Shades of Silver Tree #50CE97
Tints of Silver Tree #50CE97
RGB
CMYK
RGB Variations
Color information
#50CE97 (or 0x50CE97) is known color: Silver Tree. HEX triplet: 50, CE and 97. RGB value is (80,206,151). Sum of RGB (Red+Green+Blue) = 80+206+151=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE97 is #AF3168. Grayscale: #A2A2A2. Windows color (decimal): -11481449 or 9948752. OLE color: 9948752.
HSL color Cylindrical-coordinate representation of color #50CE97: hue angle of 153.81º 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 #50CE97 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 151 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.19 |
| HSL | 153.81º | 0.56% | 0.56% | - |
| HSV(B) | 153.81º | 0.61% | 0.81% | - |
| XYZ | 30.97 | 48.08 | 36.93 | - |
| YUV | 162.06 | 121.76 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 151 | 0.61 | 0 | 0.27 | 0.19 | 153.81 | 0.56 | 0.56 |
| Hex | 50 | CE | 97 | 3D | 0 | 1B | 13 | 9A | 38 | 38 |
| Octal | 120 | 316 | 227 | 75 | 0 | 33 | 23 | 232 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10010111 | 111101 | 0 | 11011 | 10011 | 10011010 | 111000 | 111000 |
Color Harmonies of #50CE97
Complementary color
Monochromatic Colors of #50CE97
Black with #50CE97
Text Example
Text Example
White with #50CE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE97; }
p { color: rgb(80,206,151); }
H1.HeaderClassName
{
color: #50CE97;
}
.AnyTagClassName
{
color: #50CE97;
}
</style>
background-color css
<style>
a { background-color: #50CE97; }
a { background-color: rgb(80,206,151); }
div.DivClassName
{
background-color: #50CE97;
}
.BgClassName
{
background-color: #50CE97;
}
</style>
border-color css
<style>
span { border-color: #50CE97; }
span { border-color: rgb(80,206,151); }
td.TdClassName
{
border-color: #50CE97;
}
.TagClassName
{
border-color: #50CE97;
}
</style>