Shades of Emerald #50E68F
Tints of Emerald #50E68F
RGB
CMYK
RGB Variations
Color information
#50E68F (or 0x50E68F) is known color: Emerald. HEX triplet: 50, E6 and 8F. RGB value is (80,230,143). Sum of RGB (Red+Green+Blue) = 80+230+143=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #50E68F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E68F is #AF1970. Grayscale: #AFAFAF. Windows color (decimal): -11475313 or 9430608. OLE color: 9430608.
HSL color Cylindrical-coordinate representation of color #50E68F: hue angle of 145.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E68F is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 230 | 143 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.10 |
| HSL | 145.2º | 0.75% | 0.61% | - |
| HSV(B) | 145.2º | 0.65% | 0.9% | - |
| XYZ | 36.56 | 60.28 | 35.7 | - |
| YUV | 175.23 | 109.81 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 230 | 143 | 0.65 | 0 | 0.38 | 0.10 | 145.2 | 0.75 | 0.61 |
| Hex | 50 | E6 | 8F | 41 | 0 | 26 | A | 91 | 4B | 3D |
| Octal | 120 | 346 | 217 | 101 | 0 | 46 | 12 | 221 | 113 | 75 |
| Binary | 1010000 | 11100110 | 10001111 | 1000001 | 0 | 100110 | 1010 | 10010001 | 1001011 | 111101 |
Color Harmonies of #50E68F
Complementary color
Monochromatic Colors of #50E68F
Black with #50E68F
Text Example
Text Example
White with #50E68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E68F; }
p { color: rgb(80,230,143); }
H1.HeaderClassName
{
color: #50E68F;
}
.AnyTagClassName
{
color: #50E68F;
}
</style>
background-color css
<style>
a { background-color: #50E68F; }
a { background-color: rgb(80,230,143); }
div.DivClassName
{
background-color: #50E68F;
}
.BgClassName
{
background-color: #50E68F;
}
</style>
border-color css
<style>
span { border-color: #50E68F; }
span { border-color: rgb(80,230,143); }
td.TdClassName
{
border-color: #50E68F;
}
.TagClassName
{
border-color: #50E68F;
}
</style>