Shades of Harlequin #50E516
Tints of Harlequin #50E516
RGB
CMYK
RGB Variations
Color information
#50E516 (or 0x50E516) is known color: Harlequin. HEX triplet: 50, E5 and 16. RGB value is (80,229,22). Sum of RGB (Red+Green+Blue) = 80+229+22=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 229 (89.84% from 255 or 69.18% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 229 - color contains mainly: green. Hex color #50E516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E516 is #AF1AE9. Grayscale: #A1A1A1. Windows color (decimal): -11475690 or 1500496. OLE color: 1500496.
HSL color Cylindrical-coordinate representation of color #50E516: hue angle of 103.19º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50E516 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 22 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.10 |
| HSL | 103.19º | 0.82% | 0.49% | - |
| HSV(B) | 103.19º | 0.9% | 0.9% | - |
| XYZ | 31.47 | 57.8 | 10.26 | - |
| YUV | 160.85 | 49.64 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 22 | 0.65 | 0 | 0.90 | 0.10 | 103.19 | 0.82 | 0.49 |
| Hex | 50 | E5 | 16 | 41 | 0 | 5A | A | 67 | 52 | 31 |
| Octal | 120 | 345 | 26 | 101 | 0 | 132 | 12 | 147 | 122 | 61 |
| Binary | 1010000 | 11100101 | 10110 | 1000001 | 0 | 1011010 | 1010 | 1100111 | 1010010 | 110001 |
Color Harmonies of #50E516
Complementary color
Monochromatic Colors of #50E516
Black with #50E516
Text Example
Text Example
White with #50E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E516; }
p { color: rgb(80,229,22); }
H1.HeaderClassName
{
color: #50E516;
}
.AnyTagClassName
{
color: #50E516;
}
</style>
background-color css
<style>
a { background-color: #50E516; }
a { background-color: rgb(80,229,22); }
div.DivClassName
{
background-color: #50E516;
}
.BgClassName
{
background-color: #50E516;
}
</style>
border-color css
<style>
span { border-color: #50E516; }
span { border-color: rgb(80,229,22); }
td.TdClassName
{
border-color: #50E516;
}
.TagClassName
{
border-color: #50E516;
}
</style>