Shades of Harlequin #50E920
Tints of Harlequin #50E920
RGB
CMYK
RGB Variations
Color information
#50E920 (or 0x50E920) is known color: Harlequin. HEX triplet: 50, E9 and 20. RGB value is (80,233,32). Sum of RGB (Red+Green+Blue) = 80+233+32=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 233 (91.41% from 255 or 67.54% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 233 - color contains mainly: green. Hex color #50E920 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E920 is #AF16DF. Grayscale: #A4A4A4. Windows color (decimal): -11474656 or 2156880. OLE color: 2156880.
HSL color Cylindrical-coordinate representation of color #50E920: hue angle of 105.67º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50E920 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 32 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.09 |
| HSL | 105.67º | 0.82% | 0.52% | - |
| HSV(B) | 105.67º | 0.86% | 0.91% | - |
| XYZ | 32.71 | 60.09 | 11.24 | - |
| YUV | 164.34 | 53.31 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 32 | 0.66 | 0 | 0.86 | 0.09 | 105.67 | 0.82 | 0.52 |
| Hex | 50 | E9 | 20 | 42 | 0 | 56 | 9 | 6A | 52 | 34 |
| Octal | 120 | 351 | 40 | 102 | 0 | 126 | 11 | 152 | 122 | 64 |
| Binary | 1010000 | 11101001 | 100000 | 1000010 | 0 | 1010110 | 1001 | 1101010 | 1010010 | 110100 |
Color Harmonies of #50E920
Complementary color
Monochromatic Colors of #50E920
Black with #50E920
Text Example
Text Example
White with #50E920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E920; }
p { color: rgb(80,233,32); }
H1.HeaderClassName
{
color: #50E920;
}
.AnyTagClassName
{
color: #50E920;
}
</style>
background-color css
<style>
a { background-color: #50E920; }
a { background-color: rgb(80,233,32); }
div.DivClassName
{
background-color: #50E920;
}
.BgClassName
{
background-color: #50E920;
}
</style>
border-color css
<style>
span { border-color: #50E920; }
span { border-color: rgb(80,233,32); }
td.TdClassName
{
border-color: #50E920;
}
.TagClassName
{
border-color: #50E920;
}
</style>