Shades of Emerald #50CD60
Tints of Emerald #50CD60
RGB
CMYK
RGB Variations
Color information
#50CD60 (or 0x50CD60) is known color: Emerald. HEX triplet: 50, CD and 60. RGB value is (80,205,96). Sum of RGB (Red+Green+Blue) = 80+205+96=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CD60 is #AF329F. Grayscale: #9B9B9B. Windows color (decimal): -11481760 or 6344016. OLE color: 6344016.
HSL color Cylindrical-coordinate representation of color #50CD60: hue angle of 127.68º degrees, saturation: 0.56, 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 #50CD60 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 96 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.20 |
| HSL | 127.68º | 0.56% | 0.56% | - |
| HSV(B) | 127.68º | 0.61% | 0.8% | - |
| XYZ | 27.25 | 46.21 | 18.55 | - |
| YUV | 155.2 | 94.59 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 96 | 0.61 | 0 | 0.53 | 0.20 | 127.68 | 0.56 | 0.56 |
| Hex | 50 | CD | 60 | 3D | 0 | 35 | 14 | 80 | 38 | 38 |
| Octal | 120 | 315 | 140 | 75 | 0 | 65 | 24 | 200 | 70 | 70 |
| Binary | 1010000 | 11001101 | 1100000 | 111101 | 0 | 110101 | 10100 | 10000000 | 111000 | 111000 |
Color Harmonies of #50CD60
Complementary color
Monochromatic Colors of #50CD60
Black with #50CD60
Text Example
Text Example
White with #50CD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CD60; }
p { color: rgb(80,205,96); }
H1.HeaderClassName
{
color: #50CD60;
}
.AnyTagClassName
{
color: #50CD60;
}
</style>
background-color css
<style>
a { background-color: #50CD60; }
a { background-color: rgb(80,205,96); }
div.DivClassName
{
background-color: #50CD60;
}
.BgClassName
{
background-color: #50CD60;
}
</style>
border-color css
<style>
span { border-color: #50CD60; }
span { border-color: rgb(80,205,96); }
td.TdClassName
{
border-color: #50CD60;
}
.TagClassName
{
border-color: #50CD60;
}
</style>