Shades of Emerald #50D769
Tints of Emerald #50D769
RGB
CMYK
RGB Variations
Color information
#50D769 (or 0x50D769) is known color: Emerald. HEX triplet: 50, D7 and 69. RGB value is (80,215,105). Sum of RGB (Red+Green+Blue) = 80+215+105=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #50D769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D769 is #AF2896. Grayscale: #A2A2A2. Windows color (decimal): -11479191 or 6936400. OLE color: 6936400.
HSL color Cylindrical-coordinate representation of color #50D769: hue angle of 131.11º degrees, saturation: 0.63, 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 #50D769 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 105 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.16 |
| HSL | 131.11º | 0.63% | 0.58% | - |
| HSV(B) | 131.11º | 0.63% | 0.84% | - |
| XYZ | 30.16 | 51.33 | 21.68 | - |
| YUV | 162.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 105 | 0.63 | 0 | 0.51 | 0.16 | 131.11 | 0.63 | 0.58 |
| Hex | 50 | D7 | 69 | 3F | 0 | 33 | 10 | 83 | 3F | 3A |
| Octal | 120 | 327 | 151 | 77 | 0 | 63 | 20 | 203 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1101001 | 111111 | 0 | 110011 | 10000 | 10000011 | 111111 | 111010 |
Color Harmonies of #50D769
Complementary color
Monochromatic Colors of #50D769
Black with #50D769
Text Example
Text Example
White with #50D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D769; }
p { color: rgb(80,215,105); }
H1.HeaderClassName
{
color: #50D769;
}
.AnyTagClassName
{
color: #50D769;
}
</style>
background-color css
<style>
a { background-color: #50D769; }
a { background-color: rgb(80,215,105); }
div.DivClassName
{
background-color: #50D769;
}
.BgClassName
{
background-color: #50D769;
}
</style>
border-color css
<style>
span { border-color: #50D769; }
span { border-color: rgb(80,215,105); }
td.TdClassName
{
border-color: #50D769;
}
.TagClassName
{
border-color: #50D769;
}
</style>