Shades of Emerald #50D390
Tints of Emerald #50D390
RGB
CMYK
RGB Variations
Color information
#50D390 (or 0x50D390) is known color: Emerald. HEX triplet: 50, D3 and 90. RGB value is (80,211,144). Sum of RGB (Red+Green+Blue) = 80+211+144=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #50D390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D390 is #AF2C6F. Grayscale: #A4A4A4. Windows color (decimal): -11480176 or 9491280. OLE color: 9491280.
HSL color Cylindrical-coordinate representation of color #50D390: hue angle of 149.31º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D390 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 144 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.17 |
| HSL | 149.31º | 0.6% | 0.57% | - |
| HSV(B) | 149.31º | 0.62% | 0.83% | - |
| XYZ | 31.64 | 50.31 | 34.43 | - |
| YUV | 164.19 | 116.6 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 144 | 0.62 | 0 | 0.32 | 0.17 | 149.31 | 0.6 | 0.57 |
| Hex | 50 | D3 | 90 | 3E | 0 | 20 | 11 | 95 | 3C | 39 |
| Octal | 120 | 323 | 220 | 76 | 0 | 40 | 21 | 225 | 74 | 71 |
| Binary | 1010000 | 11010011 | 10010000 | 111110 | 0 | 100000 | 10001 | 10010101 | 111100 | 111001 |
Color Harmonies of #50D390
Complementary color
Monochromatic Colors of #50D390
Black with #50D390
Text Example
Text Example
White with #50D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D390; }
p { color: rgb(80,211,144); }
H1.HeaderClassName
{
color: #50D390;
}
.AnyTagClassName
{
color: #50D390;
}
</style>
background-color css
<style>
a { background-color: #50D390; }
a { background-color: rgb(80,211,144); }
div.DivClassName
{
background-color: #50D390;
}
.BgClassName
{
background-color: #50D390;
}
</style>
border-color css
<style>
span { border-color: #50D390; }
span { border-color: rgb(80,211,144); }
td.TdClassName
{
border-color: #50D390;
}
.TagClassName
{
border-color: #50D390;
}
</style>