Shades of Emerald #50BE69
Tints of Emerald #50BE69
RGB
CMYK
RGB Variations
Color information
#50BE69 (or 0x50BE69) is known color: Emerald. HEX triplet: 50, BE and 69. RGB value is (80,190,105). Sum of RGB (Red+Green+Blue) = 80+190+105=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE69 is #AF4196. Grayscale: #939393. Windows color (decimal): -11485591 or 6930000. OLE color: 6930000.
HSL color Cylindrical-coordinate representation of color #50BE69: hue angle of 133.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE69 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 105 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.25 |
| HSL | 133.64º | 0.46% | 0.53% | - |
| HSV(B) | 133.64º | 0.58% | 0.75% | - |
| XYZ | 24.27 | 39.55 | 19.72 | - |
| YUV | 147.42 | 104.06 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 105 | 0.58 | 0 | 0.45 | 0.25 | 133.64 | 0.46 | 0.53 |
| Hex | 50 | BE | 69 | 3A | 0 | 2D | 19 | 86 | 2E | 35 |
| Octal | 120 | 276 | 151 | 72 | 0 | 55 | 31 | 206 | 56 | 65 |
| Binary | 1010000 | 10111110 | 1101001 | 111010 | 0 | 101101 | 11001 | 10000110 | 101110 | 110101 |
Color Harmonies of #50BE69
Complementary color
Monochromatic Colors of #50BE69
Black with #50BE69
Text Example
Text Example
White with #50BE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE69; }
p { color: rgb(80,190,105); }
H1.HeaderClassName
{
color: #50BE69;
}
.AnyTagClassName
{
color: #50BE69;
}
</style>
background-color css
<style>
a { background-color: #50BE69; }
a { background-color: rgb(80,190,105); }
div.DivClassName
{
background-color: #50BE69;
}
.BgClassName
{
background-color: #50BE69;
}
</style>
border-color css
<style>
span { border-color: #50BE69; }
span { border-color: rgb(80,190,105); }
td.TdClassName
{
border-color: #50BE69;
}
.TagClassName
{
border-color: #50BE69;
}
</style>