Shades of Harlequin #44E013
Tints of Harlequin #44E013
RGB
CMYK
RGB Variations
Color information
#44E013 (or 0x44E013) is known color: Harlequin. HEX triplet: 44, E0 and 13. RGB value is (68,224,19). Sum of RGB (Red+Green+Blue) = 68+224+19=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #44E013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E013 is #BB1FEC. Grayscale: #9A9A9A. Windows color (decimal): -12263405 or 1302596. OLE color: 1302596.
HSL color Cylindrical-coordinate representation of color #44E013: hue angle of 105.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44E013 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 224 | 19 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.12 |
| HSL | 105.66º | 0.84% | 0.48% | - |
| HSV(B) | 105.66º | 0.92% | 0.88% | - |
| XYZ | 29.16 | 54.59 | 9.62 | - |
| YUV | 153.99 | 51.82 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 224 | 19 | 0.70 | 0 | 0.92 | 0.12 | 105.66 | 0.84 | 0.48 |
| Hex | 44 | E0 | 13 | 46 | 0 | 5C | C | 6A | 54 | 30 |
| Octal | 104 | 340 | 23 | 106 | 0 | 134 | 14 | 152 | 124 | 60 |
| Binary | 1000100 | 11100000 | 10011 | 1000110 | 0 | 1011100 | 1100 | 1101010 | 1010100 | 110000 |
Color Harmonies of #44E013
Complementary color
Monochromatic Colors of #44E013
Black with #44E013
Text Example
Text Example
White with #44E013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E013; }
p { color: rgb(68,224,19); }
H1.HeaderClassName
{
color: #44E013;
}
.AnyTagClassName
{
color: #44E013;
}
</style>
background-color css
<style>
a { background-color: #44E013; }
a { background-color: rgb(68,224,19); }
div.DivClassName
{
background-color: #44E013;
}
.BgClassName
{
background-color: #44E013;
}
</style>
border-color css
<style>
span { border-color: #44E013; }
span { border-color: rgb(68,224,19); }
td.TdClassName
{
border-color: #44E013;
}
.TagClassName
{
border-color: #44E013;
}
</style>