Shades of Harlequin #44FB04
Tints of Harlequin #44FB04
RGB
CMYK
RGB Variations
Color information
#44FB04 (or 0x44FB04) is known color: Harlequin. HEX triplet: 44, FB and 04. RGB value is (68,251,4). Sum of RGB (Red+Green+Blue) = 68+251+4=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 251 (98.44% from 255 or 77.71% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 251 - color contains mainly: green. Hex color #44FB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44FB04 is #BB04FB. Grayscale: #A8A8A8. Windows color (decimal): -12256508 or 326468. OLE color: 326468.
HSL color Cylindrical-coordinate representation of color #44FB04: hue angle of 104.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44FB04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.02 |
| HSL | 104.45º | 0.97% | 0.5% | - |
| HSV(B) | 104.45º | 0.98% | 0.98% | - |
| XYZ | 36.9 | 70.23 | 11.73 | - |
| YUV | 168.13 | 35.37 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 4 | 0.73 | 0 | 0.98 | 0.02 | 104.45 | 0.97 | 0.5 |
| Hex | 44 | FB | 4 | 49 | 0 | 62 | 2 | 68 | 61 | 32 |
| Octal | 104 | 373 | 4 | 111 | 0 | 142 | 2 | 150 | 141 | 62 |
| Binary | 1000100 | 11111011 | 100 | 1001001 | 0 | 1100010 | 10 | 1101000 | 1100001 | 110010 |
Color Harmonies of #44FB04
Complementary color
Monochromatic Colors of #44FB04
Black with #44FB04
Text Example
Text Example
White with #44FB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FB04; }
p { color: rgb(68,251,4); }
H1.HeaderClassName
{
color: #44FB04;
}
.AnyTagClassName
{
color: #44FB04;
}
</style>
background-color css
<style>
a { background-color: #44FB04; }
a { background-color: rgb(68,251,4); }
div.DivClassName
{
background-color: #44FB04;
}
.BgClassName
{
background-color: #44FB04;
}
</style>
border-color css
<style>
span { border-color: #44FB04; }
span { border-color: rgb(68,251,4); }
td.TdClassName
{
border-color: #44FB04;
}
.TagClassName
{
border-color: #44FB04;
}
</style>