Shades of Emerald #50D268
Tints of Emerald #50D268
RGB
CMYK
RGB Variations
Color information
#50D268 (or 0x50D268) is known color: Emerald. HEX triplet: 50, D2 and 68. RGB value is (80,210,104). Sum of RGB (Red+Green+Blue) = 80+210+104=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #50D268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D268 is #AF2D97. Grayscale: #9F9F9F. Windows color (decimal): -11480472 or 6869584. OLE color: 6869584.
HSL color Cylindrical-coordinate representation of color #50D268: hue angle of 131.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D268 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 104 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.18 |
| HSL | 131.08º | 0.59% | 0.57% | - |
| HSV(B) | 131.08º | 0.62% | 0.82% | - |
| XYZ | 28.85 | 48.8 | 20.99 | - |
| YUV | 159.05 | 96.93 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 104 | 0.62 | 0 | 0.50 | 0.18 | 131.08 | 0.59 | 0.57 |
| Hex | 50 | D2 | 68 | 3E | 0 | 32 | 12 | 83 | 3B | 39 |
| Octal | 120 | 322 | 150 | 76 | 0 | 62 | 22 | 203 | 73 | 71 |
| Binary | 1010000 | 11010010 | 1101000 | 111110 | 0 | 110010 | 10010 | 10000011 | 111011 | 111001 |
Color Harmonies of #50D268
Complementary color
Monochromatic Colors of #50D268
Black with #50D268
Text Example
Text Example
White with #50D268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D268; }
p { color: rgb(80,210,104); }
H1.HeaderClassName
{
color: #50D268;
}
.AnyTagClassName
{
color: #50D268;
}
</style>
background-color css
<style>
a { background-color: #50D268; }
a { background-color: rgb(80,210,104); }
div.DivClassName
{
background-color: #50D268;
}
.BgClassName
{
background-color: #50D268;
}
</style>
border-color css
<style>
span { border-color: #50D268; }
span { border-color: rgb(80,210,104); }
td.TdClassName
{
border-color: #50D268;
}
.TagClassName
{
border-color: #50D268;
}
</style>