Shades of Harlequin #44FC19
Tints of Harlequin #44FC19
RGB
CMYK
RGB Variations
Color information
#44FC19 (or 0x44FC19) is known color: Harlequin. HEX triplet: 44, FC and 19. RGB value is (68,252,25). Sum of RGB (Red+Green+Blue) = 68+252+25=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 252 (98.83% from 255 or 73.04% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 252 - color contains mainly: green. Hex color #44FC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44FC19 is #BB03E6. Grayscale: #ABABAB. Windows color (decimal): -12256231 or 1702980. OLE color: 1702980.
HSL color Cylindrical-coordinate representation of color #44FC19: hue angle of 108.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44FC19 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 252 | 25 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.01 |
| HSL | 108.63º | 0.97% | 0.54% | - |
| HSV(B) | 108.63º | 0.9% | 0.99% | - |
| XYZ | 37.37 | 70.92 | 12.64 | - |
| YUV | 171.11 | 45.54 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 252 | 25 | 0.73 | 0 | 0.90 | 0.01 | 108.63 | 0.97 | 0.54 |
| Hex | 44 | FC | 19 | 49 | 0 | 5A | 1 | 6D | 61 | 36 |
| Octal | 104 | 374 | 31 | 111 | 0 | 132 | 1 | 155 | 141 | 66 |
| Binary | 1000100 | 11111100 | 11001 | 1001001 | 0 | 1011010 | 1 | 1101101 | 1100001 | 110110 |
Color Harmonies of #44FC19
Complementary color
Monochromatic Colors of #44FC19
Black with #44FC19
Text Example
Text Example
White with #44FC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FC19; }
p { color: rgb(68,252,25); }
H1.HeaderClassName
{
color: #44FC19;
}
.AnyTagClassName
{
color: #44FC19;
}
</style>
background-color css
<style>
a { background-color: #44FC19; }
a { background-color: rgb(68,252,25); }
div.DivClassName
{
background-color: #44FC19;
}
.BgClassName
{
background-color: #44FC19;
}
</style>
border-color css
<style>
span { border-color: #44FC19; }
span { border-color: rgb(68,252,25); }
td.TdClassName
{
border-color: #44FC19;
}
.TagClassName
{
border-color: #44FC19;
}
</style>