Shades of Harlequin #42F021
Tints of Harlequin #42F021
RGB
CMYK
RGB Variations
Color information
#42F021 (or 0x42F021) is known color: Harlequin. HEX triplet: 42, F0 and 21. RGB value is (66,240,33). Sum of RGB (Red+Green+Blue) = 66+240+33=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #42F021 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F021 is #BD0FDE. Grayscale: #A5A5A5. Windows color (decimal): -12390367 or 2224194. OLE color: 2224194.
HSL color Cylindrical-coordinate representation of color #42F021: hue angle of 110.43º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42F021 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 33 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.06 |
| HSL | 110.43º | 0.87% | 0.54% | - |
| HSV(B) | 110.43º | 0.86% | 0.94% | - |
| XYZ | 33.68 | 63.59 | 11.94 | - |
| YUV | 164.38 | 53.85 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 33 | 0.72 | 0 | 0.86 | 0.06 | 110.43 | 0.87 | 0.54 |
| Hex | 42 | F0 | 21 | 48 | 0 | 56 | 6 | 6E | 57 | 36 |
| Octal | 102 | 360 | 41 | 110 | 0 | 126 | 6 | 156 | 127 | 66 |
| Binary | 1000010 | 11110000 | 100001 | 1001000 | 0 | 1010110 | 110 | 1101110 | 1010111 | 110110 |
Color Harmonies of #42F021
Complementary color
Monochromatic Colors of #42F021
Black with #42F021
Text Example
Text Example
White with #42F021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F021; }
p { color: rgb(66,240,33); }
H1.HeaderClassName
{
color: #42F021;
}
.AnyTagClassName
{
color: #42F021;
}
</style>
background-color css
<style>
a { background-color: #42F021; }
a { background-color: rgb(66,240,33); }
div.DivClassName
{
background-color: #42F021;
}
.BgClassName
{
background-color: #42F021;
}
</style>
border-color css
<style>
span { border-color: #42F021; }
span { border-color: rgb(66,240,33); }
td.TdClassName
{
border-color: #42F021;
}
.TagClassName
{
border-color: #42F021;
}
</style>