Shades of Harlequin #50FB16
Tints of Harlequin #50FB16
RGB
CMYK
RGB Variations
Color information
#50FB16 (or 0x50FB16) is known color: Harlequin. HEX triplet: 50, FB and 16. RGB value is (80,251,22). Sum of RGB (Red+Green+Blue) = 80+251+22=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FB16 is #AF04E9. Grayscale: #AEAEAE. Windows color (decimal): -11470058 or 1506128. OLE color: 1506128.
HSL color Cylindrical-coordinate representation of color #50FB16: hue angle of 104.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50FB16 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 22 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.02 |
| HSL | 104.8º | 0.97% | 0.54% | - |
| HSV(B) | 104.8º | 0.91% | 0.98% | - |
| XYZ | 37.95 | 70.76 | 12.42 | - |
| YUV | 173.77 | 42.35 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 22 | 0.68 | 0 | 0.91 | 0.02 | 104.8 | 0.97 | 0.54 |
| Hex | 50 | FB | 16 | 44 | 0 | 5B | 2 | 69 | 61 | 36 |
| Octal | 120 | 373 | 26 | 104 | 0 | 133 | 2 | 151 | 141 | 66 |
| Binary | 1010000 | 11111011 | 10110 | 1000100 | 0 | 1011011 | 10 | 1101001 | 1100001 | 110110 |
Color Harmonies of #50FB16
Complementary color
Monochromatic Colors of #50FB16
Black with #50FB16
Text Example
Text Example
White with #50FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB16; }
p { color: rgb(80,251,22); }
H1.HeaderClassName
{
color: #50FB16;
}
.AnyTagClassName
{
color: #50FB16;
}
</style>
background-color css
<style>
a { background-color: #50FB16; }
a { background-color: rgb(80,251,22); }
div.DivClassName
{
background-color: #50FB16;
}
.BgClassName
{
background-color: #50FB16;
}
</style>
border-color css
<style>
span { border-color: #50FB16; }
span { border-color: rgb(80,251,22); }
td.TdClassName
{
border-color: #50FB16;
}
.TagClassName
{
border-color: #50FB16;
}
</style>