Shades of Emerald #50C472
Tints of Emerald #50C472
RGB
CMYK
RGB Variations
Color information
#50C472 (or 0x50C472) is known color: Emerald. HEX triplet: 50, C4 and 72. RGB value is (80,196,114). Sum of RGB (Red+Green+Blue) = 80+196+114=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #50C472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C472 is #AF3B8D. Grayscale: #989898. Windows color (decimal): -11484046 or 7521360. OLE color: 7521360.
HSL color Cylindrical-coordinate representation of color #50C472: hue angle of 137.59º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C472 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 114 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.23 |
| HSL | 137.59º | 0.5% | 0.54% | - |
| HSV(B) | 137.59º | 0.59% | 0.77% | - |
| XYZ | 26.09 | 42.4 | 22.73 | - |
| YUV | 151.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 114 | 0.59 | 0 | 0.42 | 0.23 | 137.59 | 0.5 | 0.54 |
| Hex | 50 | C4 | 72 | 3B | 0 | 2A | 17 | 8A | 32 | 36 |
| Octal | 120 | 304 | 162 | 73 | 0 | 52 | 27 | 212 | 62 | 66 |
| Binary | 1010000 | 11000100 | 1110010 | 111011 | 0 | 101010 | 10111 | 10001010 | 110010 | 110110 |
Color Harmonies of #50C472
Complementary color
Monochromatic Colors of #50C472
Black with #50C472
Text Example
Text Example
White with #50C472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C472; }
p { color: rgb(80,196,114); }
H1.HeaderClassName
{
color: #50C472;
}
.AnyTagClassName
{
color: #50C472;
}
</style>
background-color css
<style>
a { background-color: #50C472; }
a { background-color: rgb(80,196,114); }
div.DivClassName
{
background-color: #50C472;
}
.BgClassName
{
background-color: #50C472;
}
</style>
border-color css
<style>
span { border-color: #50C472; }
span { border-color: rgb(80,196,114); }
td.TdClassName
{
border-color: #50C472;
}
.TagClassName
{
border-color: #50C472;
}
</style>