Shades of Emerald #50E275
Tints of Emerald #50E275
RGB
CMYK
RGB Variations
Color information
#50E275 (or 0x50E275) is known color: Emerald. HEX triplet: 50, E2 and 75. RGB value is (80,226,117). Sum of RGB (Red+Green+Blue) = 80+226+117=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #50E275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E275 is #AF1D8A. Grayscale: #AAAAAA. Windows color (decimal): -11476363 or 7725648. OLE color: 7725648.
HSL color Cylindrical-coordinate representation of color #50E275: hue angle of 135.21º 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 #50E275 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 117 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.11 |
| HSL | 135.21º | 0.72% | 0.6% | - |
| HSV(B) | 135.21º | 0.65% | 0.89% | - |
| XYZ | 33.72 | 57.38 | 26.13 | - |
| YUV | 169.92 | 98.13 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 117 | 0.65 | 0 | 0.48 | 0.11 | 135.21 | 0.72 | 0.6 |
| Hex | 50 | E2 | 75 | 41 | 0 | 30 | B | 87 | 48 | 3C |
| Octal | 120 | 342 | 165 | 101 | 0 | 60 | 13 | 207 | 110 | 74 |
| Binary | 1010000 | 11100010 | 1110101 | 1000001 | 0 | 110000 | 1011 | 10000111 | 1001000 | 111100 |
Color Harmonies of #50E275
Complementary color
Monochromatic Colors of #50E275
Black with #50E275
Text Example
Text Example
White with #50E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E275; }
p { color: rgb(80,226,117); }
H1.HeaderClassName
{
color: #50E275;
}
.AnyTagClassName
{
color: #50E275;
}
</style>
background-color css
<style>
a { background-color: #50E275; }
a { background-color: rgb(80,226,117); }
div.DivClassName
{
background-color: #50E275;
}
.BgClassName
{
background-color: #50E275;
}
</style>
border-color css
<style>
span { border-color: #50E275; }
span { border-color: rgb(80,226,117); }
td.TdClassName
{
border-color: #50E275;
}
.TagClassName
{
border-color: #50E275;
}
</style>