Shades of Harlequin #44EC03
Tints of Harlequin #44EC03
RGB
CMYK
RGB Variations
Color information
#44EC03 (or 0x44EC03) is known color: Harlequin. HEX triplet: 44, EC and 03. RGB value is (68,236,3). Sum of RGB (Red+Green+Blue) = 68+236+3=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 236 (92.58% from 255 or 76.87% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44EC03 is #BB13FC. Grayscale: #9F9F9F. Windows color (decimal): -12260349 or 257092. OLE color: 257092.
HSL color Cylindrical-coordinate representation of color #44EC03: hue angle of 103.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44EC03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.07 |
| HSL | 103.26º | 0.97% | 0.47% | - |
| HSV(B) | 103.26º | 0.99% | 0.93% | - |
| XYZ | 32.4 | 61.23 | 10.2 | - |
| YUV | 159.21 | 39.84 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 3 | 0.71 | 0 | 0.99 | 0.07 | 103.26 | 0.97 | 0.47 |
| Hex | 44 | EC | 3 | 47 | 0 | 63 | 7 | 67 | 61 | 2F |
| Octal | 104 | 354 | 3 | 107 | 0 | 143 | 7 | 147 | 141 | 57 |
| Binary | 1000100 | 11101100 | 11 | 1000111 | 0 | 1100011 | 111 | 1100111 | 1100001 | 101111 |
Color Harmonies of #44EC03
Complementary color
Monochromatic Colors of #44EC03
Black with #44EC03
Text Example
Text Example
White with #44EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC03; }
p { color: rgb(68,236,3); }
H1.HeaderClassName
{
color: #44EC03;
}
.AnyTagClassName
{
color: #44EC03;
}
</style>
background-color css
<style>
a { background-color: #44EC03; }
a { background-color: rgb(68,236,3); }
div.DivClassName
{
background-color: #44EC03;
}
.BgClassName
{
background-color: #44EC03;
}
</style>
border-color css
<style>
span { border-color: #44EC03; }
span { border-color: rgb(68,236,3); }
td.TdClassName
{
border-color: #44EC03;
}
.TagClassName
{
border-color: #44EC03;
}
</style>