Shades of Emerald #50D68C
Tints of Emerald #50D68C
RGB
CMYK
RGB Variations
Color information
#50D68C (or 0x50D68C) is known color: Emerald. HEX triplet: 50, D6 and 8C. RGB value is (80,214,140). Sum of RGB (Red+Green+Blue) = 80+214+140=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #50D68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D68C is #AF2973. Grayscale: #A5A5A5. Windows color (decimal): -11479412 or 9229904. OLE color: 9229904.
HSL color Cylindrical-coordinate representation of color #50D68C: hue angle of 146.87º degrees, saturation: 0.62, 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 #50D68C is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 140 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.16 |
| HSL | 146.87º | 0.62% | 0.58% | - |
| HSV(B) | 146.87º | 0.63% | 0.84% | - |
| XYZ | 32.09 | 51.69 | 33.1 | - |
| YUV | 165.5 | 113.61 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 140 | 0.63 | 0 | 0.35 | 0.16 | 146.87 | 0.62 | 0.58 |
| Hex | 50 | D6 | 8C | 3F | 0 | 23 | 10 | 93 | 3E | 3A |
| Octal | 120 | 326 | 214 | 77 | 0 | 43 | 20 | 223 | 76 | 72 |
| Binary | 1010000 | 11010110 | 10001100 | 111111 | 0 | 100011 | 10000 | 10010011 | 111110 | 111010 |
Color Harmonies of #50D68C
Complementary color
Monochromatic Colors of #50D68C
Black with #50D68C
Text Example
Text Example
White with #50D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D68C; }
p { color: rgb(80,214,140); }
H1.HeaderClassName
{
color: #50D68C;
}
.AnyTagClassName
{
color: #50D68C;
}
</style>
background-color css
<style>
a { background-color: #50D68C; }
a { background-color: rgb(80,214,140); }
div.DivClassName
{
background-color: #50D68C;
}
.BgClassName
{
background-color: #50D68C;
}
</style>
border-color css
<style>
span { border-color: #50D68C; }
span { border-color: rgb(80,214,140); }
td.TdClassName
{
border-color: #50D68C;
}
.TagClassName
{
border-color: #50D68C;
}
</style>