Shades of Emerald #50DF7C
Tints of Emerald #50DF7C
RGB
CMYK
RGB Variations
Color information
#50DF7C (or 0x50DF7C) is known color: Emerald. HEX triplet: 50, DF and 7C. RGB value is (80,223,124). Sum of RGB (Red+Green+Blue) = 80+223+124=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DF7C is #AF2083. Grayscale: #A9A9A9. Windows color (decimal): -11477124 or 8183632. OLE color: 8183632.
HSL color Cylindrical-coordinate representation of color #50DF7C: hue angle of 138.46º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF7C is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 124 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.13 |
| HSL | 138.46º | 0.69% | 0.59% | - |
| HSV(B) | 138.46º | 0.64% | 0.87% | - |
| XYZ | 33.33 | 55.94 | 28.11 | - |
| YUV | 168.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 124 | 0.64 | 0 | 0.44 | 0.13 | 138.46 | 0.69 | 0.59 |
| Hex | 50 | DF | 7C | 40 | 0 | 2C | D | 8A | 45 | 3B |
| Octal | 120 | 337 | 174 | 100 | 0 | 54 | 15 | 212 | 105 | 73 |
| Binary | 1010000 | 11011111 | 1111100 | 1000000 | 0 | 101100 | 1101 | 10001010 | 1000101 | 111011 |
Color Harmonies of #50DF7C
Complementary color
Monochromatic Colors of #50DF7C
Black with #50DF7C
Text Example
Text Example
White with #50DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF7C; }
p { color: rgb(80,223,124); }
H1.HeaderClassName
{
color: #50DF7C;
}
.AnyTagClassName
{
color: #50DF7C;
}
</style>
background-color css
<style>
a { background-color: #50DF7C; }
a { background-color: rgb(80,223,124); }
div.DivClassName
{
background-color: #50DF7C;
}
.BgClassName
{
background-color: #50DF7C;
}
</style>
border-color css
<style>
span { border-color: #50DF7C; }
span { border-color: rgb(80,223,124); }
td.TdClassName
{
border-color: #50DF7C;
}
.TagClassName
{
border-color: #50DF7C;
}
</style>