Shades of Harlequin #42F904
Tints of Harlequin #42F904
RGB
CMYK
RGB Variations
Color information
#42F904 (or 0x42F904) is known color: Harlequin. HEX triplet: 42, F9 and 04. RGB value is (66,249,4). Sum of RGB (Red+Green+Blue) = 66+249+4=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #42F904 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F904 is #BD06FB. Grayscale: #A7A7A7. Windows color (decimal): -12388092 or 325954. OLE color: 325954.
HSL color Cylindrical-coordinate representation of color #42F904: hue angle of 104.82º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42F904 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.02 |
| HSL | 104.82º | 0.97% | 0.5% | - |
| HSV(B) | 104.82º | 0.98% | 0.98% | - |
| XYZ | 36.14 | 68.92 | 11.51 | - |
| YUV | 166.35 | 36.37 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 4 | 0.73 | 0 | 0.98 | 0.02 | 104.82 | 0.97 | 0.5 |
| Hex | 42 | F9 | 4 | 49 | 0 | 62 | 2 | 69 | 61 | 32 |
| Octal | 102 | 371 | 4 | 111 | 0 | 142 | 2 | 151 | 141 | 62 |
| Binary | 1000010 | 11111001 | 100 | 1001001 | 0 | 1100010 | 10 | 1101001 | 1100001 | 110010 |
Color Harmonies of #42F904
Complementary color
Monochromatic Colors of #42F904
Black with #42F904
Text Example
Text Example
White with #42F904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F904; }
p { color: rgb(66,249,4); }
H1.HeaderClassName
{
color: #42F904;
}
.AnyTagClassName
{
color: #42F904;
}
</style>
background-color css
<style>
a { background-color: #42F904; }
a { background-color: rgb(66,249,4); }
div.DivClassName
{
background-color: #42F904;
}
.BgClassName
{
background-color: #42F904;
}
</style>
border-color css
<style>
span { border-color: #42F904; }
span { border-color: rgb(66,249,4); }
td.TdClassName
{
border-color: #42F904;
}
.TagClassName
{
border-color: #42F904;
}
</style>