Shades of Emerald #50CE8A
Tints of Emerald #50CE8A
RGB
CMYK
RGB Variations
Color information
#50CE8A (or 0x50CE8A) is known color: Emerald. HEX triplet: 50, CE and 8A. RGB value is (80,206,138). Sum of RGB (Red+Green+Blue) = 80+206+138=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE8A is #AF3175. Grayscale: #A0A0A0. Windows color (decimal): -11481462 or 9096784. OLE color: 9096784.
HSL color Cylindrical-coordinate representation of color #50CE8A: hue angle of 147.62º 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 #50CE8A is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 138 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.19 |
| HSL | 147.62º | 0.56% | 0.56% | - |
| HSV(B) | 147.62º | 0.61% | 0.81% | - |
| XYZ | 29.97 | 47.68 | 31.67 | - |
| YUV | 160.57 | 115.26 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 138 | 0.61 | 0 | 0.33 | 0.19 | 147.62 | 0.56 | 0.56 |
| Hex | 50 | CE | 8A | 3D | 0 | 21 | 13 | 94 | 38 | 38 |
| Octal | 120 | 316 | 212 | 75 | 0 | 41 | 23 | 224 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10001010 | 111101 | 0 | 100001 | 10011 | 10010100 | 111000 | 111000 |
Color Harmonies of #50CE8A
Complementary color
Monochromatic Colors of #50CE8A
Black with #50CE8A
Text Example
Text Example
White with #50CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE8A; }
p { color: rgb(80,206,138); }
H1.HeaderClassName
{
color: #50CE8A;
}
.AnyTagClassName
{
color: #50CE8A;
}
</style>
background-color css
<style>
a { background-color: #50CE8A; }
a { background-color: rgb(80,206,138); }
div.DivClassName
{
background-color: #50CE8A;
}
.BgClassName
{
background-color: #50CE8A;
}
</style>
border-color css
<style>
span { border-color: #50CE8A; }
span { border-color: rgb(80,206,138); }
td.TdClassName
{
border-color: #50CE8A;
}
.TagClassName
{
border-color: #50CE8A;
}
</style>