Shades of Harlequin #44F811
Tints of Harlequin #44F811
RGB
CMYK
RGB Variations
Color information
#44F811 (or 0x44F811) is known color: Harlequin. HEX triplet: 44, F8 and 11. RGB value is (68,248,17). Sum of RGB (Red+Green+Blue) = 68+248+17=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 248 (97.27% from 255 or 74.47% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 248 - color contains mainly: green. Hex color #44F811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F811 is #BB07EE. Grayscale: #A8A8A8. Windows color (decimal): -12257263 or 1177668. OLE color: 1177668.
HSL color Cylindrical-coordinate representation of color #44F811: hue angle of 106.75º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44F811 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 248 | 17 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.03 |
| HSL | 106.75º | 0.94% | 0.52% | - |
| HSV(B) | 106.75º | 0.93% | 0.97% | - |
| XYZ | 36.05 | 68.4 | 11.83 | - |
| YUV | 167.85 | 42.87 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 248 | 17 | 0.73 | 0 | 0.93 | 0.03 | 106.75 | 0.94 | 0.52 |
| Hex | 44 | F8 | 11 | 49 | 0 | 5D | 3 | 6B | 5E | 34 |
| Octal | 104 | 370 | 21 | 111 | 0 | 135 | 3 | 153 | 136 | 64 |
| Binary | 1000100 | 11111000 | 10001 | 1001001 | 0 | 1011101 | 11 | 1101011 | 1011110 | 110100 |
Color Harmonies of #44F811
Complementary color
Monochromatic Colors of #44F811
Black with #44F811
Text Example
Text Example
White with #44F811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F811; }
p { color: rgb(68,248,17); }
H1.HeaderClassName
{
color: #44F811;
}
.AnyTagClassName
{
color: #44F811;
}
</style>
background-color css
<style>
a { background-color: #44F811; }
a { background-color: rgb(68,248,17); }
div.DivClassName
{
background-color: #44F811;
}
.BgClassName
{
background-color: #44F811;
}
</style>
border-color css
<style>
span { border-color: #44F811; }
span { border-color: rgb(68,248,17); }
td.TdClassName
{
border-color: #44F811;
}
.TagClassName
{
border-color: #44F811;
}
</style>