Shades of Harlequin #44F015
Tints of Harlequin #44F015
RGB
CMYK
RGB Variations
Color information
#44F015 (or 0x44F015) is known color: Harlequin. HEX triplet: 44, F0 and 15. RGB value is (68,240,21). Sum of RGB (Red+Green+Blue) = 68+240+21=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #44F015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F015 is #BB0FEA. Grayscale: #A4A4A4. Windows color (decimal): -12259307 or 1437764. OLE color: 1437764.
HSL color Cylindrical-coordinate representation of color #44F015: hue angle of 107.12º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44F015 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 240 | 21 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.06 |
| HSL | 107.12º | 0.88% | 0.51% | - |
| HSV(B) | 107.12º | 0.91% | 0.94% | - |
| XYZ | 33.68 | 63.6 | 11.21 | - |
| YUV | 163.61 | 47.52 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 240 | 21 | 0.72 | 0 | 0.91 | 0.06 | 107.12 | 0.88 | 0.51 |
| Hex | 44 | F0 | 15 | 48 | 0 | 5B | 6 | 6B | 58 | 33 |
| Octal | 104 | 360 | 25 | 110 | 0 | 133 | 6 | 153 | 130 | 63 |
| Binary | 1000100 | 11110000 | 10101 | 1001000 | 0 | 1011011 | 110 | 1101011 | 1011000 | 110011 |
Color Harmonies of #44F015
Complementary color
Monochromatic Colors of #44F015
Black with #44F015
Text Example
Text Example
White with #44F015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F015; }
p { color: rgb(68,240,21); }
H1.HeaderClassName
{
color: #44F015;
}
.AnyTagClassName
{
color: #44F015;
}
</style>
background-color css
<style>
a { background-color: #44F015; }
a { background-color: rgb(68,240,21); }
div.DivClassName
{
background-color: #44F015;
}
.BgClassName
{
background-color: #44F015;
}
</style>
border-color css
<style>
span { border-color: #44F015; }
span { border-color: rgb(68,240,21); }
td.TdClassName
{
border-color: #44F015;
}
.TagClassName
{
border-color: #44F015;
}
</style>