Shades of Emerald #50E26F
Tints of Emerald #50E26F
RGB
CMYK
RGB Variations
Color information
#50E26F (or 0x50E26F) is known color: Emerald. HEX triplet: 50, E2 and 6F. RGB value is (80,226,111). Sum of RGB (Red+Green+Blue) = 80+226+111=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 226 (88.67% from 255 or 54.20% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 226 - color contains mainly: green. Hex color #50E26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E26F is #AF1D90. Grayscale: #A9A9A9. Windows color (decimal): -11476369 or 7332432. OLE color: 7332432.
HSL color Cylindrical-coordinate representation of color #50E26F: hue angle of 132.74º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E26F is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 111 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.11 |
| HSL | 132.74º | 0.72% | 0.6% | - |
| HSV(B) | 132.74º | 0.65% | 0.89% | - |
| XYZ | 33.37 | 57.25 | 24.33 | - |
| YUV | 169.24 | 95.13 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 111 | 0.65 | 0 | 0.51 | 0.11 | 132.74 | 0.72 | 0.6 |
| Hex | 50 | E2 | 6F | 41 | 0 | 33 | B | 85 | 48 | 3C |
| Octal | 120 | 342 | 157 | 101 | 0 | 63 | 13 | 205 | 110 | 74 |
| Binary | 1010000 | 11100010 | 1101111 | 1000001 | 0 | 110011 | 1011 | 10000101 | 1001000 | 111100 |
Color Harmonies of #50E26F
Complementary color
Monochromatic Colors of #50E26F
Black with #50E26F
Text Example
Text Example
White with #50E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E26F; }
p { color: rgb(80,226,111); }
H1.HeaderClassName
{
color: #50E26F;
}
.AnyTagClassName
{
color: #50E26F;
}
</style>
background-color css
<style>
a { background-color: #50E26F; }
a { background-color: rgb(80,226,111); }
div.DivClassName
{
background-color: #50E26F;
}
.BgClassName
{
background-color: #50E26F;
}
</style>
border-color css
<style>
span { border-color: #50E26F; }
span { border-color: rgb(80,226,111); }
td.TdClassName
{
border-color: #50E26F;
}
.TagClassName
{
border-color: #50E26F;
}
</style>