Shades of Harlequin #44F024
Tints of Harlequin #44F024
RGB
CMYK
RGB Variations
Color information
#44F024 (or 0x44F024) is known color: Harlequin. HEX triplet: 44, F0 and 24. RGB value is (68,240,36). Sum of RGB (Red+Green+Blue) = 68+240+36=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #44F024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F024 is #BB0FDB. Grayscale: #A5A5A5. Windows color (decimal): -12259292 or 2420804. OLE color: 2420804.
HSL color Cylindrical-coordinate representation of color #44F024: hue angle of 110.59º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44F024 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 240 | 36 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.06 |
| HSL | 110.59º | 0.87% | 0.54% | - |
| HSV(B) | 110.59º | 0.85% | 0.94% | - |
| XYZ | 33.86 | 63.68 | 12.18 | - |
| YUV | 165.32 | 55.02 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 240 | 36 | 0.72 | 0 | 0.85 | 0.06 | 110.59 | 0.87 | 0.54 |
| Hex | 44 | F0 | 24 | 48 | 0 | 55 | 6 | 6F | 57 | 36 |
| Octal | 104 | 360 | 44 | 110 | 0 | 125 | 6 | 157 | 127 | 66 |
| Binary | 1000100 | 11110000 | 100100 | 1001000 | 0 | 1010101 | 110 | 1101111 | 1010111 | 110110 |
Color Harmonies of #44F024
Complementary color
Monochromatic Colors of #44F024
Black with #44F024
Text Example
Text Example
White with #44F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F024; }
p { color: rgb(68,240,36); }
H1.HeaderClassName
{
color: #44F024;
}
.AnyTagClassName
{
color: #44F024;
}
</style>
background-color css
<style>
a { background-color: #44F024; }
a { background-color: rgb(68,240,36); }
div.DivClassName
{
background-color: #44F024;
}
.BgClassName
{
background-color: #44F024;
}
</style>
border-color css
<style>
span { border-color: #44F024; }
span { border-color: rgb(68,240,36); }
td.TdClassName
{
border-color: #44F024;
}
.TagClassName
{
border-color: #44F024;
}
</style>