Shades of Harlequin #50EC0D
Tints of Harlequin #50EC0D
RGB
CMYK
RGB Variations
Color information
#50EC0D (or 0x50EC0D) is known color: Harlequin. HEX triplet: 50, EC and 0D. RGB value is (80,236,13). Sum of RGB (Red+Green+Blue) = 80+236+13=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EC0D is #AF13F2. Grayscale: #A4A4A4. Windows color (decimal): -11473907 or 912464. OLE color: 912464.
HSL color Cylindrical-coordinate representation of color #50EC0D: hue angle of 101.97º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50EC0D is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 13 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.07 |
| HSL | 101.97º | 0.9% | 0.49% | - |
| HSV(B) | 101.97º | 0.94% | 0.93% | - |
| XYZ | 33.38 | 61.73 | 10.54 | - |
| YUV | 163.93 | 42.82 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 13 | 0.66 | 0 | 0.94 | 0.07 | 101.97 | 0.9 | 0.49 |
| Hex | 50 | EC | D | 42 | 0 | 5E | 7 | 66 | 5A | 31 |
| Octal | 120 | 354 | 15 | 102 | 0 | 136 | 7 | 146 | 132 | 61 |
| Binary | 1010000 | 11101100 | 1101 | 1000010 | 0 | 1011110 | 111 | 1100110 | 1011010 | 110001 |
Color Harmonies of #50EC0D
Complementary color
Monochromatic Colors of #50EC0D
Black with #50EC0D
Text Example
Text Example
White with #50EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC0D; }
p { color: rgb(80,236,13); }
H1.HeaderClassName
{
color: #50EC0D;
}
.AnyTagClassName
{
color: #50EC0D;
}
</style>
background-color css
<style>
a { background-color: #50EC0D; }
a { background-color: rgb(80,236,13); }
div.DivClassName
{
background-color: #50EC0D;
}
.BgClassName
{
background-color: #50EC0D;
}
</style>
border-color css
<style>
span { border-color: #50EC0D; }
span { border-color: rgb(80,236,13); }
td.TdClassName
{
border-color: #50EC0D;
}
.TagClassName
{
border-color: #50EC0D;
}
</style>