Shades of Emerald #50D28B
Tints of Emerald #50D28B
RGB
CMYK
RGB Variations
Color information
#50D28B (or 0x50D28B) is known color: Emerald. HEX triplet: 50, D2 and 8B. RGB value is (80,210,139). Sum of RGB (Red+Green+Blue) = 80+210+139=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #50D28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D28B is #AF2D74. Grayscale: #A3A3A3. Windows color (decimal): -11480437 or 9163344. OLE color: 9163344.
HSL color Cylindrical-coordinate representation of color #50D28B: hue angle of 147.23º 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 #50D28B is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 139 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.18 |
| HSL | 147.23º | 0.59% | 0.57% | - |
| HSV(B) | 147.23º | 0.62% | 0.82% | - |
| XYZ | 31.02 | 49.66 | 32.38 | - |
| YUV | 163.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 139 | 0.62 | 0 | 0.34 | 0.18 | 147.23 | 0.59 | 0.57 |
| Hex | 50 | D2 | 8B | 3E | 0 | 22 | 12 | 93 | 3B | 39 |
| Octal | 120 | 322 | 213 | 76 | 0 | 42 | 22 | 223 | 73 | 71 |
| Binary | 1010000 | 11010010 | 10001011 | 111110 | 0 | 100010 | 10010 | 10010011 | 111011 | 111001 |
Color Harmonies of #50D28B
Complementary color
Monochromatic Colors of #50D28B
Black with #50D28B
Text Example
Text Example
White with #50D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D28B; }
p { color: rgb(80,210,139); }
H1.HeaderClassName
{
color: #50D28B;
}
.AnyTagClassName
{
color: #50D28B;
}
</style>
background-color css
<style>
a { background-color: #50D28B; }
a { background-color: rgb(80,210,139); }
div.DivClassName
{
background-color: #50D28B;
}
.BgClassName
{
background-color: #50D28B;
}
</style>
border-color css
<style>
span { border-color: #50D28B; }
span { border-color: rgb(80,210,139); }
td.TdClassName
{
border-color: #50D28B;
}
.TagClassName
{
border-color: #50D28B;
}
</style>