Shades of Harlequin #50EB04
Tints of Harlequin #50EB04
RGB
CMYK
RGB Variations
Color information
#50EB04 (or 0x50EB04) is known color: Harlequin. HEX triplet: 50, EB and 04. RGB value is (80,235,4). Sum of RGB (Red+Green+Blue) = 80+235+4=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 235 (92.19% from 255 or 73.67% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EB04 is #AF14FB. Grayscale: #A3A3A3. Windows color (decimal): -11474172 or 322384. OLE color: 322384.
HSL color Cylindrical-coordinate representation of color #50EB04: hue angle of 100.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50EB04 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.08 |
| HSL | 100.26º | 0.97% | 0.47% | - |
| HSV(B) | 100.26º | 0.98% | 0.92% | - |
| XYZ | 33.04 | 61.13 | 10.17 | - |
| YUV | 162.32 | 38.65 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 4 | 0.66 | 0 | 0.98 | 0.08 | 100.26 | 0.97 | 0.47 |
| Hex | 50 | EB | 4 | 42 | 0 | 62 | 8 | 64 | 61 | 2F |
| Octal | 120 | 353 | 4 | 102 | 0 | 142 | 10 | 144 | 141 | 57 |
| Binary | 1010000 | 11101011 | 100 | 1000010 | 0 | 1100010 | 1000 | 1100100 | 1100001 | 101111 |
Color Harmonies of #50EB04
Complementary color
Monochromatic Colors of #50EB04
Black with #50EB04
Text Example
Text Example
White with #50EB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EB04; }
p { color: rgb(80,235,4); }
H1.HeaderClassName
{
color: #50EB04;
}
.AnyTagClassName
{
color: #50EB04;
}
</style>
background-color css
<style>
a { background-color: #50EB04; }
a { background-color: rgb(80,235,4); }
div.DivClassName
{
background-color: #50EB04;
}
.BgClassName
{
background-color: #50EB04;
}
</style>
border-color css
<style>
span { border-color: #50EB04; }
span { border-color: rgb(80,235,4); }
td.TdClassName
{
border-color: #50EB04;
}
.TagClassName
{
border-color: #50EB04;
}
</style>