Shades of Harlequin #44FA19
Tints of Harlequin #44FA19
RGB
CMYK
RGB Variations
Color information
#44FA19 (or 0x44FA19) is known color: Harlequin. HEX triplet: 44, FA and 19. RGB value is (68,250,25). Sum of RGB (Red+Green+Blue) = 68+250+25=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #44FA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44FA19 is #BB05E6. Grayscale: #AAAAAA. Windows color (decimal): -12256743 or 1702468. OLE color: 1702468.
HSL color Cylindrical-coordinate representation of color #44FA19: hue angle of 108.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44FA19 is Cyan = 0.73, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 25 | - |
| CMYK | 0.73 | 0 | 0.9 | 0.02 |
| HSL | 108.53º | 0.96% | 0.54% | - |
| HSV(B) | 108.53º | 0.9% | 0.98% | - |
| XYZ | 36.74 | 69.67 | 12.43 | - |
| YUV | 169.93 | 46.2 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 25 | 0.73 | 0 | 0.9 | 0.02 | 108.53 | 0.96 | 0.54 |
| Hex | 44 | FA | 19 | 49 | 0 | 5A | 2 | 6D | 60 | 36 |
| Octal | 104 | 372 | 31 | 111 | 0 | 132 | 2 | 155 | 140 | 66 |
| Binary | 1000100 | 11111010 | 11001 | 1001001 | 0 | 1011010 | 10 | 1101101 | 1100000 | 110110 |
Color Harmonies of #44FA19
Complementary color
Monochromatic Colors of #44FA19
Black with #44FA19
Text Example
Text Example
White with #44FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FA19; }
p { color: rgb(68,250,25); }
H1.HeaderClassName
{
color: #44FA19;
}
.AnyTagClassName
{
color: #44FA19;
}
</style>
background-color css
<style>
a { background-color: #44FA19; }
a { background-color: rgb(68,250,25); }
div.DivClassName
{
background-color: #44FA19;
}
.BgClassName
{
background-color: #44FA19;
}
</style>
border-color css
<style>
span { border-color: #44FA19; }
span { border-color: rgb(68,250,25); }
td.TdClassName
{
border-color: #44FA19;
}
.TagClassName
{
border-color: #44FA19;
}
</style>