Shades of Harlequin #44F200
Tints of Harlequin #44F200
RGB
CMYK
RGB Variations
Color information
#44F200 (or 0x44F200) is known color: Harlequin. HEX triplet: 44, F2 and 00. RGB value is (68,242,0). Sum of RGB (Red+Green+Blue) = 68+242+0=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 242 (94.92% from 255 or 78.06% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 242 - color contains mainly: green. Hex color #44F200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F200 is #BB0DFF. Grayscale: #A3A3A3. Windows color (decimal): -12258816 or 62020. OLE color: 62020.
HSL color Cylindrical-coordinate representation of color #44F200: hue angle of 103.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44F200 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.05 |
| HSL | 103.14º | 1% | 0.47% | - |
| HSV(B) | 103.14º | 1% | 0.95% | - |
| XYZ | 34.14 | 64.73 | 10.7 | - |
| YUV | 162.39 | 36.35 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 0 | 0.72 | 0 | 1 | 0.05 | 103.14 | 1 | 0.47 |
| Hex | 44 | F2 | 0 | 48 | 0 | 64 | 5 | 67 | 64 | 2F |
| Octal | 104 | 362 | 0 | 110 | 0 | 144 | 5 | 147 | 144 | 57 |
| Binary | 1000100 | 11110010 | 0 | 1001000 | 0 | 1100100 | 101 | 1100111 | 1100100 | 101111 |
Color Harmonies of #44F200
Complementary color
Monochromatic Colors of #44F200
Black with #44F200
Text Example
Text Example
White with #44F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F200; }
p { color: rgb(68,242,0); }
H1.HeaderClassName
{
color: #44F200;
}
.AnyTagClassName
{
color: #44F200;
}
</style>
background-color css
<style>
a { background-color: #44F200; }
a { background-color: rgb(68,242,0); }
div.DivClassName
{
background-color: #44F200;
}
.BgClassName
{
background-color: #44F200;
}
</style>
border-color css
<style>
span { border-color: #44F200; }
span { border-color: rgb(68,242,0); }
td.TdClassName
{
border-color: #44F200;
}
.TagClassName
{
border-color: #44F200;
}
</style>