Shades of Harlequin #42F008
Tints of Harlequin #42F008
RGB
CMYK
RGB Variations
Color information
#42F008 (or 0x42F008) is known color: Harlequin. HEX triplet: 42, F0 and 08. RGB value is (66,240,8). Sum of RGB (Red+Green+Blue) = 66+240+8=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #42F008 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F008 is #BD0FF7. Grayscale: #A2A2A2. Windows color (decimal): -12390392 or 585794. OLE color: 585794.
HSL color Cylindrical-coordinate representation of color #42F008: hue angle of 105º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42F008 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 8 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.06 |
| HSL | 105º | 0.94% | 0.49% | - |
| HSV(B) | 105º | 0.97% | 0.94% | - |
| XYZ | 33.45 | 63.5 | 10.72 | - |
| YUV | 161.53 | 41.35 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 8 | 0.72 | 0 | 0.97 | 0.06 | 105 | 0.94 | 0.49 |
| Hex | 42 | F0 | 8 | 48 | 0 | 61 | 6 | 69 | 5E | 31 |
| Octal | 102 | 360 | 10 | 110 | 0 | 141 | 6 | 151 | 136 | 61 |
| Binary | 1000010 | 11110000 | 1000 | 1001000 | 0 | 1100001 | 110 | 1101001 | 1011110 | 110001 |
Color Harmonies of #42F008
Complementary color
Monochromatic Colors of #42F008
Black with #42F008
Text Example
Text Example
White with #42F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F008; }
p { color: rgb(66,240,8); }
H1.HeaderClassName
{
color: #42F008;
}
.AnyTagClassName
{
color: #42F008;
}
</style>
background-color css
<style>
a { background-color: #42F008; }
a { background-color: rgb(66,240,8); }
div.DivClassName
{
background-color: #42F008;
}
.BgClassName
{
background-color: #42F008;
}
</style>
border-color css
<style>
span { border-color: #42F008; }
span { border-color: rgb(66,240,8); }
td.TdClassName
{
border-color: #42F008;
}
.TagClassName
{
border-color: #42F008;
}
</style>