Shades of Emerald #50CE81
Tints of Emerald #50CE81
RGB
CMYK
RGB Variations
Color information
#50CE81 (or 0x50CE81) is known color: Emerald. HEX triplet: 50, CE and 81. RGB value is (80,206,129). Sum of RGB (Red+Green+Blue) = 80+206+129=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE81 is #AF317E. Grayscale: #9F9F9F. Windows color (decimal): -11481471 or 8506960. OLE color: 8506960.
HSL color Cylindrical-coordinate representation of color #50CE81: hue angle of 143.33º 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 #50CE81 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 129 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.19 |
| HSL | 143.33º | 0.56% | 0.56% | - |
| HSV(B) | 143.33º | 0.61% | 0.81% | - |
| XYZ | 29.34 | 47.43 | 28.38 | - |
| YUV | 159.55 | 110.76 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 129 | 0.61 | 0 | 0.37 | 0.19 | 143.33 | 0.56 | 0.56 |
| Hex | 50 | CE | 81 | 3D | 0 | 25 | 13 | 8F | 38 | 38 |
| Octal | 120 | 316 | 201 | 75 | 0 | 45 | 23 | 217 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10000001 | 111101 | 0 | 100101 | 10011 | 10001111 | 111000 | 111000 |
Color Harmonies of #50CE81
Complementary color
Monochromatic Colors of #50CE81
Black with #50CE81
Text Example
Text Example
White with #50CE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE81; }
p { color: rgb(80,206,129); }
H1.HeaderClassName
{
color: #50CE81;
}
.AnyTagClassName
{
color: #50CE81;
}
</style>
background-color css
<style>
a { background-color: #50CE81; }
a { background-color: rgb(80,206,129); }
div.DivClassName
{
background-color: #50CE81;
}
.BgClassName
{
background-color: #50CE81;
}
</style>
border-color css
<style>
span { border-color: #50CE81; }
span { border-color: rgb(80,206,129); }
td.TdClassName
{
border-color: #50CE81;
}
.TagClassName
{
border-color: #50CE81;
}
</style>