Shades of Harlequin #50EA03
Tints of Harlequin #50EA03
RGB
CMYK
RGB Variations
Color information
#50EA03 (or 0x50EA03) is known color: Harlequin. HEX triplet: 50, EA and 03. RGB value is (80,234,3). Sum of RGB (Red+Green+Blue) = 80+234+3=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 234 (91.80% from 255 or 73.82% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EA03 is #AF15FC. Grayscale: #A2A2A2. Windows color (decimal): -11474429 or 256592. OLE color: 256592.
HSL color Cylindrical-coordinate representation of color #50EA03: hue angle of 100º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50EA03 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 3 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.08 |
| HSL | 100º | 0.97% | 0.46% | - |
| HSV(B) | 100º | 0.99% | 0.92% | - |
| XYZ | 32.75 | 60.56 | 10.05 | - |
| YUV | 161.62 | 38.48 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 3 | 0.66 | 0 | 0.99 | 0.08 | 100 | 0.97 | 0.46 |
| Hex | 50 | EA | 3 | 42 | 0 | 63 | 8 | 64 | 61 | 2E |
| Octal | 120 | 352 | 3 | 102 | 0 | 143 | 10 | 144 | 141 | 56 |
| Binary | 1010000 | 11101010 | 11 | 1000010 | 0 | 1100011 | 1000 | 1100100 | 1100001 | 101110 |
Color Harmonies of #50EA03
Complementary color
Monochromatic Colors of #50EA03
Black with #50EA03
Text Example
Text Example
White with #50EA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA03; }
p { color: rgb(80,234,3); }
H1.HeaderClassName
{
color: #50EA03;
}
.AnyTagClassName
{
color: #50EA03;
}
</style>
background-color css
<style>
a { background-color: #50EA03; }
a { background-color: rgb(80,234,3); }
div.DivClassName
{
background-color: #50EA03;
}
.BgClassName
{
background-color: #50EA03;
}
</style>
border-color css
<style>
span { border-color: #50EA03; }
span { border-color: rgb(80,234,3); }
td.TdClassName
{
border-color: #50EA03;
}
.TagClassName
{
border-color: #50EA03;
}
</style>