Shades of Emerald #50D692
Tints of Emerald #50D692
RGB
CMYK
RGB Variations
Color information
#50D692 (or 0x50D692) is known color: Emerald. HEX triplet: 50, D6 and 92. RGB value is (80,214,146). Sum of RGB (Red+Green+Blue) = 80+214+146=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #50D692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D692 is #AF296D. Grayscale: #A6A6A6. Windows color (decimal): -11479406 or 9623120. OLE color: 9623120.
HSL color Cylindrical-coordinate representation of color #50D692: hue angle of 149.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D692 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 146 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.16 |
| HSL | 149.55º | 0.62% | 0.58% | - |
| HSV(B) | 149.55º | 0.63% | 0.84% | - |
| XYZ | 32.54 | 51.87 | 35.49 | - |
| YUV | 166.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 146 | 0.63 | 0 | 0.32 | 0.16 | 149.55 | 0.62 | 0.58 |
| Hex | 50 | D6 | 92 | 3F | 0 | 20 | 10 | 96 | 3E | 3A |
| Octal | 120 | 326 | 222 | 77 | 0 | 40 | 20 | 226 | 76 | 72 |
| Binary | 1010000 | 11010110 | 10010010 | 111111 | 0 | 100000 | 10000 | 10010110 | 111110 | 111010 |
Color Harmonies of #50D692
Complementary color
Monochromatic Colors of #50D692
Black with #50D692
Text Example
Text Example
White with #50D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D692; }
p { color: rgb(80,214,146); }
H1.HeaderClassName
{
color: #50D692;
}
.AnyTagClassName
{
color: #50D692;
}
</style>
background-color css
<style>
a { background-color: #50D692; }
a { background-color: rgb(80,214,146); }
div.DivClassName
{
background-color: #50D692;
}
.BgClassName
{
background-color: #50D692;
}
</style>
border-color css
<style>
span { border-color: #50D692; }
span { border-color: rgb(80,214,146); }
td.TdClassName
{
border-color: #50D692;
}
.TagClassName
{
border-color: #50D692;
}
</style>