Shades of Harlequin #44F10F
Tints of Harlequin #44F10F
RGB
CMYK
RGB Variations
Color information
#44F10F (or 0x44F10F) is known color: Harlequin. HEX triplet: 44, F1 and 0F. RGB value is (68,241,15). Sum of RGB (Red+Green+Blue) = 68+241+15=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #44F10F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F10F is #BB0EF0. Grayscale: #A4A4A4. Windows color (decimal): -12259057 or 1044804. OLE color: 1044804.
HSL color Cylindrical-coordinate representation of color #44F10F: hue angle of 105.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44F10F is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 241 | 15 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.05 |
| HSL | 105.93º | 0.89% | 0.5% | - |
| HSV(B) | 105.93º | 0.94% | 0.95% | - |
| XYZ | 33.93 | 64.17 | 11.05 | - |
| YUV | 163.51 | 44.19 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 241 | 15 | 0.72 | 0 | 0.94 | 0.05 | 105.93 | 0.89 | 0.5 |
| Hex | 44 | F1 | F | 48 | 0 | 5E | 5 | 6A | 59 | 32 |
| Octal | 104 | 361 | 17 | 110 | 0 | 136 | 5 | 152 | 131 | 62 |
| Binary | 1000100 | 11110001 | 1111 | 1001000 | 0 | 1011110 | 101 | 1101010 | 1011001 | 110010 |
Color Harmonies of #44F10F
Complementary color
Monochromatic Colors of #44F10F
Black with #44F10F
Text Example
Text Example
White with #44F10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F10F; }
p { color: rgb(68,241,15); }
H1.HeaderClassName
{
color: #44F10F;
}
.AnyTagClassName
{
color: #44F10F;
}
</style>
background-color css
<style>
a { background-color: #44F10F; }
a { background-color: rgb(68,241,15); }
div.DivClassName
{
background-color: #44F10F;
}
.BgClassName
{
background-color: #44F10F;
}
</style>
border-color css
<style>
span { border-color: #44F10F; }
span { border-color: rgb(68,241,15); }
td.TdClassName
{
border-color: #44F10F;
}
.TagClassName
{
border-color: #44F10F;
}
</style>