Shades of Harlequin #44EF1D
Tints of Harlequin #44EF1D
RGB
CMYK
RGB Variations
Color information
#44EF1D (or 0x44EF1D) is known color: Harlequin. HEX triplet: 44, EF and 1D. RGB value is (68,239,29). Sum of RGB (Red+Green+Blue) = 68+239+29=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 239 (93.75% from 255 or 71.13% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EF1D is #BB10E2. Grayscale: #A4A4A4. Windows color (decimal): -12259555 or 1961796. OLE color: 1961796.
HSL color Cylindrical-coordinate representation of color #44EF1D: hue angle of 108.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44EF1D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 29 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.06 |
| HSL | 108.86º | 0.87% | 0.53% | - |
| HSV(B) | 108.86º | 0.88% | 0.94% | - |
| XYZ | 33.47 | 63.05 | 11.57 | - |
| YUV | 163.93 | 51.85 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 29 | 0.72 | 0 | 0.88 | 0.06 | 108.86 | 0.87 | 0.53 |
| Hex | 44 | EF | 1D | 48 | 0 | 58 | 6 | 6D | 57 | 35 |
| Octal | 104 | 357 | 35 | 110 | 0 | 130 | 6 | 155 | 127 | 65 |
| Binary | 1000100 | 11101111 | 11101 | 1001000 | 0 | 1011000 | 110 | 1101101 | 1010111 | 110101 |
Color Harmonies of #44EF1D
Complementary color
Monochromatic Colors of #44EF1D
Black with #44EF1D
Text Example
Text Example
White with #44EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EF1D; }
p { color: rgb(68,239,29); }
H1.HeaderClassName
{
color: #44EF1D;
}
.AnyTagClassName
{
color: #44EF1D;
}
</style>
background-color css
<style>
a { background-color: #44EF1D; }
a { background-color: rgb(68,239,29); }
div.DivClassName
{
background-color: #44EF1D;
}
.BgClassName
{
background-color: #44EF1D;
}
</style>
border-color css
<style>
span { border-color: #44EF1D; }
span { border-color: rgb(68,239,29); }
td.TdClassName
{
border-color: #44EF1D;
}
.TagClassName
{
border-color: #44EF1D;
}
</style>