Shades of Emerald #50D07F
Tints of Emerald #50D07F
RGB
CMYK
RGB Variations
Color information
#50D07F (or 0x50D07F) is known color: Emerald. HEX triplet: 50, D0 and 7F. RGB value is (80,208,127). Sum of RGB (Red+Green+Blue) = 80+208+127=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #50D07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D07F is #AF2F80. Grayscale: #A0A0A0. Windows color (decimal): -11480961 or 8376400. OLE color: 8376400.
HSL color Cylindrical-coordinate representation of color #50D07F: hue angle of 142.03º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D07F is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 127 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.18 |
| HSL | 142.03º | 0.58% | 0.56% | - |
| HSV(B) | 142.03º | 0.62% | 0.82% | - |
| XYZ | 29.69 | 48.35 | 27.85 | - |
| YUV | 160.49 | 109.09 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 127 | 0.62 | 0 | 0.39 | 0.18 | 142.03 | 0.58 | 0.56 |
| Hex | 50 | D0 | 7F | 3E | 0 | 27 | 12 | 8E | 3A | 38 |
| Octal | 120 | 320 | 177 | 76 | 0 | 47 | 22 | 216 | 72 | 70 |
| Binary | 1010000 | 11010000 | 1111111 | 111110 | 0 | 100111 | 10010 | 10001110 | 111010 | 111000 |
Color Harmonies of #50D07F
Complementary color
Monochromatic Colors of #50D07F
Black with #50D07F
Text Example
Text Example
White with #50D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D07F; }
p { color: rgb(80,208,127); }
H1.HeaderClassName
{
color: #50D07F;
}
.AnyTagClassName
{
color: #50D07F;
}
</style>
background-color css
<style>
a { background-color: #50D07F; }
a { background-color: rgb(80,208,127); }
div.DivClassName
{
background-color: #50D07F;
}
.BgClassName
{
background-color: #50D07F;
}
</style>
border-color css
<style>
span { border-color: #50D07F; }
span { border-color: rgb(80,208,127); }
td.TdClassName
{
border-color: #50D07F;
}
.TagClassName
{
border-color: #50D07F;
}
</style>