Shades of Emerald #50DD68
Tints of Emerald #50DD68
RGB
CMYK
RGB Variations
Color information
#50DD68 (or 0x50DD68) is known color: Emerald. HEX triplet: 50, DD and 68. RGB value is (80,221,104). Sum of RGB (Red+Green+Blue) = 80+221+104=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DD68 is #AF2297. Grayscale: #A5A5A5. Windows color (decimal): -11477656 or 6872400. OLE color: 6872400.
HSL color Cylindrical-coordinate representation of color #50DD68: hue angle of 130.21º 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 #50DD68 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 104 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.13 |
| HSL | 130.21º | 0.67% | 0.59% | - |
| HSV(B) | 130.21º | 0.64% | 0.87% | - |
| XYZ | 31.66 | 54.42 | 21.93 | - |
| YUV | 165.5 | 93.29 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 104 | 0.64 | 0 | 0.53 | 0.13 | 130.21 | 0.67 | 0.59 |
| Hex | 50 | DD | 68 | 40 | 0 | 35 | D | 82 | 43 | 3B |
| Octal | 120 | 335 | 150 | 100 | 0 | 65 | 15 | 202 | 103 | 73 |
| Binary | 1010000 | 11011101 | 1101000 | 1000000 | 0 | 110101 | 1101 | 10000010 | 1000011 | 111011 |
Color Harmonies of #50DD68
Complementary color
Monochromatic Colors of #50DD68
Black with #50DD68
Text Example
Text Example
White with #50DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DD68; }
p { color: rgb(80,221,104); }
H1.HeaderClassName
{
color: #50DD68;
}
.AnyTagClassName
{
color: #50DD68;
}
</style>
background-color css
<style>
a { background-color: #50DD68; }
a { background-color: rgb(80,221,104); }
div.DivClassName
{
background-color: #50DD68;
}
.BgClassName
{
background-color: #50DD68;
}
</style>
border-color css
<style>
span { border-color: #50DD68; }
span { border-color: rgb(80,221,104); }
td.TdClassName
{
border-color: #50DD68;
}
.TagClassName
{
border-color: #50DD68;
}
</style>