Shades of Harlequin #42EE04
Tints of Harlequin #42EE04
RGB
CMYK
RGB Variations
Color information
#42EE04 (or 0x42EE04) is known color: Harlequin. HEX triplet: 42, EE and 04. RGB value is (66,238,4). Sum of RGB (Red+Green+Blue) = 66+238+4=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 238 (93.36% from 255 or 77.27% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EE04 is #BD11FB. Grayscale: #A0A0A0. Windows color (decimal): -12390908 or 323138. OLE color: 323138.
HSL color Cylindrical-coordinate representation of color #42EE04: hue angle of 104.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42EE04 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.07 |
| HSL | 104.1º | 0.97% | 0.47% | - |
| HSV(B) | 104.1º | 0.98% | 0.93% | - |
| XYZ | 32.84 | 62.32 | 10.41 | - |
| YUV | 159.9 | 40.02 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 4 | 0.72 | 0 | 0.98 | 0.07 | 104.1 | 0.97 | 0.47 |
| Hex | 42 | EE | 4 | 48 | 0 | 62 | 7 | 68 | 61 | 2F |
| Octal | 102 | 356 | 4 | 110 | 0 | 142 | 7 | 150 | 141 | 57 |
| Binary | 1000010 | 11101110 | 100 | 1001000 | 0 | 1100010 | 111 | 1101000 | 1100001 | 101111 |
Color Harmonies of #42EE04
Complementary color
Monochromatic Colors of #42EE04
Black with #42EE04
Text Example
Text Example
White with #42EE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EE04; }
p { color: rgb(66,238,4); }
H1.HeaderClassName
{
color: #42EE04;
}
.AnyTagClassName
{
color: #42EE04;
}
</style>
background-color css
<style>
a { background-color: #42EE04; }
a { background-color: rgb(66,238,4); }
div.DivClassName
{
background-color: #42EE04;
}
.BgClassName
{
background-color: #42EE04;
}
</style>
border-color css
<style>
span { border-color: #42EE04; }
span { border-color: rgb(66,238,4); }
td.TdClassName
{
border-color: #42EE04;
}
.TagClassName
{
border-color: #42EE04;
}
</style>