Shades of Harlequin #42F424
Tints of Harlequin #42F424
RGB
CMYK
RGB Variations
Color information
#42F424 (or 0x42F424) is known color: Harlequin. HEX triplet: 42, F4 and 24. RGB value is (66,244,36). Sum of RGB (Red+Green+Blue) = 66+244+36=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 244 (95.70% from 255 or 70.52% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 244 - color contains mainly: green. Hex color #42F424 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F424 is #BD0BDB. Grayscale: #A7A7A7. Windows color (decimal): -12389340 or 2421826. OLE color: 2421826.
HSL color Cylindrical-coordinate representation of color #42F424: hue angle of 111.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42F424 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 36 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.04 |
| HSL | 111.35º | 0.9% | 0.55% | - |
| HSV(B) | 111.35º | 0.85% | 0.96% | - |
| XYZ | 34.92 | 65.99 | 12.57 | - |
| YUV | 167.07 | 54.03 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 36 | 0.73 | 0 | 0.85 | 0.04 | 111.35 | 0.9 | 0.55 |
| Hex | 42 | F4 | 24 | 49 | 0 | 55 | 4 | 6F | 5A | 37 |
| Octal | 102 | 364 | 44 | 111 | 0 | 125 | 4 | 157 | 132 | 67 |
| Binary | 1000010 | 11110100 | 100100 | 1001001 | 0 | 1010101 | 100 | 1101111 | 1011010 | 110111 |
Color Harmonies of #42F424
Complementary color
Monochromatic Colors of #42F424
Black with #42F424
Text Example
Text Example
White with #42F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F424; }
p { color: rgb(66,244,36); }
H1.HeaderClassName
{
color: #42F424;
}
.AnyTagClassName
{
color: #42F424;
}
</style>
background-color css
<style>
a { background-color: #42F424; }
a { background-color: rgb(66,244,36); }
div.DivClassName
{
background-color: #42F424;
}
.BgClassName
{
background-color: #42F424;
}
</style>
border-color css
<style>
span { border-color: #42F424; }
span { border-color: rgb(66,244,36); }
td.TdClassName
{
border-color: #42F424;
}
.TagClassName
{
border-color: #42F424;
}
</style>