Shades of Emerald #50C281
Tints of Emerald #50C281
RGB
CMYK
RGB Variations
Color information
#50C281 (or 0x50C281) is known color: Emerald. HEX triplet: 50, C2 and 81. RGB value is (80,194,129). Sum of RGB (Red+Green+Blue) = 80+194+129=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #50C281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C281 is #AF3D7E. Grayscale: #989898. Windows color (decimal): -11484543 or 8503888. OLE color: 8503888.
HSL color Cylindrical-coordinate representation of color #50C281: hue angle of 145.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C281 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 129 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.24 |
| HSL | 145.79º | 0.48% | 0.54% | - |
| HSV(B) | 145.79º | 0.59% | 0.76% | - |
| XYZ | 26.56 | 41.87 | 27.45 | - |
| YUV | 152.5 | 114.73 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 129 | 0.59 | 0 | 0.34 | 0.24 | 145.79 | 0.48 | 0.54 |
| Hex | 50 | C2 | 81 | 3B | 0 | 22 | 18 | 92 | 30 | 36 |
| Octal | 120 | 302 | 201 | 73 | 0 | 42 | 30 | 222 | 60 | 66 |
| Binary | 1010000 | 11000010 | 10000001 | 111011 | 0 | 100010 | 11000 | 10010010 | 110000 | 110110 |
Color Harmonies of #50C281
Complementary color
Monochromatic Colors of #50C281
Black with #50C281
Text Example
Text Example
White with #50C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C281; }
p { color: rgb(80,194,129); }
H1.HeaderClassName
{
color: #50C281;
}
.AnyTagClassName
{
color: #50C281;
}
</style>
background-color css
<style>
a { background-color: #50C281; }
a { background-color: rgb(80,194,129); }
div.DivClassName
{
background-color: #50C281;
}
.BgClassName
{
background-color: #50C281;
}
</style>
border-color css
<style>
span { border-color: #50C281; }
span { border-color: rgb(80,194,129); }
td.TdClassName
{
border-color: #50C281;
}
.TagClassName
{
border-color: #50C281;
}
</style>