Shades of Harlequin #44F012
Tints of Harlequin #44F012
RGB
CMYK
RGB Variations
Color information
#44F012 (or 0x44F012) is known color: Harlequin. HEX triplet: 44, F0 and 12. RGB value is (68,240,18). Sum of RGB (Red+Green+Blue) = 68+240+18=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #44F012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F012 is #BB0FED. Grayscale: #A3A3A3. Windows color (decimal): -12259310 or 1241156. OLE color: 1241156.
HSL color Cylindrical-coordinate representation of color #44F012: hue angle of 106.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44F012 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 240 | 18 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.06 |
| HSL | 106.49º | 0.88% | 0.51% | - |
| HSV(B) | 106.49º | 0.93% | 0.94% | - |
| XYZ | 33.65 | 63.59 | 11.07 | - |
| YUV | 163.26 | 46.02 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 240 | 18 | 0.72 | 0 | 0.92 | 0.06 | 106.49 | 0.88 | 0.51 |
| Hex | 44 | F0 | 12 | 48 | 0 | 5C | 6 | 6A | 58 | 33 |
| Octal | 104 | 360 | 22 | 110 | 0 | 134 | 6 | 152 | 130 | 63 |
| Binary | 1000100 | 11110000 | 10010 | 1001000 | 0 | 1011100 | 110 | 1101010 | 1011000 | 110011 |
Color Harmonies of #44F012
Complementary color
Monochromatic Colors of #44F012
Black with #44F012
Text Example
Text Example
White with #44F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F012; }
p { color: rgb(68,240,18); }
H1.HeaderClassName
{
color: #44F012;
}
.AnyTagClassName
{
color: #44F012;
}
</style>
background-color css
<style>
a { background-color: #44F012; }
a { background-color: rgb(68,240,18); }
div.DivClassName
{
background-color: #44F012;
}
.BgClassName
{
background-color: #44F012;
}
</style>
border-color css
<style>
span { border-color: #44F012; }
span { border-color: rgb(68,240,18); }
td.TdClassName
{
border-color: #44F012;
}
.TagClassName
{
border-color: #44F012;
}
</style>