Shades of Harlequin #44E008
Tints of Harlequin #44E008
RGB
CMYK
RGB Variations
Color information
#44E008 (or 0x44E008) is known color: Harlequin. HEX triplet: 44, E0 and 08. RGB value is (68,224,8). Sum of RGB (Red+Green+Blue) = 68+224+8=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 224 (87.89% from 255 or 74.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 224 - color contains mainly: green. Hex color #44E008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E008 is #BB1FF7. Grayscale: #999999. Windows color (decimal): -12263416 or 581700. OLE color: 581700.
HSL color Cylindrical-coordinate representation of color #44E008: hue angle of 103.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44E008 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 224 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.12 |
| HSL | 103.33º | 0.93% | 0.45% | - |
| HSV(B) | 103.33º | 0.96% | 0.88% | - |
| XYZ | 29.08 | 54.56 | 9.23 | - |
| YUV | 152.73 | 46.32 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 224 | 8 | 0.70 | 0 | 0.96 | 0.12 | 103.33 | 0.93 | 0.45 |
| Hex | 44 | E0 | 8 | 46 | 0 | 60 | C | 67 | 5D | 2D |
| Octal | 104 | 340 | 10 | 106 | 0 | 140 | 14 | 147 | 135 | 55 |
| Binary | 1000100 | 11100000 | 1000 | 1000110 | 0 | 1100000 | 1100 | 1100111 | 1011101 | 101101 |
Color Harmonies of #44E008
Complementary color
Monochromatic Colors of #44E008
Black with #44E008
Text Example
Text Example
White with #44E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E008; }
p { color: rgb(68,224,8); }
H1.HeaderClassName
{
color: #44E008;
}
.AnyTagClassName
{
color: #44E008;
}
</style>
background-color css
<style>
a { background-color: #44E008; }
a { background-color: rgb(68,224,8); }
div.DivClassName
{
background-color: #44E008;
}
.BgClassName
{
background-color: #44E008;
}
</style>
border-color css
<style>
span { border-color: #44E008; }
span { border-color: rgb(68,224,8); }
td.TdClassName
{
border-color: #44E008;
}
.TagClassName
{
border-color: #44E008;
}
</style>