Shades of Silver Tree #50CE90
Tints of Silver Tree #50CE90
RGB
CMYK
RGB Variations
Color information
#50CE90 (or 0x50CE90) is known color: Silver Tree. HEX triplet: 50, CE and 90. RGB value is (80,206,144). Sum of RGB (Red+Green+Blue) = 80+206+144=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE90 is #AF316F. Grayscale: #A1A1A1. Windows color (decimal): -11481456 or 9490000. OLE color: 9490000.
HSL color Cylindrical-coordinate representation of color #50CE90: hue angle of 150.48º 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 #50CE90 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 144 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.19 |
| HSL | 150.48º | 0.56% | 0.56% | - |
| HSV(B) | 150.48º | 0.61% | 0.81% | - |
| XYZ | 30.41 | 47.86 | 34.02 | - |
| YUV | 161.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 144 | 0.61 | 0 | 0.30 | 0.19 | 150.48 | 0.56 | 0.56 |
| Hex | 50 | CE | 90 | 3D | 0 | 1E | 13 | 96 | 38 | 38 |
| Octal | 120 | 316 | 220 | 75 | 0 | 36 | 23 | 226 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10010000 | 111101 | 0 | 11110 | 10011 | 10010110 | 111000 | 111000 |
Color Harmonies of #50CE90
Complementary color
Monochromatic Colors of #50CE90
Black with #50CE90
Text Example
Text Example
White with #50CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE90; }
p { color: rgb(80,206,144); }
H1.HeaderClassName
{
color: #50CE90;
}
.AnyTagClassName
{
color: #50CE90;
}
</style>
background-color css
<style>
a { background-color: #50CE90; }
a { background-color: rgb(80,206,144); }
div.DivClassName
{
background-color: #50CE90;
}
.BgClassName
{
background-color: #50CE90;
}
</style>
border-color css
<style>
span { border-color: #50CE90; }
span { border-color: rgb(80,206,144); }
td.TdClassName
{
border-color: #50CE90;
}
.TagClassName
{
border-color: #50CE90;
}
</style>