Shades of Emerald #50E574
Tints of Emerald #50E574
RGB
CMYK
RGB Variations
Color information
#50E574 (or 0x50E574) is known color: Emerald. HEX triplet: 50, E5 and 74. RGB value is (80,229,116). Sum of RGB (Red+Green+Blue) = 80+229+116=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 229 (89.84% from 255 or 53.88% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 229 - color contains mainly: green. Hex color #50E574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E574 is #AF1A8B. Grayscale: #ABABAB. Windows color (decimal): -11475596 or 7660880. OLE color: 7660880.
HSL color Cylindrical-coordinate representation of color #50E574: hue angle of 134.5º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E574 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 116 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.10 |
| HSL | 134.5º | 0.74% | 0.61% | - |
| HSV(B) | 134.5º | 0.65% | 0.9% | - |
| XYZ | 34.48 | 59.01 | 26.09 | - |
| YUV | 171.57 | 96.64 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 116 | 0.65 | 0 | 0.49 | 0.10 | 134.5 | 0.74 | 0.61 |
| Hex | 50 | E5 | 74 | 41 | 0 | 31 | A | 86 | 4A | 3D |
| Octal | 120 | 345 | 164 | 101 | 0 | 61 | 12 | 206 | 112 | 75 |
| Binary | 1010000 | 11100101 | 1110100 | 1000001 | 0 | 110001 | 1010 | 10000110 | 1001010 | 111101 |
Color Harmonies of #50E574
Complementary color
Monochromatic Colors of #50E574
Black with #50E574
Text Example
Text Example
White with #50E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E574; }
p { color: rgb(80,229,116); }
H1.HeaderClassName
{
color: #50E574;
}
.AnyTagClassName
{
color: #50E574;
}
</style>
background-color css
<style>
a { background-color: #50E574; }
a { background-color: rgb(80,229,116); }
div.DivClassName
{
background-color: #50E574;
}
.BgClassName
{
background-color: #50E574;
}
</style>
border-color css
<style>
span { border-color: #50E574; }
span { border-color: rgb(80,229,116); }
td.TdClassName
{
border-color: #50E574;
}
.TagClassName
{
border-color: #50E574;
}
</style>