Shades of Emerald #50D75C
Tints of Emerald #50D75C
RGB
CMYK
RGB Variations
Color information
#50D75C (or 0x50D75C) is known color: Emerald. HEX triplet: 50, D7 and 5C. RGB value is (80,215,92). Sum of RGB (Red+Green+Blue) = 80+215+92=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #50D75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D75C is #AF28A3. Grayscale: #A0A0A0. Windows color (decimal): -11479204 or 6084432. OLE color: 6084432.
HSL color Cylindrical-coordinate representation of color #50D75C: hue angle of 125.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D75C is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 92 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.16 |
| HSL | 125.33º | 0.63% | 0.58% | - |
| HSV(B) | 125.33º | 0.63% | 0.84% | - |
| XYZ | 29.54 | 51.08 | 18.43 | - |
| YUV | 160.61 | 89.27 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 92 | 0.63 | 0 | 0.57 | 0.16 | 125.33 | 0.63 | 0.58 |
| Hex | 50 | D7 | 5C | 3F | 0 | 39 | 10 | 7D | 3F | 3A |
| Octal | 120 | 327 | 134 | 77 | 0 | 71 | 20 | 175 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1011100 | 111111 | 0 | 111001 | 10000 | 1111101 | 111111 | 111010 |
Color Harmonies of #50D75C
Complementary color
Monochromatic Colors of #50D75C
Black with #50D75C
Text Example
Text Example
White with #50D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D75C; }
p { color: rgb(80,215,92); }
H1.HeaderClassName
{
color: #50D75C;
}
.AnyTagClassName
{
color: #50D75C;
}
</style>
background-color css
<style>
a { background-color: #50D75C; }
a { background-color: rgb(80,215,92); }
div.DivClassName
{
background-color: #50D75C;
}
.BgClassName
{
background-color: #50D75C;
}
</style>
border-color css
<style>
span { border-color: #50D75C; }
span { border-color: rgb(80,215,92); }
td.TdClassName
{
border-color: #50D75C;
}
.TagClassName
{
border-color: #50D75C;
}
</style>