Shades of Harlequin #42F01C
Tints of Harlequin #42F01C
RGB
CMYK
RGB Variations
Color information
#42F01C (or 0x42F01C) is known color: Harlequin. HEX triplet: 42, F0 and 1C. RGB value is (66,240,28). Sum of RGB (Red+Green+Blue) = 66+240+28=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 240 (94.14% from 255 or 71.86% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 240 - color contains mainly: green. Hex color #42F01C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F01C is #BD0FE3. Grayscale: #A4A4A4. Windows color (decimal): -12390372 or 1896514. OLE color: 1896514.
HSL color Cylindrical-coordinate representation of color #42F01C: hue angle of 109.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42F01C is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 28 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.06 |
| HSL | 109.25º | 0.88% | 0.53% | - |
| HSV(B) | 109.25º | 0.88% | 0.94% | - |
| XYZ | 33.62 | 63.56 | 11.6 | - |
| YUV | 163.81 | 51.35 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 28 | 0.72 | 0 | 0.88 | 0.06 | 109.25 | 0.88 | 0.53 |
| Hex | 42 | F0 | 1C | 48 | 0 | 58 | 6 | 6D | 58 | 35 |
| Octal | 102 | 360 | 34 | 110 | 0 | 130 | 6 | 155 | 130 | 65 |
| Binary | 1000010 | 11110000 | 11100 | 1001000 | 0 | 1011000 | 110 | 1101101 | 1011000 | 110101 |
Color Harmonies of #42F01C
Complementary color
Monochromatic Colors of #42F01C
Black with #42F01C
Text Example
Text Example
White with #42F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F01C; }
p { color: rgb(66,240,28); }
H1.HeaderClassName
{
color: #42F01C;
}
.AnyTagClassName
{
color: #42F01C;
}
</style>
background-color css
<style>
a { background-color: #42F01C; }
a { background-color: rgb(66,240,28); }
div.DivClassName
{
background-color: #42F01C;
}
.BgClassName
{
background-color: #42F01C;
}
</style>
border-color css
<style>
span { border-color: #42F01C; }
span { border-color: rgb(66,240,28); }
td.TdClassName
{
border-color: #42F01C;
}
.TagClassName
{
border-color: #42F01C;
}
</style>