Shades of Harlequin #42F41C
Tints of Harlequin #42F41C
RGB
CMYK
RGB Variations
Color information
#42F41C (or 0x42F41C) is known color: Harlequin. HEX triplet: 42, F4 and 1C. RGB value is (66,244,28). Sum of RGB (Red+Green+Blue) = 66+244+28=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #42F41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F41C is #BD0BE3. Grayscale: #A6A6A6. Windows color (decimal): -12389348 or 1897538. OLE color: 1897538.
HSL color Cylindrical-coordinate representation of color #42F41C: hue angle of 109.44º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42F41C is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 28 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.04 |
| HSL | 109.44º | 0.91% | 0.53% | - |
| HSV(B) | 109.44º | 0.89% | 0.96% | - |
| XYZ | 34.81 | 65.94 | 11.99 | - |
| YUV | 166.15 | 50.03 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 28 | 0.73 | 0 | 0.89 | 0.04 | 109.44 | 0.91 | 0.53 |
| Hex | 42 | F4 | 1C | 49 | 0 | 59 | 4 | 6D | 5B | 35 |
| Octal | 102 | 364 | 34 | 111 | 0 | 131 | 4 | 155 | 133 | 65 |
| Binary | 1000010 | 11110100 | 11100 | 1001001 | 0 | 1011001 | 100 | 1101101 | 1011011 | 110101 |
Color Harmonies of #42F41C
Complementary color
Monochromatic Colors of #42F41C
Black with #42F41C
Text Example
Text Example
White with #42F41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F41C; }
p { color: rgb(66,244,28); }
H1.HeaderClassName
{
color: #42F41C;
}
.AnyTagClassName
{
color: #42F41C;
}
</style>
background-color css
<style>
a { background-color: #42F41C; }
a { background-color: rgb(66,244,28); }
div.DivClassName
{
background-color: #42F41C;
}
.BgClassName
{
background-color: #42F41C;
}
</style>
border-color css
<style>
span { border-color: #42F41C; }
span { border-color: rgb(66,244,28); }
td.TdClassName
{
border-color: #42F41C;
}
.TagClassName
{
border-color: #42F41C;
}
</style>