Shades of Harlequin #44EC17
Tints of Harlequin #44EC17
RGB
CMYK
RGB Variations
Color information
#44EC17 (or 0x44EC17) is known color: Harlequin. HEX triplet: 44, EC and 17. RGB value is (68,236,23). Sum of RGB (Red+Green+Blue) = 68+236+23=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 236 (92.58% from 255 or 72.17% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44EC17 is #BB13E8. Grayscale: #A2A2A2. Windows color (decimal): -12260329 or 1567812. OLE color: 1567812.
HSL color Cylindrical-coordinate representation of color #44EC17: hue angle of 107.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44EC17 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 23 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.07 |
| HSL | 107.32º | 0.85% | 0.51% | - |
| HSV(B) | 107.32º | 0.9% | 0.93% | - |
| XYZ | 32.53 | 61.28 | 10.92 | - |
| YUV | 161.49 | 49.84 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 23 | 0.71 | 0 | 0.90 | 0.07 | 107.32 | 0.85 | 0.51 |
| Hex | 44 | EC | 17 | 47 | 0 | 5A | 7 | 6B | 55 | 33 |
| Octal | 104 | 354 | 27 | 107 | 0 | 132 | 7 | 153 | 125 | 63 |
| Binary | 1000100 | 11101100 | 10111 | 1000111 | 0 | 1011010 | 111 | 1101011 | 1010101 | 110011 |
Color Harmonies of #44EC17
Complementary color
Monochromatic Colors of #44EC17
Black with #44EC17
Text Example
Text Example
White with #44EC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC17; }
p { color: rgb(68,236,23); }
H1.HeaderClassName
{
color: #44EC17;
}
.AnyTagClassName
{
color: #44EC17;
}
</style>
background-color css
<style>
a { background-color: #44EC17; }
a { background-color: rgb(68,236,23); }
div.DivClassName
{
background-color: #44EC17;
}
.BgClassName
{
background-color: #44EC17;
}
</style>
border-color css
<style>
span { border-color: #44EC17; }
span { border-color: rgb(68,236,23); }
td.TdClassName
{
border-color: #44EC17;
}
.TagClassName
{
border-color: #44EC17;
}
</style>