Shades of Emerald #50D45C
Tints of Emerald #50D45C
RGB
CMYK
RGB Variations
Color information
#50D45C (or 0x50D45C) is known color: Emerald. HEX triplet: 50, D4 and 5C. RGB value is (80,212,92). Sum of RGB (Red+Green+Blue) = 80+212+92=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #50D45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D45C is #AF2BA3. Grayscale: #9F9F9F. Windows color (decimal): -11479972 or 6083664. OLE color: 6083664.
HSL color Cylindrical-coordinate representation of color #50D45C: hue angle of 125.45º 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 #50D45C is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 212 | 92 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.17 |
| HSL | 125.45º | 0.61% | 0.57% | - |
| HSV(B) | 125.45º | 0.62% | 0.83% | - |
| XYZ | 28.78 | 49.57 | 18.18 | - |
| YUV | 158.85 | 90.27 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 212 | 92 | 0.62 | 0 | 0.57 | 0.17 | 125.45 | 0.61 | 0.57 |
| Hex | 50 | D4 | 5C | 3E | 0 | 39 | 11 | 7D | 3D | 39 |
| Octal | 120 | 324 | 134 | 76 | 0 | 71 | 21 | 175 | 75 | 71 |
| Binary | 1010000 | 11010100 | 1011100 | 111110 | 0 | 111001 | 10001 | 1111101 | 111101 | 111001 |
Color Harmonies of #50D45C
Complementary color
Monochromatic Colors of #50D45C
Black with #50D45C
Text Example
Text Example
White with #50D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D45C; }
p { color: rgb(80,212,92); }
H1.HeaderClassName
{
color: #50D45C;
}
.AnyTagClassName
{
color: #50D45C;
}
</style>
background-color css
<style>
a { background-color: #50D45C; }
a { background-color: rgb(80,212,92); }
div.DivClassName
{
background-color: #50D45C;
}
.BgClassName
{
background-color: #50D45C;
}
</style>
border-color css
<style>
span { border-color: #50D45C; }
span { border-color: rgb(80,212,92); }
td.TdClassName
{
border-color: #50D45C;
}
.TagClassName
{
border-color: #50D45C;
}
</style>