Shades of Harlequin #44F702
Tints of Harlequin #44F702
RGB
CMYK
RGB Variations
Color information
#44F702 (or 0x44F702) is known color: Harlequin. HEX triplet: 44, F7 and 02. RGB value is (68,247,2). Sum of RGB (Red+Green+Blue) = 68+247+2=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 247 (96.88% from 255 or 77.92% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 247 - color contains mainly: green. Hex color #44F702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F702 is #BB08FD. Grayscale: #A6A6A6. Windows color (decimal): -12257534 or 194372. OLE color: 194372.
HSL color Cylindrical-coordinate representation of color #44F702: hue angle of 103.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44F702 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 247 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.03 |
| HSL | 103.84º | 0.98% | 0.49% | - |
| HSV(B) | 103.84º | 0.99% | 0.97% | - |
| XYZ | 35.66 | 67.75 | 11.26 | - |
| YUV | 165.55 | 35.7 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 2 | 0.72 | 0 | 0.99 | 0.03 | 103.84 | 0.98 | 0.49 |
| Hex | 44 | F7 | 2 | 48 | 0 | 63 | 3 | 68 | 62 | 31 |
| Octal | 104 | 367 | 2 | 110 | 0 | 143 | 3 | 150 | 142 | 61 |
| Binary | 1000100 | 11110111 | 10 | 1001000 | 0 | 1100011 | 11 | 1101000 | 1100010 | 110001 |
Color Harmonies of #44F702
Complementary color
Monochromatic Colors of #44F702
Black with #44F702
Text Example
Text Example
White with #44F702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F702; }
p { color: rgb(68,247,2); }
H1.HeaderClassName
{
color: #44F702;
}
.AnyTagClassName
{
color: #44F702;
}
</style>
background-color css
<style>
a { background-color: #44F702; }
a { background-color: rgb(68,247,2); }
div.DivClassName
{
background-color: #44F702;
}
.BgClassName
{
background-color: #44F702;
}
</style>
border-color css
<style>
span { border-color: #44F702; }
span { border-color: rgb(68,247,2); }
td.TdClassName
{
border-color: #44F702;
}
.TagClassName
{
border-color: #44F702;
}
</style>