Shades of Emerald #50D574
Tints of Emerald #50D574
RGB
CMYK
RGB Variations
Color information
#50D574 (or 0x50D574) is known color: Emerald. HEX triplet: 50, D5 and 74. RGB value is (80,213,116). Sum of RGB (Red+Green+Blue) = 80+213+116=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #50D574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D574 is #AF2A8B. Grayscale: #A2A2A2. Windows color (decimal): -11479692 or 7656784. OLE color: 7656784.
HSL color Cylindrical-coordinate representation of color #50D574: hue angle of 136.24º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D574 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 116 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.16 |
| HSL | 136.24º | 0.61% | 0.57% | - |
| HSV(B) | 136.24º | 0.62% | 0.84% | - |
| XYZ | 30.25 | 50.55 | 24.69 | - |
| YUV | 162.18 | 101.94 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 116 | 0.62 | 0 | 0.46 | 0.16 | 136.24 | 0.61 | 0.57 |
| Hex | 50 | D5 | 74 | 3E | 0 | 2E | 10 | 88 | 3D | 39 |
| Octal | 120 | 325 | 164 | 76 | 0 | 56 | 20 | 210 | 75 | 71 |
| Binary | 1010000 | 11010101 | 1110100 | 111110 | 0 | 101110 | 10000 | 10001000 | 111101 | 111001 |
Color Harmonies of #50D574
Complementary color
Monochromatic Colors of #50D574
Black with #50D574
Text Example
Text Example
White with #50D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D574; }
p { color: rgb(80,213,116); }
H1.HeaderClassName
{
color: #50D574;
}
.AnyTagClassName
{
color: #50D574;
}
</style>
background-color css
<style>
a { background-color: #50D574; }
a { background-color: rgb(80,213,116); }
div.DivClassName
{
background-color: #50D574;
}
.BgClassName
{
background-color: #50D574;
}
</style>
border-color css
<style>
span { border-color: #50D574; }
span { border-color: rgb(80,213,116); }
td.TdClassName
{
border-color: #50D574;
}
.TagClassName
{
border-color: #50D574;
}
</style>