Shades of Emerald #50C067
Tints of Emerald #50C067
RGB
CMYK
RGB Variations
Color information
#50C067 (or 0x50C067) is known color: Emerald. HEX triplet: 50, C0 and 67. RGB value is (80,192,103). Sum of RGB (Red+Green+Blue) = 80+192+103=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #50C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C067 is #AF3F98. Grayscale: #949494. Windows color (decimal): -11485081 or 6799440. OLE color: 6799440.
HSL color Cylindrical-coordinate representation of color #50C067: hue angle of 132.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C067 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 103 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.25 |
| HSL | 132.32º | 0.47% | 0.53% | - |
| HSV(B) | 132.32º | 0.58% | 0.75% | - |
| XYZ | 24.61 | 40.38 | 19.33 | - |
| YUV | 148.37 | 102.39 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 103 | 0.58 | 0 | 0.46 | 0.25 | 132.32 | 0.47 | 0.53 |
| Hex | 50 | C0 | 67 | 3A | 0 | 2E | 19 | 84 | 2F | 35 |
| Octal | 120 | 300 | 147 | 72 | 0 | 56 | 31 | 204 | 57 | 65 |
| Binary | 1010000 | 11000000 | 1100111 | 111010 | 0 | 101110 | 11001 | 10000100 | 101111 | 110101 |
Color Harmonies of #50C067
Complementary color
Monochromatic Colors of #50C067
Black with #50C067
Text Example
Text Example
White with #50C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C067; }
p { color: rgb(80,192,103); }
H1.HeaderClassName
{
color: #50C067;
}
.AnyTagClassName
{
color: #50C067;
}
</style>
background-color css
<style>
a { background-color: #50C067; }
a { background-color: rgb(80,192,103); }
div.DivClassName
{
background-color: #50C067;
}
.BgClassName
{
background-color: #50C067;
}
</style>
border-color css
<style>
span { border-color: #50C067; }
span { border-color: rgb(80,192,103); }
td.TdClassName
{
border-color: #50C067;
}
.TagClassName
{
border-color: #50C067;
}
</style>