Shades of Emerald #50C964
Tints of Emerald #50C964
RGB
CMYK
RGB Variations
Color information
#50C964 (or 0x50C964) is known color: Emerald. HEX triplet: 50, C9 and 64. RGB value is (80,201,100). Sum of RGB (Red+Green+Blue) = 80+201+100=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #50C964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C964 is #AF369B. Grayscale: #999999. Windows color (decimal): -11482780 or 6605136. OLE color: 6605136.
HSL color Cylindrical-coordinate representation of color #50C964: hue angle of 129.92º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C964 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 100 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.21 |
| HSL | 129.92º | 0.53% | 0.55% | - |
| HSV(B) | 129.92º | 0.6% | 0.79% | - |
| XYZ | 26.5 | 44.4 | 19.23 | - |
| YUV | 153.31 | 97.91 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 100 | 0.60 | 0 | 0.50 | 0.21 | 129.92 | 0.53 | 0.55 |
| Hex | 50 | C9 | 64 | 3C | 0 | 32 | 15 | 82 | 35 | 37 |
| Octal | 120 | 311 | 144 | 74 | 0 | 62 | 25 | 202 | 65 | 67 |
| Binary | 1010000 | 11001001 | 1100100 | 111100 | 0 | 110010 | 10101 | 10000010 | 110101 | 110111 |
Color Harmonies of #50C964
Complementary color
Monochromatic Colors of #50C964
Black with #50C964
Text Example
Text Example
White with #50C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C964; }
p { color: rgb(80,201,100); }
H1.HeaderClassName
{
color: #50C964;
}
.AnyTagClassName
{
color: #50C964;
}
</style>
background-color css
<style>
a { background-color: #50C964; }
a { background-color: rgb(80,201,100); }
div.DivClassName
{
background-color: #50C964;
}
.BgClassName
{
background-color: #50C964;
}
</style>
border-color css
<style>
span { border-color: #50C964; }
span { border-color: rgb(80,201,100); }
td.TdClassName
{
border-color: #50C964;
}
.TagClassName
{
border-color: #50C964;
}
</style>