Shades of Emerald #50CE62
Tints of Emerald #50CE62
RGB
CMYK
RGB Variations
Color information
#50CE62 (or 0x50CE62) is known color: Emerald. HEX triplet: 50, CE and 62. RGB value is (80,206,98). Sum of RGB (Red+Green+Blue) = 80+206+98=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE62 is #AF319D. Grayscale: #9C9C9C. Windows color (decimal): -11481502 or 6475344. OLE color: 6475344.
HSL color Cylindrical-coordinate representation of color #50CE62: hue angle of 128.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE62 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 98 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.19 |
| HSL | 128.57º | 0.56% | 0.56% | - |
| HSV(B) | 128.57º | 0.61% | 0.81% | - |
| XYZ | 27.58 | 46.73 | 19.12 | - |
| YUV | 156.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 98 | 0.61 | 0 | 0.52 | 0.19 | 128.57 | 0.56 | 0.56 |
| Hex | 50 | CE | 62 | 3D | 0 | 34 | 13 | 81 | 38 | 38 |
| Octal | 120 | 316 | 142 | 75 | 0 | 64 | 23 | 201 | 70 | 70 |
| Binary | 1010000 | 11001110 | 1100010 | 111101 | 0 | 110100 | 10011 | 10000001 | 111000 | 111000 |
Color Harmonies of #50CE62
Complementary color
Monochromatic Colors of #50CE62
Black with #50CE62
Text Example
Text Example
White with #50CE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE62; }
p { color: rgb(80,206,98); }
H1.HeaderClassName
{
color: #50CE62;
}
.AnyTagClassName
{
color: #50CE62;
}
</style>
background-color css
<style>
a { background-color: #50CE62; }
a { background-color: rgb(80,206,98); }
div.DivClassName
{
background-color: #50CE62;
}
.BgClassName
{
background-color: #50CE62;
}
</style>
border-color css
<style>
span { border-color: #50CE62; }
span { border-color: rgb(80,206,98); }
td.TdClassName
{
border-color: #50CE62;
}
.TagClassName
{
border-color: #50CE62;
}
</style>