Shades of Emerald #50C68A
Tints of Emerald #50C68A
RGB
CMYK
RGB Variations
Color information
#50C68A (or 0x50C68A) is known color: Emerald. HEX triplet: 50, C6 and 8A. RGB value is (80,198,138). Sum of RGB (Red+Green+Blue) = 80+198+138=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #50C68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C68A is #AF3975. Grayscale: #9C9C9C. Windows color (decimal): -11483510 or 9094736. OLE color: 9094736.
HSL color Cylindrical-coordinate representation of color #50C68A: hue angle of 149.49º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C68A is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 138 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.22 |
| HSL | 149.49º | 0.51% | 0.55% | - |
| HSV(B) | 149.49º | 0.6% | 0.78% | - |
| XYZ | 28.09 | 43.93 | 31.04 | - |
| YUV | 155.88 | 117.91 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 138 | 0.60 | 0 | 0.30 | 0.22 | 149.49 | 0.51 | 0.55 |
| Hex | 50 | C6 | 8A | 3C | 0 | 1E | 16 | 95 | 33 | 37 |
| Octal | 120 | 306 | 212 | 74 | 0 | 36 | 26 | 225 | 63 | 67 |
| Binary | 1010000 | 11000110 | 10001010 | 111100 | 0 | 11110 | 10110 | 10010101 | 110011 | 110111 |
Color Harmonies of #50C68A
Complementary color
Monochromatic Colors of #50C68A
Black with #50C68A
Text Example
Text Example
White with #50C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C68A; }
p { color: rgb(80,198,138); }
H1.HeaderClassName
{
color: #50C68A;
}
.AnyTagClassName
{
color: #50C68A;
}
</style>
background-color css
<style>
a { background-color: #50C68A; }
a { background-color: rgb(80,198,138); }
div.DivClassName
{
background-color: #50C68A;
}
.BgClassName
{
background-color: #50C68A;
}
</style>
border-color css
<style>
span { border-color: #50C68A; }
span { border-color: rgb(80,198,138); }
td.TdClassName
{
border-color: #50C68A;
}
.TagClassName
{
border-color: #50C68A;
}
</style>