Shades of Harlequin #50F024
Tints of Harlequin #50F024
RGB
CMYK
RGB Variations
Color information
#50F024 (or 0x50F024) is known color: Harlequin. HEX triplet: 50, F0 and 24. RGB value is (80,240,36). Sum of RGB (Red+Green+Blue) = 80+240+36=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #50F024 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F024 is #AF0FDB. Grayscale: #A9A9A9. Windows color (decimal): -11472860 or 2420816. OLE color: 2420816.
HSL color Cylindrical-coordinate representation of color #50F024: hue angle of 107.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50F024 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 36 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.06 |
| HSL | 107.06º | 0.87% | 0.54% | - |
| HSV(B) | 107.06º | 0.85% | 0.94% | - |
| XYZ | 34.79 | 64.15 | 12.22 | - |
| YUV | 168.9 | 52.99 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 36 | 0.67 | 0 | 0.85 | 0.06 | 107.06 | 0.87 | 0.54 |
| Hex | 50 | F0 | 24 | 43 | 0 | 55 | 6 | 6B | 57 | 36 |
| Octal | 120 | 360 | 44 | 103 | 0 | 125 | 6 | 153 | 127 | 66 |
| Binary | 1010000 | 11110000 | 100100 | 1000011 | 0 | 1010101 | 110 | 1101011 | 1010111 | 110110 |
Color Harmonies of #50F024
Complementary color
Monochromatic Colors of #50F024
Black with #50F024
Text Example
Text Example
White with #50F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F024; }
p { color: rgb(80,240,36); }
H1.HeaderClassName
{
color: #50F024;
}
.AnyTagClassName
{
color: #50F024;
}
</style>
background-color css
<style>
a { background-color: #50F024; }
a { background-color: rgb(80,240,36); }
div.DivClassName
{
background-color: #50F024;
}
.BgClassName
{
background-color: #50F024;
}
</style>
border-color css
<style>
span { border-color: #50F024; }
span { border-color: rgb(80,240,36); }
td.TdClassName
{
border-color: #50F024;
}
.TagClassName
{
border-color: #50F024;
}
</style>