Shades of Harlequin #50F20E
Tints of Harlequin #50F20E
RGB
CMYK
RGB Variations
Color information
#50F20E (or 0x50F20E) is known color: Harlequin. HEX triplet: 50, F2 and 0E. RGB value is (80,242,14). Sum of RGB (Red+Green+Blue) = 80+242+14=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #50F20E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F20E is #AF0DF1. Grayscale: #A8A8A8. Windows color (decimal): -11472370 or 979536. OLE color: 979536.
HSL color Cylindrical-coordinate representation of color #50F20E: hue angle of 102.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50F20E is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 14 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.05 |
| HSL | 102.63º | 0.9% | 0.5% | - |
| HSV(B) | 102.63º | 0.94% | 0.95% | - |
| XYZ | 35.14 | 65.24 | 11.16 | - |
| YUV | 167.57 | 41.33 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 14 | 0.67 | 0 | 0.94 | 0.05 | 102.63 | 0.9 | 0.5 |
| Hex | 50 | F2 | E | 43 | 0 | 5E | 5 | 67 | 5A | 32 |
| Octal | 120 | 362 | 16 | 103 | 0 | 136 | 5 | 147 | 132 | 62 |
| Binary | 1010000 | 11110010 | 1110 | 1000011 | 0 | 1011110 | 101 | 1100111 | 1011010 | 110010 |
Color Harmonies of #50F20E
Complementary color
Monochromatic Colors of #50F20E
Black with #50F20E
Text Example
Text Example
White with #50F20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F20E; }
p { color: rgb(80,242,14); }
H1.HeaderClassName
{
color: #50F20E;
}
.AnyTagClassName
{
color: #50F20E;
}
</style>
background-color css
<style>
a { background-color: #50F20E; }
a { background-color: rgb(80,242,14); }
div.DivClassName
{
background-color: #50F20E;
}
.BgClassName
{
background-color: #50F20E;
}
</style>
border-color css
<style>
span { border-color: #50F20E; }
span { border-color: rgb(80,242,14); }
td.TdClassName
{
border-color: #50F20E;
}
.TagClassName
{
border-color: #50F20E;
}
</style>