Shades of Emerald #50CC62
Tints of Emerald #50CC62
RGB
CMYK
RGB Variations
Color information
#50CC62 (or 0x50CC62) is known color: Emerald. HEX triplet: 50, CC and 62. RGB value is (80,204,98). Sum of RGB (Red+Green+Blue) = 80+204+98=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CC62 is #AF339D. Grayscale: #9B9B9B. Windows color (decimal): -11482014 or 6474832. OLE color: 6474832.
HSL color Cylindrical-coordinate representation of color #50CC62: hue angle of 128.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC62 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 98 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.2 |
| HSL | 128.71º | 0.55% | 0.56% | - |
| HSV(B) | 128.71º | 0.61% | 0.8% | - |
| XYZ | 27.11 | 45.77 | 18.96 | - |
| YUV | 154.84 | 95.92 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 98 | 0.61 | 0 | 0.52 | 0.2 | 128.71 | 0.55 | 0.56 |
| Hex | 50 | CC | 62 | 3D | 0 | 34 | 14 | 81 | 37 | 38 |
| Octal | 120 | 314 | 142 | 75 | 0 | 64 | 24 | 201 | 67 | 70 |
| Binary | 1010000 | 11001100 | 1100010 | 111101 | 0 | 110100 | 10100 | 10000001 | 110111 | 111000 |
Color Harmonies of #50CC62
Complementary color
Monochromatic Colors of #50CC62
Black with #50CC62
Text Example
Text Example
White with #50CC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CC62; }
p { color: rgb(80,204,98); }
H1.HeaderClassName
{
color: #50CC62;
}
.AnyTagClassName
{
color: #50CC62;
}
</style>
background-color css
<style>
a { background-color: #50CC62; }
a { background-color: rgb(80,204,98); }
div.DivClassName
{
background-color: #50CC62;
}
.BgClassName
{
background-color: #50CC62;
}
</style>
border-color css
<style>
span { border-color: #50CC62; }
span { border-color: rgb(80,204,98); }
td.TdClassName
{
border-color: #50CC62;
}
.TagClassName
{
border-color: #50CC62;
}
</style>