Shades of Harlequin #44EC19
Tints of Harlequin #44EC19
RGB
CMYK
RGB Variations
Color information
#44EC19 (or 0x44EC19) is known color: Harlequin. HEX triplet: 44, EC and 19. RGB value is (68,236,25). Sum of RGB (Red+Green+Blue) = 68+236+25=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44EC19 is #BB13E6. Grayscale: #A2A2A2. Windows color (decimal): -12260327 or 1698884. OLE color: 1698884.
HSL color Cylindrical-coordinate representation of color #44EC19: hue angle of 107.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44EC19 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 25 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.07 |
| HSL | 107.77º | 0.85% | 0.51% | - |
| HSV(B) | 107.77º | 0.89% | 0.93% | - |
| XYZ | 32.55 | 61.29 | 11.03 | - |
| YUV | 161.71 | 50.84 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 25 | 0.71 | 0 | 0.89 | 0.07 | 107.77 | 0.85 | 0.51 |
| Hex | 44 | EC | 19 | 47 | 0 | 59 | 7 | 6C | 55 | 33 |
| Octal | 104 | 354 | 31 | 107 | 0 | 131 | 7 | 154 | 125 | 63 |
| Binary | 1000100 | 11101100 | 11001 | 1000111 | 0 | 1011001 | 111 | 1101100 | 1010101 | 110011 |
Color Harmonies of #44EC19
Complementary color
Monochromatic Colors of #44EC19
Black with #44EC19
Text Example
Text Example
White with #44EC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC19; }
p { color: rgb(68,236,25); }
H1.HeaderClassName
{
color: #44EC19;
}
.AnyTagClassName
{
color: #44EC19;
}
</style>
background-color css
<style>
a { background-color: #44EC19; }
a { background-color: rgb(68,236,25); }
div.DivClassName
{
background-color: #44EC19;
}
.BgClassName
{
background-color: #44EC19;
}
</style>
border-color css
<style>
span { border-color: #44EC19; }
span { border-color: rgb(68,236,25); }
td.TdClassName
{
border-color: #44EC19;
}
.TagClassName
{
border-color: #44EC19;
}
</style>