Shades of Emerald #50D65B
Tints of Emerald #50D65B
RGB
CMYK
RGB Variations
Color information
#50D65B (or 0x50D65B) is known color: Emerald. HEX triplet: 50, D6 and 5B. RGB value is (80,214,91). Sum of RGB (Red+Green+Blue) = 80+214+91=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #50D65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D65B is #AF29A4. Grayscale: #A0A0A0. Windows color (decimal): -11479461 or 6018640. OLE color: 6018640.
HSL color Cylindrical-coordinate representation of color #50D65B: hue angle of 124.93º 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 #50D65B is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 91 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.16 |
| HSL | 124.93º | 0.62% | 0.58% | - |
| HSV(B) | 124.93º | 0.63% | 0.84% | - |
| XYZ | 29.24 | 50.55 | 18.11 | - |
| YUV | 159.91 | 89.11 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 91 | 0.63 | 0 | 0.57 | 0.16 | 124.93 | 0.62 | 0.58 |
| Hex | 50 | D6 | 5B | 3F | 0 | 39 | 10 | 7D | 3E | 3A |
| Octal | 120 | 326 | 133 | 77 | 0 | 71 | 20 | 175 | 76 | 72 |
| Binary | 1010000 | 11010110 | 1011011 | 111111 | 0 | 111001 | 10000 | 1111101 | 111110 | 111010 |
Color Harmonies of #50D65B
Complementary color
Monochromatic Colors of #50D65B
Black with #50D65B
Text Example
Text Example
White with #50D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D65B; }
p { color: rgb(80,214,91); }
H1.HeaderClassName
{
color: #50D65B;
}
.AnyTagClassName
{
color: #50D65B;
}
</style>
background-color css
<style>
a { background-color: #50D65B; }
a { background-color: rgb(80,214,91); }
div.DivClassName
{
background-color: #50D65B;
}
.BgClassName
{
background-color: #50D65B;
}
</style>
border-color css
<style>
span { border-color: #50D65B; }
span { border-color: rgb(80,214,91); }
td.TdClassName
{
border-color: #50D65B;
}
.TagClassName
{
border-color: #50D65B;
}
</style>