Shades of Harlequin #50EF12
Tints of Harlequin #50EF12
RGB
CMYK
RGB Variations
Color information
#50EF12 (or 0x50EF12) is known color: Harlequin. HEX triplet: 50, EF and 12. RGB value is (80,239,18). Sum of RGB (Red+Green+Blue) = 80+239+18=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 239 (93.75% from 255 or 70.92% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EF12 is #AF10ED. Grayscale: #A6A6A6. Windows color (decimal): -11473134 or 1240912. OLE color: 1240912.
HSL color Cylindrical-coordinate representation of color #50EF12: hue angle of 103.17º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50EF12 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 18 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.06 |
| HSL | 103.17º | 0.87% | 0.5% | - |
| HSV(B) | 103.17º | 0.92% | 0.94% | - |
| XYZ | 34.28 | 63.48 | 11.02 | - |
| YUV | 166.27 | 44.32 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 18 | 0.67 | 0 | 0.92 | 0.06 | 103.17 | 0.87 | 0.5 |
| Hex | 50 | EF | 12 | 43 | 0 | 5C | 6 | 67 | 57 | 32 |
| Octal | 120 | 357 | 22 | 103 | 0 | 134 | 6 | 147 | 127 | 62 |
| Binary | 1010000 | 11101111 | 10010 | 1000011 | 0 | 1011100 | 110 | 1100111 | 1010111 | 110010 |
Color Harmonies of #50EF12
Complementary color
Monochromatic Colors of #50EF12
Black with #50EF12
Text Example
Text Example
White with #50EF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF12; }
p { color: rgb(80,239,18); }
H1.HeaderClassName
{
color: #50EF12;
}
.AnyTagClassName
{
color: #50EF12;
}
</style>
background-color css
<style>
a { background-color: #50EF12; }
a { background-color: rgb(80,239,18); }
div.DivClassName
{
background-color: #50EF12;
}
.BgClassName
{
background-color: #50EF12;
}
</style>
border-color css
<style>
span { border-color: #50EF12; }
span { border-color: rgb(80,239,18); }
td.TdClassName
{
border-color: #50EF12;
}
.TagClassName
{
border-color: #50EF12;
}
</style>