Shades of Harlequin #44F519
Tints of Harlequin #44F519
RGB
CMYK
RGB Variations
Color information
#44F519 (or 0x44F519) is known color: Harlequin. HEX triplet: 44, F5 and 19. RGB value is (68,245,25). Sum of RGB (Red+Green+Blue) = 68+245+25=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 245 (96.09% from 255 or 72.49% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 245 - color contains mainly: green. Hex color #44F519 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F519 is #BB0AE6. Grayscale: #A7A7A7. Windows color (decimal): -12258023 or 1701188. OLE color: 1701188.
HSL color Cylindrical-coordinate representation of color #44F519: hue angle of 108.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44F519 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 245 | 25 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.04 |
| HSL | 108.27º | 0.92% | 0.53% | - |
| HSV(B) | 108.27º | 0.9% | 0.96% | - |
| XYZ | 35.21 | 66.6 | 11.92 | - |
| YUV | 167 | 47.86 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 245 | 25 | 0.72 | 0 | 0.90 | 0.04 | 108.27 | 0.92 | 0.53 |
| Hex | 44 | F5 | 19 | 48 | 0 | 5A | 4 | 6C | 5C | 35 |
| Octal | 104 | 365 | 31 | 110 | 0 | 132 | 4 | 154 | 134 | 65 |
| Binary | 1000100 | 11110101 | 11001 | 1001000 | 0 | 1011010 | 100 | 1101100 | 1011100 | 110101 |
Color Harmonies of #44F519
Complementary color
Monochromatic Colors of #44F519
Black with #44F519
Text Example
Text Example
White with #44F519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F519; }
p { color: rgb(68,245,25); }
H1.HeaderClassName
{
color: #44F519;
}
.AnyTagClassName
{
color: #44F519;
}
</style>
background-color css
<style>
a { background-color: #44F519; }
a { background-color: rgb(68,245,25); }
div.DivClassName
{
background-color: #44F519;
}
.BgClassName
{
background-color: #44F519;
}
</style>
border-color css
<style>
span { border-color: #44F519; }
span { border-color: rgb(68,245,25); }
td.TdClassName
{
border-color: #44F519;
}
.TagClassName
{
border-color: #44F519;
}
</style>