Shades of Harlequin #44F01C
Tints of Harlequin #44F01C
RGB
CMYK
RGB Variations
Color information
#44F01C (or 0x44F01C) is known color: Harlequin. HEX triplet: 44, F0 and 1C. RGB value is (68,240,28). Sum of RGB (Red+Green+Blue) = 68+240+28=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #44F01C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F01C is #BB0FE3. Grayscale: #A5A5A5. Windows color (decimal): -12259300 or 1896516. OLE color: 1896516.
HSL color Cylindrical-coordinate representation of color #44F01C: hue angle of 108.68º degrees, saturation: 0.88, 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 #44F01C is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 240 | 28 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.06 |
| HSL | 108.68º | 0.88% | 0.53% | - |
| HSV(B) | 108.68º | 0.88% | 0.94% | - |
| XYZ | 33.75 | 63.63 | 11.6 | - |
| YUV | 164.4 | 51.02 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 240 | 28 | 0.72 | 0 | 0.88 | 0.06 | 108.68 | 0.88 | 0.53 |
| Hex | 44 | F0 | 1C | 48 | 0 | 58 | 6 | 6D | 58 | 35 |
| Octal | 104 | 360 | 34 | 110 | 0 | 130 | 6 | 155 | 130 | 65 |
| Binary | 1000100 | 11110000 | 11100 | 1001000 | 0 | 1011000 | 110 | 1101101 | 1011000 | 110101 |
Color Harmonies of #44F01C
Complementary color
Monochromatic Colors of #44F01C
Black with #44F01C
Text Example
Text Example
White with #44F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F01C; }
p { color: rgb(68,240,28); }
H1.HeaderClassName
{
color: #44F01C;
}
.AnyTagClassName
{
color: #44F01C;
}
</style>
background-color css
<style>
a { background-color: #44F01C; }
a { background-color: rgb(68,240,28); }
div.DivClassName
{
background-color: #44F01C;
}
.BgClassName
{
background-color: #44F01C;
}
</style>
border-color css
<style>
span { border-color: #44F01C; }
span { border-color: rgb(68,240,28); }
td.TdClassName
{
border-color: #44F01C;
}
.TagClassName
{
border-color: #44F01C;
}
</style>