Shades of Harlequin #50F211
Tints of Harlequin #50F211
RGB
CMYK
RGB Variations
Color information
#50F211 (or 0x50F211) is known color: Harlequin. HEX triplet: 50, F2 and 11. RGB value is (80,242,17). Sum of RGB (Red+Green+Blue) = 80+242+17=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #50F211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F211 is #AF0DEE. Grayscale: #A8A8A8. Windows color (decimal): -11472367 or 1176144. OLE color: 1176144.
HSL color Cylindrical-coordinate representation of color #50F211: hue angle of 103.2º degrees, saturation: 0.9, 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 #50F211 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 17 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.05 |
| HSL | 103.2º | 0.9% | 0.51% | - |
| HSV(B) | 103.2º | 0.93% | 0.95% | - |
| XYZ | 35.16 | 65.25 | 11.27 | - |
| YUV | 167.91 | 42.83 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 17 | 0.67 | 0 | 0.93 | 0.05 | 103.2 | 0.9 | 0.51 |
| Hex | 50 | F2 | 11 | 43 | 0 | 5D | 5 | 67 | 5A | 33 |
| Octal | 120 | 362 | 21 | 103 | 0 | 135 | 5 | 147 | 132 | 63 |
| Binary | 1010000 | 11110010 | 10001 | 1000011 | 0 | 1011101 | 101 | 1100111 | 1011010 | 110011 |
Color Harmonies of #50F211
Complementary color
Monochromatic Colors of #50F211
Black with #50F211
Text Example
Text Example
White with #50F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F211; }
p { color: rgb(80,242,17); }
H1.HeaderClassName
{
color: #50F211;
}
.AnyTagClassName
{
color: #50F211;
}
</style>
background-color css
<style>
a { background-color: #50F211; }
a { background-color: rgb(80,242,17); }
div.DivClassName
{
background-color: #50F211;
}
.BgClassName
{
background-color: #50F211;
}
</style>
border-color css
<style>
span { border-color: #50F211; }
span { border-color: rgb(80,242,17); }
td.TdClassName
{
border-color: #50F211;
}
.TagClassName
{
border-color: #50F211;
}
</style>