Shades of Harlequin #44E207
Tints of Harlequin #44E207
RGB
CMYK
RGB Variations
Color information
#44E207 (or 0x44E207) is known color: Harlequin. HEX triplet: 44, E2 and 07. RGB value is (68,226,7). Sum of RGB (Red+Green+Blue) = 68+226+7=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #44E207 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E207 is #BB1DF8. Grayscale: #9A9A9A. Windows color (decimal): -12262905 or 516676. OLE color: 516676.
HSL color Cylindrical-coordinate representation of color #44E207: hue angle of 103.29º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44E207 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 226 | 7 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.11 |
| HSL | 103.29º | 0.94% | 0.46% | - |
| HSV(B) | 103.29º | 0.97% | 0.89% | - |
| XYZ | 29.62 | 55.64 | 9.38 | - |
| YUV | 153.79 | 45.15 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 226 | 7 | 0.70 | 0 | 0.97 | 0.11 | 103.29 | 0.94 | 0.46 |
| Hex | 44 | E2 | 7 | 46 | 0 | 61 | B | 67 | 5E | 2E |
| Octal | 104 | 342 | 7 | 106 | 0 | 141 | 13 | 147 | 136 | 56 |
| Binary | 1000100 | 11100010 | 111 | 1000110 | 0 | 1100001 | 1011 | 1100111 | 1011110 | 101110 |
Color Harmonies of #44E207
Complementary color
Monochromatic Colors of #44E207
Black with #44E207
Text Example
Text Example
White with #44E207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E207; }
p { color: rgb(68,226,7); }
H1.HeaderClassName
{
color: #44E207;
}
.AnyTagClassName
{
color: #44E207;
}
</style>
background-color css
<style>
a { background-color: #44E207; }
a { background-color: rgb(68,226,7); }
div.DivClassName
{
background-color: #44E207;
}
.BgClassName
{
background-color: #44E207;
}
</style>
border-color css
<style>
span { border-color: #44E207; }
span { border-color: rgb(68,226,7); }
td.TdClassName
{
border-color: #44E207;
}
.TagClassName
{
border-color: #44E207;
}
</style>