Shades of Harlequin #50F111
Tints of Harlequin #50F111
RGB
CMYK
RGB Variations
Color information
#50F111 (or 0x50F111) is known color: Harlequin. HEX triplet: 50, F1 and 11. RGB value is (80,241,17). Sum of RGB (Red+Green+Blue) = 80+241+17=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #50F111 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F111 is #AF0EEE. Grayscale: #A8A8A8. Windows color (decimal): -11472623 or 1175888. OLE color: 1175888.
HSL color Cylindrical-coordinate representation of color #50F111: hue angle of 103.12º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50F111 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 17 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.05 |
| HSL | 103.13º | 0.89% | 0.51% | - |
| HSV(B) | 103.13º | 0.93% | 0.95% | - |
| XYZ | 34.86 | 64.66 | 11.17 | - |
| YUV | 167.33 | 43.16 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 17 | 0.67 | 0 | 0.93 | 0.05 | 103.13 | 0.89 | 0.51 |
| Hex | 50 | F1 | 11 | 43 | 0 | 5D | 5 | 67 | 59 | 33 |
| Octal | 120 | 361 | 21 | 103 | 0 | 135 | 5 | 147 | 131 | 63 |
| Binary | 1010000 | 11110001 | 10001 | 1000011 | 0 | 1011101 | 101 | 1100111 | 1011001 | 110011 |
Color Harmonies of #50F111
Complementary color
Monochromatic Colors of #50F111
Black with #50F111
Text Example
Text Example
White with #50F111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F111; }
p { color: rgb(80,241,17); }
H1.HeaderClassName
{
color: #50F111;
}
.AnyTagClassName
{
color: #50F111;
}
</style>
background-color css
<style>
a { background-color: #50F111; }
a { background-color: rgb(80,241,17); }
div.DivClassName
{
background-color: #50F111;
}
.BgClassName
{
background-color: #50F111;
}
</style>
border-color css
<style>
span { border-color: #50F111; }
span { border-color: rgb(80,241,17); }
td.TdClassName
{
border-color: #50F111;
}
.TagClassName
{
border-color: #50F111;
}
</style>