Shades of Emerald #50DD61
Tints of Emerald #50DD61
RGB
CMYK
RGB Variations
Color information
#50DD61 (or 0x50DD61) is known color: Emerald. HEX triplet: 50, DD and 61. RGB value is (80,221,97). Sum of RGB (Red+Green+Blue) = 80+221+97=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DD61 is #AF229E. Grayscale: #A5A5A5. Windows color (decimal): -11477663 or 6413648. OLE color: 6413648.
HSL color Cylindrical-coordinate representation of color #50DD61: hue angle of 127.23º degrees, saturation: 0.67, 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 #50DD61 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 97 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.13 |
| HSL | 127.23º | 0.67% | 0.59% | - |
| HSV(B) | 127.23º | 0.64% | 0.87% | - |
| XYZ | 31.32 | 54.28 | 20.14 | - |
| YUV | 164.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 97 | 0.64 | 0 | 0.56 | 0.13 | 127.23 | 0.67 | 0.59 |
| Hex | 50 | DD | 61 | 40 | 0 | 38 | D | 7F | 43 | 3B |
| Octal | 120 | 335 | 141 | 100 | 0 | 70 | 15 | 177 | 103 | 73 |
| Binary | 1010000 | 11011101 | 1100001 | 1000000 | 0 | 111000 | 1101 | 1111111 | 1000011 | 111011 |
Color Harmonies of #50DD61
Complementary color
Monochromatic Colors of #50DD61
Black with #50DD61
Text Example
Text Example
White with #50DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DD61; }
p { color: rgb(80,221,97); }
H1.HeaderClassName
{
color: #50DD61;
}
.AnyTagClassName
{
color: #50DD61;
}
</style>
background-color css
<style>
a { background-color: #50DD61; }
a { background-color: rgb(80,221,97); }
div.DivClassName
{
background-color: #50DD61;
}
.BgClassName
{
background-color: #50DD61;
}
</style>
border-color css
<style>
span { border-color: #50DD61; }
span { border-color: rgb(80,221,97); }
td.TdClassName
{
border-color: #50DD61;
}
.TagClassName
{
border-color: #50DD61;
}
</style>