Shades of Harlequin #44F014
Tints of Harlequin #44F014
RGB
CMYK
RGB Variations
Color information
#44F014 (or 0x44F014) is known color: Harlequin. HEX triplet: 44, F0 and 14. RGB value is (68,240,20). Sum of RGB (Red+Green+Blue) = 68+240+20=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #44F014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F014 is #BB0FEB. Grayscale: #A4A4A4. Windows color (decimal): -12259308 or 1372228. OLE color: 1372228.
HSL color Cylindrical-coordinate representation of color #44F014: hue angle of 106.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44F014 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 240 | 20 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.06 |
| HSL | 106.91º | 0.88% | 0.51% | - |
| HSV(B) | 106.91º | 0.92% | 0.94% | - |
| XYZ | 33.67 | 63.6 | 11.16 | - |
| YUV | 163.49 | 47.02 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 240 | 20 | 0.72 | 0 | 0.92 | 0.06 | 106.91 | 0.88 | 0.51 |
| Hex | 44 | F0 | 14 | 48 | 0 | 5C | 6 | 6B | 58 | 33 |
| Octal | 104 | 360 | 24 | 110 | 0 | 134 | 6 | 153 | 130 | 63 |
| Binary | 1000100 | 11110000 | 10100 | 1001000 | 0 | 1011100 | 110 | 1101011 | 1011000 | 110011 |
Color Harmonies of #44F014
Complementary color
Monochromatic Colors of #44F014
Black with #44F014
Text Example
Text Example
White with #44F014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F014; }
p { color: rgb(68,240,20); }
H1.HeaderClassName
{
color: #44F014;
}
.AnyTagClassName
{
color: #44F014;
}
</style>
background-color css
<style>
a { background-color: #44F014; }
a { background-color: rgb(68,240,20); }
div.DivClassName
{
background-color: #44F014;
}
.BgClassName
{
background-color: #44F014;
}
</style>
border-color css
<style>
span { border-color: #44F014; }
span { border-color: rgb(68,240,20); }
td.TdClassName
{
border-color: #44F014;
}
.TagClassName
{
border-color: #44F014;
}
</style>