Shades of Harlequin #42F022
Tints of Harlequin #42F022
RGB
CMYK
RGB Variations
Color information
#42F022 (or 0x42F022) is known color: Harlequin. HEX triplet: 42, F0 and 22. RGB value is (66,240,34). Sum of RGB (Red+Green+Blue) = 66+240+34=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 240 (94.14% from 255 or 70.59% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 240 - color contains mainly: green. Hex color #42F022 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F022 is #BD0FDD. Grayscale: #A5A5A5. Windows color (decimal): -12390366 or 2289730. OLE color: 2289730.
HSL color Cylindrical-coordinate representation of color #42F022: hue angle of 110.68º 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 #42F022 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 34 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.06 |
| HSL | 110.68º | 0.87% | 0.54% | - |
| HSV(B) | 110.68º | 0.86% | 0.94% | - |
| XYZ | 33.7 | 63.59 | 12.01 | - |
| YUV | 164.49 | 54.35 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 34 | 0.72 | 0 | 0.86 | 0.06 | 110.68 | 0.87 | 0.54 |
| Hex | 42 | F0 | 22 | 48 | 0 | 56 | 6 | 6F | 57 | 36 |
| Octal | 102 | 360 | 42 | 110 | 0 | 126 | 6 | 157 | 127 | 66 |
| Binary | 1000010 | 11110000 | 100010 | 1001000 | 0 | 1010110 | 110 | 1101111 | 1010111 | 110110 |
Color Harmonies of #42F022
Complementary color
Monochromatic Colors of #42F022
Black with #42F022
Text Example
Text Example
White with #42F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F022; }
p { color: rgb(66,240,34); }
H1.HeaderClassName
{
color: #42F022;
}
.AnyTagClassName
{
color: #42F022;
}
</style>
background-color css
<style>
a { background-color: #42F022; }
a { background-color: rgb(66,240,34); }
div.DivClassName
{
background-color: #42F022;
}
.BgClassName
{
background-color: #42F022;
}
</style>
border-color css
<style>
span { border-color: #42F022; }
span { border-color: rgb(66,240,34); }
td.TdClassName
{
border-color: #42F022;
}
.TagClassName
{
border-color: #42F022;
}
</style>