Shades of Harlequin #44F211
Tints of Harlequin #44F211
RGB
CMYK
RGB Variations
Color information
#44F211 (or 0x44F211) is known color: Harlequin. HEX triplet: 44, F2 and 11. RGB value is (68,242,17). Sum of RGB (Red+Green+Blue) = 68+242+17=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #44F211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F211 is #BB0DEE. Grayscale: #A5A5A5. Windows color (decimal): -12258799 or 1176132. OLE color: 1176132.
HSL color Cylindrical-coordinate representation of color #44F211: hue angle of 106.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44F211 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 17 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.05 |
| HSL | 106.4º | 0.9% | 0.51% | - |
| HSV(B) | 106.4º | 0.93% | 0.95% | - |
| XYZ | 34.24 | 64.77 | 11.23 | - |
| YUV | 164.32 | 44.85 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 17 | 0.72 | 0 | 0.93 | 0.05 | 106.4 | 0.9 | 0.51 |
| Hex | 44 | F2 | 11 | 48 | 0 | 5D | 5 | 6A | 5A | 33 |
| Octal | 104 | 362 | 21 | 110 | 0 | 135 | 5 | 152 | 132 | 63 |
| Binary | 1000100 | 11110010 | 10001 | 1001000 | 0 | 1011101 | 101 | 1101010 | 1011010 | 110011 |
Color Harmonies of #44F211
Complementary color
Monochromatic Colors of #44F211
Black with #44F211
Text Example
Text Example
White with #44F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F211; }
p { color: rgb(68,242,17); }
H1.HeaderClassName
{
color: #44F211;
}
.AnyTagClassName
{
color: #44F211;
}
</style>
background-color css
<style>
a { background-color: #44F211; }
a { background-color: rgb(68,242,17); }
div.DivClassName
{
background-color: #44F211;
}
.BgClassName
{
background-color: #44F211;
}
</style>
border-color css
<style>
span { border-color: #44F211; }
span { border-color: rgb(68,242,17); }
td.TdClassName
{
border-color: #44F211;
}
.TagClassName
{
border-color: #44F211;
}
</style>