Shades of Emerald #50D65F
Tints of Emerald #50D65F
RGB
CMYK
RGB Variations
Color information
#50D65F (or 0x50D65F) is known color: Emerald. HEX triplet: 50, D6 and 5F. RGB value is (80,214,95). Sum of RGB (Red+Green+Blue) = 80+214+95=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #50D65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D65F is #AF29A0. Grayscale: #A0A0A0. Windows color (decimal): -11479457 or 6280784. OLE color: 6280784.
HSL color Cylindrical-coordinate representation of color #50D65F: hue angle of 126.72º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D65F is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 95 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.16 |
| HSL | 126.72º | 0.62% | 0.58% | - |
| HSV(B) | 126.72º | 0.63% | 0.84% | - |
| XYZ | 29.42 | 50.62 | 19.05 | - |
| YUV | 160.37 | 91.11 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 95 | 0.63 | 0 | 0.56 | 0.16 | 126.72 | 0.62 | 0.58 |
| Hex | 50 | D6 | 5F | 3F | 0 | 38 | 10 | 7F | 3E | 3A |
| Octal | 120 | 326 | 137 | 77 | 0 | 70 | 20 | 177 | 76 | 72 |
| Binary | 1010000 | 11010110 | 1011111 | 111111 | 0 | 111000 | 10000 | 1111111 | 111110 | 111010 |
Color Harmonies of #50D65F
Complementary color
Monochromatic Colors of #50D65F
Black with #50D65F
Text Example
Text Example
White with #50D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D65F; }
p { color: rgb(80,214,95); }
H1.HeaderClassName
{
color: #50D65F;
}
.AnyTagClassName
{
color: #50D65F;
}
</style>
background-color css
<style>
a { background-color: #50D65F; }
a { background-color: rgb(80,214,95); }
div.DivClassName
{
background-color: #50D65F;
}
.BgClassName
{
background-color: #50D65F;
}
</style>
border-color css
<style>
span { border-color: #50D65F; }
span { border-color: rgb(80,214,95); }
td.TdClassName
{
border-color: #50D65F;
}
.TagClassName
{
border-color: #50D65F;
}
</style>