Shades of Harlequin #42F21C
Tints of Harlequin #42F21C
RGB
CMYK
RGB Variations
Color information
#42F21C (or 0x42F21C) is known color: Harlequin. HEX triplet: 42, F2 and 1C. RGB value is (66,242,28). Sum of RGB (Red+Green+Blue) = 66+242+28=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #42F21C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F21C is #BD0DE3. Grayscale: #A5A5A5. Windows color (decimal): -12389860 or 1897026. OLE color: 1897026.
HSL color Cylindrical-coordinate representation of color #42F21C: hue angle of 109.35º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42F21C is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 28 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.05 |
| HSL | 109.35º | 0.89% | 0.53% | - |
| HSV(B) | 109.35º | 0.88% | 0.95% | - |
| XYZ | 34.21 | 64.75 | 11.79 | - |
| YUV | 164.98 | 50.69 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 28 | 0.73 | 0 | 0.88 | 0.05 | 109.35 | 0.89 | 0.53 |
| Hex | 42 | F2 | 1C | 49 | 0 | 58 | 5 | 6D | 59 | 35 |
| Octal | 102 | 362 | 34 | 111 | 0 | 130 | 5 | 155 | 131 | 65 |
| Binary | 1000010 | 11110010 | 11100 | 1001001 | 0 | 1011000 | 101 | 1101101 | 1011001 | 110101 |
Color Harmonies of #42F21C
Complementary color
Monochromatic Colors of #42F21C
Black with #42F21C
Text Example
Text Example
White with #42F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F21C; }
p { color: rgb(66,242,28); }
H1.HeaderClassName
{
color: #42F21C;
}
.AnyTagClassName
{
color: #42F21C;
}
</style>
background-color css
<style>
a { background-color: #42F21C; }
a { background-color: rgb(66,242,28); }
div.DivClassName
{
background-color: #42F21C;
}
.BgClassName
{
background-color: #42F21C;
}
</style>
border-color css
<style>
span { border-color: #42F21C; }
span { border-color: rgb(66,242,28); }
td.TdClassName
{
border-color: #42F21C;
}
.TagClassName
{
border-color: #42F21C;
}
</style>