Shades of Silver Tree #50CD90
Tints of Silver Tree #50CD90
RGB
CMYK
RGB Variations
Color information
#50CD90 (or 0x50CD90) is known color: Silver Tree. HEX triplet: 50, CD and 90. RGB value is (80,205,144). Sum of RGB (Red+Green+Blue) = 80+205+144=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD90 is #AF326F. Grayscale: #A0A0A0. Windows color (decimal): -11481712 or 9489744. OLE color: 9489744.
HSL color Cylindrical-coordinate representation of color #50CD90: hue angle of 150.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CD90 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 144 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.20 |
| HSL | 150.72º | 0.56% | 0.56% | - |
| HSV(B) | 150.72º | 0.61% | 0.8% | - |
| XYZ | 30.17 | 47.38 | 33.94 | - |
| YUV | 160.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 144 | 0.61 | 0 | 0.30 | 0.20 | 150.72 | 0.56 | 0.56 |
| Hex | 50 | CD | 90 | 3D | 0 | 1E | 14 | 97 | 38 | 38 |
| Octal | 120 | 315 | 220 | 75 | 0 | 36 | 24 | 227 | 70 | 70 |
| Binary | 1010000 | 11001101 | 10010000 | 111101 | 0 | 11110 | 10100 | 10010111 | 111000 | 111000 |
Color Harmonies of #50CD90
Complementary color
Monochromatic Colors of #50CD90
Black with #50CD90
Text Example
Text Example
White with #50CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CD90; }
p { color: rgb(80,205,144); }
H1.HeaderClassName
{
color: #50CD90;
}
.AnyTagClassName
{
color: #50CD90;
}
</style>
background-color css
<style>
a { background-color: #50CD90; }
a { background-color: rgb(80,205,144); }
div.DivClassName
{
background-color: #50CD90;
}
.BgClassName
{
background-color: #50CD90;
}
</style>
border-color css
<style>
span { border-color: #50CD90; }
span { border-color: rgb(80,205,144); }
td.TdClassName
{
border-color: #50CD90;
}
.TagClassName
{
border-color: #50CD90;
}
</style>