Shades of Emerald #50D785
Tints of Emerald #50D785
RGB
CMYK
RGB Variations
Color information
#50D785 (or 0x50D785) is known color: Emerald. HEX triplet: 50, D7 and 85. RGB value is (80,215,133). Sum of RGB (Red+Green+Blue) = 80+215+133=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #50D785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D785 is #AF287A. Grayscale: #A5A5A5. Windows color (decimal): -11479163 or 8771408. OLE color: 8771408.
HSL color Cylindrical-coordinate representation of color #50D785: hue angle of 143.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D785 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 133 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.16 |
| HSL | 143.56º | 0.63% | 0.58% | - |
| HSV(B) | 143.56º | 0.63% | 0.84% | - |
| XYZ | 31.84 | 52 | 30.55 | - |
| YUV | 165.29 | 109.77 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 133 | 0.63 | 0 | 0.38 | 0.16 | 143.56 | 0.63 | 0.58 |
| Hex | 50 | D7 | 85 | 3F | 0 | 26 | 10 | 90 | 3F | 3A |
| Octal | 120 | 327 | 205 | 77 | 0 | 46 | 20 | 220 | 77 | 72 |
| Binary | 1010000 | 11010111 | 10000101 | 111111 | 0 | 100110 | 10000 | 10010000 | 111111 | 111010 |
Color Harmonies of #50D785
Complementary color
Monochromatic Colors of #50D785
Black with #50D785
Text Example
Text Example
White with #50D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D785; }
p { color: rgb(80,215,133); }
H1.HeaderClassName
{
color: #50D785;
}
.AnyTagClassName
{
color: #50D785;
}
</style>
background-color css
<style>
a { background-color: #50D785; }
a { background-color: rgb(80,215,133); }
div.DivClassName
{
background-color: #50D785;
}
.BgClassName
{
background-color: #50D785;
}
</style>
border-color css
<style>
span { border-color: #50D785; }
span { border-color: rgb(80,215,133); }
td.TdClassName
{
border-color: #50D785;
}
.TagClassName
{
border-color: #50D785;
}
</style>