Shades of Harlequin #44EC0C
Tints of Harlequin #44EC0C
RGB
CMYK
RGB Variations
Color information
#44EC0C (or 0x44EC0C) is known color: Harlequin. HEX triplet: 44, EC and 0C. RGB value is (68,236,12). Sum of RGB (Red+Green+Blue) = 68+236+12=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44EC0C is #BB13F3. Grayscale: #A0A0A0. Windows color (decimal): -12260340 or 846916. OLE color: 846916.
HSL color Cylindrical-coordinate representation of color #44EC0C: hue angle of 105º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44EC0C is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 12 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.07 |
| HSL | 105º | 0.9% | 0.49% | - |
| HSV(B) | 105º | 0.95% | 0.93% | - |
| XYZ | 32.45 | 61.25 | 10.46 | - |
| YUV | 160.23 | 44.34 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 12 | 0.71 | 0 | 0.95 | 0.07 | 105 | 0.9 | 0.49 |
| Hex | 44 | EC | C | 47 | 0 | 5F | 7 | 69 | 5A | 31 |
| Octal | 104 | 354 | 14 | 107 | 0 | 137 | 7 | 151 | 132 | 61 |
| Binary | 1000100 | 11101100 | 1100 | 1000111 | 0 | 1011111 | 111 | 1101001 | 1011010 | 110001 |
Color Harmonies of #44EC0C
Complementary color
Monochromatic Colors of #44EC0C
Black with #44EC0C
Text Example
Text Example
White with #44EC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC0C; }
p { color: rgb(68,236,12); }
H1.HeaderClassName
{
color: #44EC0C;
}
.AnyTagClassName
{
color: #44EC0C;
}
</style>
background-color css
<style>
a { background-color: #44EC0C; }
a { background-color: rgb(68,236,12); }
div.DivClassName
{
background-color: #44EC0C;
}
.BgClassName
{
background-color: #44EC0C;
}
</style>
border-color css
<style>
span { border-color: #44EC0C; }
span { border-color: rgb(68,236,12); }
td.TdClassName
{
border-color: #44EC0C;
}
.TagClassName
{
border-color: #44EC0C;
}
</style>