Shades of Harlequin #50EC03
Tints of Harlequin #50EC03
RGB
CMYK
RGB Variations
Color information
#50EC03 (or 0x50EC03) is known color: Harlequin. HEX triplet: 50, EC and 03. RGB value is (80,236,3). Sum of RGB (Red+Green+Blue) = 80+236+3=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EC03 is #AF13FC. Grayscale: #A3A3A3. Windows color (decimal): -11473917 or 257104. OLE color: 257104.
HSL color Cylindrical-coordinate representation of color #50EC03: hue angle of 100.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50EC03 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 3 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.07 |
| HSL | 100.17º | 0.97% | 0.47% | - |
| HSV(B) | 100.17º | 0.99% | 0.93% | - |
| XYZ | 33.32 | 61.7 | 10.24 | - |
| YUV | 162.79 | 37.82 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 3 | 0.66 | 0 | 0.99 | 0.07 | 100.17 | 0.97 | 0.47 |
| Hex | 50 | EC | 3 | 42 | 0 | 63 | 7 | 64 | 61 | 2F |
| Octal | 120 | 354 | 3 | 102 | 0 | 143 | 7 | 144 | 141 | 57 |
| Binary | 1010000 | 11101100 | 11 | 1000010 | 0 | 1100011 | 111 | 1100100 | 1100001 | 101111 |
Color Harmonies of #50EC03
Complementary color
Monochromatic Colors of #50EC03
Black with #50EC03
Text Example
Text Example
White with #50EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC03; }
p { color: rgb(80,236,3); }
H1.HeaderClassName
{
color: #50EC03;
}
.AnyTagClassName
{
color: #50EC03;
}
</style>
background-color css
<style>
a { background-color: #50EC03; }
a { background-color: rgb(80,236,3); }
div.DivClassName
{
background-color: #50EC03;
}
.BgClassName
{
background-color: #50EC03;
}
</style>
border-color css
<style>
span { border-color: #50EC03; }
span { border-color: rgb(80,236,3); }
td.TdClassName
{
border-color: #50EC03;
}
.TagClassName
{
border-color: #50EC03;
}
</style>