Shades of Emerald #50F482
Tints of Emerald #50F482
RGB
CMYK
RGB Variations
Color information
#50F482 (or 0x50F482) is known color: Emerald. HEX triplet: 50, F4 and 82. RGB value is (80,244,130). Sum of RGB (Red+Green+Blue) = 80+244+130=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 244 (95.70% from 255 or 53.74% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 244 - color contains mainly: green. Hex color #50F482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F482 is #AF0B7D. Grayscale: #B6B6B6. Windows color (decimal): -11471742 or 8582224. OLE color: 8582224.
HSL color Cylindrical-coordinate representation of color #50F482: hue angle of 138.29º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F482 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 130 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.04 |
| HSL | 138.29º | 0.88% | 0.64% | - |
| HSV(B) | 138.29º | 0.67% | 0.96% | - |
| XYZ | 39.69 | 68.02 | 32.16 | - |
| YUV | 181.97 | 98.67 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 130 | 0.67 | 0 | 0.47 | 0.04 | 138.29 | 0.88 | 0.64 |
| Hex | 50 | F4 | 82 | 43 | 0 | 2F | 4 | 8A | 58 | 40 |
| Octal | 120 | 364 | 202 | 103 | 0 | 57 | 4 | 212 | 130 | 100 |
| Binary | 1010000 | 11110100 | 10000010 | 1000011 | 0 | 101111 | 100 | 10001010 | 1011000 | 1000000 |
Color Harmonies of #50F482
Complementary color
Monochromatic Colors of #50F482
Black with #50F482
Text Example
Text Example
White with #50F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F482; }
p { color: rgb(80,244,130); }
H1.HeaderClassName
{
color: #50F482;
}
.AnyTagClassName
{
color: #50F482;
}
</style>
background-color css
<style>
a { background-color: #50F482; }
a { background-color: rgb(80,244,130); }
div.DivClassName
{
background-color: #50F482;
}
.BgClassName
{
background-color: #50F482;
}
</style>
border-color css
<style>
span { border-color: #50F482; }
span { border-color: rgb(80,244,130); }
td.TdClassName
{
border-color: #50F482;
}
.TagClassName
{
border-color: #50F482;
}
</style>