Shades of Emerald #50D572
Tints of Emerald #50D572
RGB
CMYK
RGB Variations
Color information
#50D572 (or 0x50D572) is known color: Emerald. HEX triplet: 50, D5 and 72. RGB value is (80,213,114). Sum of RGB (Red+Green+Blue) = 80+213+114=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #50D572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D572 is #AF2A8D. Grayscale: #A2A2A2. Windows color (decimal): -11479694 or 7525712. OLE color: 7525712.
HSL color Cylindrical-coordinate representation of color #50D572: hue angle of 135.34º 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 #50D572 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 114 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.16 |
| HSL | 135.34º | 0.61% | 0.57% | - |
| HSV(B) | 135.34º | 0.62% | 0.84% | - |
| XYZ | 30.14 | 50.51 | 24.08 | - |
| YUV | 161.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 114 | 0.62 | 0 | 0.46 | 0.16 | 135.34 | 0.61 | 0.57 |
| Hex | 50 | D5 | 72 | 3E | 0 | 2E | 10 | 87 | 3D | 39 |
| Octal | 120 | 325 | 162 | 76 | 0 | 56 | 20 | 207 | 75 | 71 |
| Binary | 1010000 | 11010101 | 1110010 | 111110 | 0 | 101110 | 10000 | 10000111 | 111101 | 111001 |
Color Harmonies of #50D572
Complementary color
Monochromatic Colors of #50D572
Black with #50D572
Text Example
Text Example
White with #50D572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D572; }
p { color: rgb(80,213,114); }
H1.HeaderClassName
{
color: #50D572;
}
.AnyTagClassName
{
color: #50D572;
}
</style>
background-color css
<style>
a { background-color: #50D572; }
a { background-color: rgb(80,213,114); }
div.DivClassName
{
background-color: #50D572;
}
.BgClassName
{
background-color: #50D572;
}
</style>
border-color css
<style>
span { border-color: #50D572; }
span { border-color: rgb(80,213,114); }
td.TdClassName
{
border-color: #50D572;
}
.TagClassName
{
border-color: #50D572;
}
</style>