Shades of Emerald #50D27C
Tints of Emerald #50D27C
RGB
CMYK
RGB Variations
Color information
#50D27C (or 0x50D27C) is known color: Emerald. HEX triplet: 50, D2 and 7C. RGB value is (80,210,124). Sum of RGB (Red+Green+Blue) = 80+210+124=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #50D27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D27C is #AF2D83. Grayscale: #A1A1A1. Windows color (decimal): -11480452 or 8180304. OLE color: 8180304.
HSL color Cylindrical-coordinate representation of color #50D27C: hue angle of 140.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D27C is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 124 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.18 |
| HSL | 140.31º | 0.59% | 0.57% | - |
| HSV(B) | 140.31º | 0.62% | 0.82% | - |
| XYZ | 29.99 | 49.25 | 26.99 | - |
| YUV | 161.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 124 | 0.62 | 0 | 0.41 | 0.18 | 140.31 | 0.59 | 0.57 |
| Hex | 50 | D2 | 7C | 3E | 0 | 29 | 12 | 8C | 3B | 39 |
| Octal | 120 | 322 | 174 | 76 | 0 | 51 | 22 | 214 | 73 | 71 |
| Binary | 1010000 | 11010010 | 1111100 | 111110 | 0 | 101001 | 10010 | 10001100 | 111011 | 111001 |
Color Harmonies of #50D27C
Complementary color
Monochromatic Colors of #50D27C
Black with #50D27C
Text Example
Text Example
White with #50D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D27C; }
p { color: rgb(80,210,124); }
H1.HeaderClassName
{
color: #50D27C;
}
.AnyTagClassName
{
color: #50D27C;
}
</style>
background-color css
<style>
a { background-color: #50D27C; }
a { background-color: rgb(80,210,124); }
div.DivClassName
{
background-color: #50D27C;
}
.BgClassName
{
background-color: #50D27C;
}
</style>
border-color css
<style>
span { border-color: #50D27C; }
span { border-color: rgb(80,210,124); }
td.TdClassName
{
border-color: #50D27C;
}
.TagClassName
{
border-color: #50D27C;
}
</style>