Shades of Emerald #50DF84
Tints of Emerald #50DF84
RGB
CMYK
RGB Variations
Color information
#50DF84 (or 0x50DF84) is known color: Emerald. HEX triplet: 50, DF and 84. RGB value is (80,223,132). Sum of RGB (Red+Green+Blue) = 80+223+132=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF84 is #AF207B. Grayscale: #AAAAAA. Windows color (decimal): -11477116 or 8707920. OLE color: 8707920.
HSL color Cylindrical-coordinate representation of color #50DF84: hue angle of 141.82º 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 #50DF84 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 132 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.13 |
| HSL | 141.82º | 0.69% | 0.59% | - |
| HSV(B) | 141.82º | 0.64% | 0.87% | - |
| XYZ | 33.86 | 56.15 | 30.88 | - |
| YUV | 169.87 | 106.62 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 132 | 0.64 | 0 | 0.41 | 0.13 | 141.82 | 0.69 | 0.59 |
| Hex | 50 | DF | 84 | 40 | 0 | 29 | D | 8E | 45 | 3B |
| Octal | 120 | 337 | 204 | 100 | 0 | 51 | 15 | 216 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10000100 | 1000000 | 0 | 101001 | 1101 | 10001110 | 1000101 | 111011 |
Color Harmonies of #50DF84
Complementary color
Monochromatic Colors of #50DF84
Black with #50DF84
Text Example
Text Example
White with #50DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF84; }
p { color: rgb(80,223,132); }
H1.HeaderClassName
{
color: #50DF84;
}
.AnyTagClassName
{
color: #50DF84;
}
</style>
background-color css
<style>
a { background-color: #50DF84; }
a { background-color: rgb(80,223,132); }
div.DivClassName
{
background-color: #50DF84;
}
.BgClassName
{
background-color: #50DF84;
}
</style>
border-color css
<style>
span { border-color: #50DF84; }
span { border-color: rgb(80,223,132); }
td.TdClassName
{
border-color: #50DF84;
}
.TagClassName
{
border-color: #50DF84;
}
</style>