Shades of Silver Tree #50BD8A
Tints of Silver Tree #50BD8A
RGB
CMYK
RGB Variations
Color information
#50BD8A (or 0x50BD8A) is known color: Silver Tree. HEX triplet: 50, BD and 8A. RGB value is (80,189,138). Sum of RGB (Red+Green+Blue) = 80+189+138=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BD8A is #AF4275. Grayscale: #969696. Windows color (decimal): -11485814 or 9092432. OLE color: 9092432.
HSL color Cylindrical-coordinate representation of color #50BD8A: hue angle of 151.93º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD8A is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 138 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.26 |
| HSL | 151.93º | 0.45% | 0.53% | - |
| HSV(B) | 151.93º | 0.58% | 0.74% | - |
| XYZ | 26.09 | 39.94 | 30.38 | - |
| YUV | 150.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 138 | 0.58 | 0 | 0.27 | 0.26 | 151.93 | 0.45 | 0.53 |
| Hex | 50 | BD | 8A | 3A | 0 | 1B | 1A | 98 | 2D | 35 |
| Octal | 120 | 275 | 212 | 72 | 0 | 33 | 32 | 230 | 55 | 65 |
| Binary | 1010000 | 10111101 | 10001010 | 111010 | 0 | 11011 | 11010 | 10011000 | 101101 | 110101 |
Color Harmonies of #50BD8A
Complementary color
Monochromatic Colors of #50BD8A
Black with #50BD8A
Text Example
Text Example
White with #50BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD8A; }
p { color: rgb(80,189,138); }
H1.HeaderClassName
{
color: #50BD8A;
}
.AnyTagClassName
{
color: #50BD8A;
}
</style>
background-color css
<style>
a { background-color: #50BD8A; }
a { background-color: rgb(80,189,138); }
div.DivClassName
{
background-color: #50BD8A;
}
.BgClassName
{
background-color: #50BD8A;
}
</style>
border-color css
<style>
span { border-color: #50BD8A; }
span { border-color: rgb(80,189,138); }
td.TdClassName
{
border-color: #50BD8A;
}
.TagClassName
{
border-color: #50BD8A;
}
</style>