Shades of Harlequin #42E804
Tints of Harlequin #42E804
RGB
CMYK
RGB Variations
Color information
#42E804 (or 0x42E804) is known color: Harlequin. HEX triplet: 42, E8 and 04. RGB value is (66,232,4). Sum of RGB (Red+Green+Blue) = 66+232+4=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 232 (91.02% from 255 or 76.82% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 232 - color contains mainly: green. Hex color #42E804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E804 is #BD17FB. Grayscale: #9D9D9D. Windows color (decimal): -12392444 or 321602. OLE color: 321602.
HSL color Cylindrical-coordinate representation of color #42E804: hue angle of 103.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42E804 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.09 |
| HSL | 103.68º | 0.97% | 0.46% | - |
| HSV(B) | 103.68º | 0.98% | 0.91% | - |
| XYZ | 31.13 | 58.88 | 9.84 | - |
| YUV | 156.37 | 42 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 4 | 0.72 | 0 | 0.98 | 0.09 | 103.68 | 0.97 | 0.46 |
| Hex | 42 | E8 | 4 | 48 | 0 | 62 | 9 | 68 | 61 | 2E |
| Octal | 102 | 350 | 4 | 110 | 0 | 142 | 11 | 150 | 141 | 56 |
| Binary | 1000010 | 11101000 | 100 | 1001000 | 0 | 1100010 | 1001 | 1101000 | 1100001 | 101110 |
Color Harmonies of #42E804
Complementary color
Monochromatic Colors of #42E804
Black with #42E804
Text Example
Text Example
White with #42E804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E804; }
p { color: rgb(66,232,4); }
H1.HeaderClassName
{
color: #42E804;
}
.AnyTagClassName
{
color: #42E804;
}
</style>
background-color css
<style>
a { background-color: #42E804; }
a { background-color: rgb(66,232,4); }
div.DivClassName
{
background-color: #42E804;
}
.BgClassName
{
background-color: #42E804;
}
</style>
border-color css
<style>
span { border-color: #42E804; }
span { border-color: rgb(66,232,4); }
td.TdClassName
{
border-color: #42E804;
}
.TagClassName
{
border-color: #42E804;
}
</style>