Shades of Harlequin #42F41A
Tints of Harlequin #42F41A
RGB
CMYK
RGB Variations
Color information
#42F41A (or 0x42F41A) is known color: Harlequin. HEX triplet: 42, F4 and 1A. RGB value is (66,244,26). Sum of RGB (Red+Green+Blue) = 66+244+26=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 244 (95.70% from 255 or 72.62% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 244 - color contains mainly: green. Hex color #42F41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F41A is #BD0BE5. Grayscale: #A6A6A6. Windows color (decimal): -12389350 or 1766466. OLE color: 1766466.
HSL color Cylindrical-coordinate representation of color #42F41A: hue angle of 108.99º 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 #42F41A is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 26 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.04 |
| HSL | 108.99º | 0.91% | 0.53% | - |
| HSV(B) | 108.99º | 0.89% | 0.96% | - |
| XYZ | 34.78 | 65.93 | 11.87 | - |
| YUV | 165.93 | 49.03 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 26 | 0.73 | 0 | 0.89 | 0.04 | 108.99 | 0.91 | 0.53 |
| Hex | 42 | F4 | 1A | 49 | 0 | 59 | 4 | 6D | 5B | 35 |
| Octal | 102 | 364 | 32 | 111 | 0 | 131 | 4 | 155 | 133 | 65 |
| Binary | 1000010 | 11110100 | 11010 | 1001001 | 0 | 1011001 | 100 | 1101101 | 1011011 | 110101 |
Color Harmonies of #42F41A
Complementary color
Monochromatic Colors of #42F41A
Black with #42F41A
Text Example
Text Example
White with #42F41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F41A; }
p { color: rgb(66,244,26); }
H1.HeaderClassName
{
color: #42F41A;
}
.AnyTagClassName
{
color: #42F41A;
}
</style>
background-color css
<style>
a { background-color: #42F41A; }
a { background-color: rgb(66,244,26); }
div.DivClassName
{
background-color: #42F41A;
}
.BgClassName
{
background-color: #42F41A;
}
</style>
border-color css
<style>
span { border-color: #42F41A; }
span { border-color: rgb(66,244,26); }
td.TdClassName
{
border-color: #42F41A;
}
.TagClassName
{
border-color: #42F41A;
}
</style>