Shades of Harlequin #50EB16
Tints of Harlequin #50EB16
RGB
CMYK
RGB Variations
Color information
#50EB16 (or 0x50EB16) is known color: Harlequin. HEX triplet: 50, EB and 16. RGB value is (80,235,22). Sum of RGB (Red+Green+Blue) = 80+235+22=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 235 (92.19% from 255 or 69.73% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EB16 is #AF14E9. Grayscale: #A5A5A5. Windows color (decimal): -11474154 or 1502032. OLE color: 1502032.
HSL color Cylindrical-coordinate representation of color #50EB16: hue angle of 103.66º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50EB16 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 22 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.08 |
| HSL | 103.66º | 0.84% | 0.5% | - |
| HSV(B) | 103.66º | 0.91% | 0.92% | - |
| XYZ | 33.16 | 61.18 | 10.82 | - |
| YUV | 164.37 | 47.65 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 22 | 0.66 | 0 | 0.91 | 0.08 | 103.66 | 0.84 | 0.5 |
| Hex | 50 | EB | 16 | 42 | 0 | 5B | 8 | 68 | 54 | 32 |
| Octal | 120 | 353 | 26 | 102 | 0 | 133 | 10 | 150 | 124 | 62 |
| Binary | 1010000 | 11101011 | 10110 | 1000010 | 0 | 1011011 | 1000 | 1101000 | 1010100 | 110010 |
Color Harmonies of #50EB16
Complementary color
Monochromatic Colors of #50EB16
Black with #50EB16
Text Example
Text Example
White with #50EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EB16; }
p { color: rgb(80,235,22); }
H1.HeaderClassName
{
color: #50EB16;
}
.AnyTagClassName
{
color: #50EB16;
}
</style>
background-color css
<style>
a { background-color: #50EB16; }
a { background-color: rgb(80,235,22); }
div.DivClassName
{
background-color: #50EB16;
}
.BgClassName
{
background-color: #50EB16;
}
</style>
border-color css
<style>
span { border-color: #50EB16; }
span { border-color: rgb(80,235,22); }
td.TdClassName
{
border-color: #50EB16;
}
.TagClassName
{
border-color: #50EB16;
}
</style>