Shades of Emerald #50EA70
Tints of Emerald #50EA70
RGB
CMYK
RGB Variations
Color information
#50EA70 (or 0x50EA70) is known color: Emerald. HEX triplet: 50, EA and 70. RGB value is (80,234,112). Sum of RGB (Red+Green+Blue) = 80+234+112=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA70 is #AF158F. Grayscale: #AEAEAE. Windows color (decimal): -11474320 or 7400016. OLE color: 7400016.
HSL color Cylindrical-coordinate representation of color #50EA70: hue angle of 132.47º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA70 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 112 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.08 |
| HSL | 132.47º | 0.79% | 0.62% | - |
| HSV(B) | 132.47º | 0.66% | 0.92% | - |
| XYZ | 35.66 | 61.72 | 25.36 | - |
| YUV | 174.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 112 | 0.66 | 0 | 0.52 | 0.08 | 132.47 | 0.79 | 0.62 |
| Hex | 50 | EA | 70 | 42 | 0 | 34 | 8 | 84 | 4F | 3E |
| Octal | 120 | 352 | 160 | 102 | 0 | 64 | 10 | 204 | 117 | 76 |
| Binary | 1010000 | 11101010 | 1110000 | 1000010 | 0 | 110100 | 1000 | 10000100 | 1001111 | 111110 |
Color Harmonies of #50EA70
Complementary color
Monochromatic Colors of #50EA70
Black with #50EA70
Text Example
Text Example
White with #50EA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA70; }
p { color: rgb(80,234,112); }
H1.HeaderClassName
{
color: #50EA70;
}
.AnyTagClassName
{
color: #50EA70;
}
</style>
background-color css
<style>
a { background-color: #50EA70; }
a { background-color: rgb(80,234,112); }
div.DivClassName
{
background-color: #50EA70;
}
.BgClassName
{
background-color: #50EA70;
}
</style>
border-color css
<style>
span { border-color: #50EA70; }
span { border-color: rgb(80,234,112); }
td.TdClassName
{
border-color: #50EA70;
}
.TagClassName
{
border-color: #50EA70;
}
</style>