Shades of Harlequin #44EF1A
Tints of Harlequin #44EF1A
RGB
CMYK
RGB Variations
Color information
#44EF1A (or 0x44EF1A) is known color: Harlequin. HEX triplet: 44, EF and 1A. RGB value is (68,239,26). Sum of RGB (Red+Green+Blue) = 68+239+26=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 239 (93.75% from 255 or 71.77% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EF1A is #BB10E5. Grayscale: #A4A4A4. Windows color (decimal): -12259558 or 1765188. OLE color: 1765188.
HSL color Cylindrical-coordinate representation of color #44EF1A: hue angle of 108.17º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44EF1A is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 26 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.06 |
| HSL | 108.17º | 0.87% | 0.52% | - |
| HSV(B) | 108.17º | 0.89% | 0.94% | - |
| XYZ | 33.44 | 63.04 | 11.38 | - |
| YUV | 163.59 | 50.35 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 26 | 0.72 | 0 | 0.89 | 0.06 | 108.17 | 0.87 | 0.52 |
| Hex | 44 | EF | 1A | 48 | 0 | 59 | 6 | 6C | 57 | 34 |
| Octal | 104 | 357 | 32 | 110 | 0 | 131 | 6 | 154 | 127 | 64 |
| Binary | 1000100 | 11101111 | 11010 | 1001000 | 0 | 1011001 | 110 | 1101100 | 1010111 | 110100 |
Color Harmonies of #44EF1A
Complementary color
Monochromatic Colors of #44EF1A
Black with #44EF1A
Text Example
Text Example
White with #44EF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EF1A; }
p { color: rgb(68,239,26); }
H1.HeaderClassName
{
color: #44EF1A;
}
.AnyTagClassName
{
color: #44EF1A;
}
</style>
background-color css
<style>
a { background-color: #44EF1A; }
a { background-color: rgb(68,239,26); }
div.DivClassName
{
background-color: #44EF1A;
}
.BgClassName
{
background-color: #44EF1A;
}
</style>
border-color css
<style>
span { border-color: #44EF1A; }
span { border-color: rgb(68,239,26); }
td.TdClassName
{
border-color: #44EF1A;
}
.TagClassName
{
border-color: #44EF1A;
}
</style>