Shades of Harlequin #50E924
Tints of Harlequin #50E924
RGB
CMYK
RGB Variations
Color information
#50E924 (or 0x50E924) is known color: Harlequin. HEX triplet: 50, E9 and 24. RGB value is (80,233,36). Sum of RGB (Red+Green+Blue) = 80+233+36=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 233 (91.41% from 255 or 66.76% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 233 - color contains mainly: green. Hex color #50E924 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E924 is #AF16DB. Grayscale: #A5A5A5. Windows color (decimal): -11474652 or 2419024. OLE color: 2419024.
HSL color Cylindrical-coordinate representation of color #50E924: hue angle of 106.6º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50E924 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 36 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.09 |
| HSL | 106.6º | 0.82% | 0.53% | - |
| HSV(B) | 106.6º | 0.85% | 0.91% | - |
| XYZ | 32.77 | 60.11 | 11.54 | - |
| YUV | 164.8 | 55.31 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 36 | 0.66 | 0 | 0.85 | 0.09 | 106.6 | 0.82 | 0.53 |
| Hex | 50 | E9 | 24 | 42 | 0 | 55 | 9 | 6B | 52 | 35 |
| Octal | 120 | 351 | 44 | 102 | 0 | 125 | 11 | 153 | 122 | 65 |
| Binary | 1010000 | 11101001 | 100100 | 1000010 | 0 | 1010101 | 1001 | 1101011 | 1010010 | 110101 |
Color Harmonies of #50E924
Complementary color
Monochromatic Colors of #50E924
Black with #50E924
Text Example
Text Example
White with #50E924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E924; }
p { color: rgb(80,233,36); }
H1.HeaderClassName
{
color: #50E924;
}
.AnyTagClassName
{
color: #50E924;
}
</style>
background-color css
<style>
a { background-color: #50E924; }
a { background-color: rgb(80,233,36); }
div.DivClassName
{
background-color: #50E924;
}
.BgClassName
{
background-color: #50E924;
}
</style>
border-color css
<style>
span { border-color: #50E924; }
span { border-color: rgb(80,233,36); }
td.TdClassName
{
border-color: #50E924;
}
.TagClassName
{
border-color: #50E924;
}
</style>