Shades of Emerald #50D463
Tints of Emerald #50D463
RGB
CMYK
RGB Variations
Color information
#50D463 (or 0x50D463) is known color: Emerald. HEX triplet: 50, D4 and 63. RGB value is (80,212,99). Sum of RGB (Red+Green+Blue) = 80+212+99=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #50D463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D463 is #AF2B9C. Grayscale: #9F9F9F. Windows color (decimal): -11479965 or 6542416. OLE color: 6542416.
HSL color Cylindrical-coordinate representation of color #50D463: hue angle of 128.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D463 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 212 | 99 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.17 |
| HSL | 128.64º | 0.61% | 0.57% | - |
| HSV(B) | 128.64º | 0.62% | 0.83% | - |
| XYZ | 29.1 | 49.69 | 19.86 | - |
| YUV | 159.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 212 | 99 | 0.62 | 0 | 0.53 | 0.17 | 128.64 | 0.61 | 0.57 |
| Hex | 50 | D4 | 63 | 3E | 0 | 35 | 11 | 81 | 3D | 39 |
| Octal | 120 | 324 | 143 | 76 | 0 | 65 | 21 | 201 | 75 | 71 |
| Binary | 1010000 | 11010100 | 1100011 | 111110 | 0 | 110101 | 10001 | 10000001 | 111101 | 111001 |
Color Harmonies of #50D463
Complementary color
Monochromatic Colors of #50D463
Black with #50D463
Text Example
Text Example
White with #50D463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D463; }
p { color: rgb(80,212,99); }
H1.HeaderClassName
{
color: #50D463;
}
.AnyTagClassName
{
color: #50D463;
}
</style>
background-color css
<style>
a { background-color: #50D463; }
a { background-color: rgb(80,212,99); }
div.DivClassName
{
background-color: #50D463;
}
.BgClassName
{
background-color: #50D463;
}
</style>
border-color css
<style>
span { border-color: #50D463; }
span { border-color: rgb(80,212,99); }
td.TdClassName
{
border-color: #50D463;
}
.TagClassName
{
border-color: #50D463;
}
</style>