Shades of Silver Tree #50CB90
Tints of Silver Tree #50CB90
RGB
CMYK
RGB Variations
Color information
#50CB90 (or 0x50CB90) is known color: Silver Tree. HEX triplet: 50, CB and 90. RGB value is (80,203,144). Sum of RGB (Red+Green+Blue) = 80+203+144=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CB90 is #AF346F. Grayscale: #9F9F9F. Windows color (decimal): -11482224 or 9489232. OLE color: 9489232.
HSL color Cylindrical-coordinate representation of color #50CB90: hue angle of 151.22º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB90 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 144 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.20 |
| HSL | 151.22º | 0.54% | 0.55% | - |
| HSV(B) | 151.22º | 0.61% | 0.8% | - |
| XYZ | 29.7 | 46.43 | 33.78 | - |
| YUV | 159.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 144 | 0.61 | 0 | 0.29 | 0.20 | 151.22 | 0.54 | 0.55 |
| Hex | 50 | CB | 90 | 3D | 0 | 1D | 14 | 97 | 36 | 37 |
| Octal | 120 | 313 | 220 | 75 | 0 | 35 | 24 | 227 | 66 | 67 |
| Binary | 1010000 | 11001011 | 10010000 | 111101 | 0 | 11101 | 10100 | 10010111 | 110110 | 110111 |
Color Harmonies of #50CB90
Complementary color
Monochromatic Colors of #50CB90
Black with #50CB90
Text Example
Text Example
White with #50CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB90; }
p { color: rgb(80,203,144); }
H1.HeaderClassName
{
color: #50CB90;
}
.AnyTagClassName
{
color: #50CB90;
}
</style>
background-color css
<style>
a { background-color: #50CB90; }
a { background-color: rgb(80,203,144); }
div.DivClassName
{
background-color: #50CB90;
}
.BgClassName
{
background-color: #50CB90;
}
</style>
border-color css
<style>
span { border-color: #50CB90; }
span { border-color: rgb(80,203,144); }
td.TdClassName
{
border-color: #50CB90;
}
.TagClassName
{
border-color: #50CB90;
}
</style>