Shades of Emerald #50CD8A
Tints of Emerald #50CD8A
RGB
CMYK
RGB Variations
Color information
#50CD8A (or 0x50CD8A) is known color: Emerald. HEX triplet: 50, CD and 8A. RGB value is (80,205,138). Sum of RGB (Red+Green+Blue) = 80+205+138=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD8A is #AF3275. Grayscale: #A0A0A0. Windows color (decimal): -11481718 or 9096528. OLE color: 9096528.
HSL color Cylindrical-coordinate representation of color #50CD8A: hue angle of 147.84º 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 #50CD8A is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 138 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.20 |
| HSL | 147.84º | 0.56% | 0.56% | - |
| HSV(B) | 147.84º | 0.61% | 0.8% | - |
| XYZ | 29.73 | 47.2 | 31.59 | - |
| YUV | 159.99 | 115.59 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 138 | 0.61 | 0 | 0.33 | 0.20 | 147.84 | 0.56 | 0.56 |
| Hex | 50 | CD | 8A | 3D | 0 | 21 | 14 | 94 | 38 | 38 |
| Octal | 120 | 315 | 212 | 75 | 0 | 41 | 24 | 224 | 70 | 70 |
| Binary | 1010000 | 11001101 | 10001010 | 111101 | 0 | 100001 | 10100 | 10010100 | 111000 | 111000 |
Color Harmonies of #50CD8A
Complementary color
Monochromatic Colors of #50CD8A
Black with #50CD8A
Text Example
Text Example
White with #50CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CD8A; }
p { color: rgb(80,205,138); }
H1.HeaderClassName
{
color: #50CD8A;
}
.AnyTagClassName
{
color: #50CD8A;
}
</style>
background-color css
<style>
a { background-color: #50CD8A; }
a { background-color: rgb(80,205,138); }
div.DivClassName
{
background-color: #50CD8A;
}
.BgClassName
{
background-color: #50CD8A;
}
</style>
border-color css
<style>
span { border-color: #50CD8A; }
span { border-color: rgb(80,205,138); }
td.TdClassName
{
border-color: #50CD8A;
}
.TagClassName
{
border-color: #50CD8A;
}
</style>