Shades of Harlequin #44E10C
Tints of Harlequin #44E10C
RGB
CMYK
RGB Variations
Color information
#44E10C (or 0x44E10C) is known color: Harlequin. HEX triplet: 44, E1 and 0C. RGB value is (68,225,12). Sum of RGB (Red+Green+Blue) = 68+225+12=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #44E10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E10C is #BB1EF3. Grayscale: #9A9A9A. Windows color (decimal): -12263156 or 844100. OLE color: 844100.
HSL color Cylindrical-coordinate representation of color #44E10C: hue angle of 104.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44E10C is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 12 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.12 |
| HSL | 104.23º | 0.9% | 0.46% | - |
| HSV(B) | 104.23º | 0.95% | 0.88% | - |
| XYZ | 29.38 | 55.11 | 9.44 | - |
| YUV | 153.78 | 47.99 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 12 | 0.70 | 0 | 0.95 | 0.12 | 104.23 | 0.9 | 0.46 |
| Hex | 44 | E1 | C | 46 | 0 | 5F | C | 68 | 5A | 2E |
| Octal | 104 | 341 | 14 | 106 | 0 | 137 | 14 | 150 | 132 | 56 |
| Binary | 1000100 | 11100001 | 1100 | 1000110 | 0 | 1011111 | 1100 | 1101000 | 1011010 | 101110 |
Color Harmonies of #44E10C
Complementary color
Monochromatic Colors of #44E10C
Black with #44E10C
Text Example
Text Example
White with #44E10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E10C; }
p { color: rgb(68,225,12); }
H1.HeaderClassName
{
color: #44E10C;
}
.AnyTagClassName
{
color: #44E10C;
}
</style>
background-color css
<style>
a { background-color: #44E10C; }
a { background-color: rgb(68,225,12); }
div.DivClassName
{
background-color: #44E10C;
}
.BgClassName
{
background-color: #44E10C;
}
</style>
border-color css
<style>
span { border-color: #44E10C; }
span { border-color: rgb(68,225,12); }
td.TdClassName
{
border-color: #44E10C;
}
.TagClassName
{
border-color: #44E10C;
}
</style>