Shades of Harlequin #42F01B
Tints of Harlequin #42F01B
RGB
CMYK
RGB Variations
Color information
#42F01B (or 0x42F01B) is known color: Harlequin. HEX triplet: 42, F0 and 1B. RGB value is (66,240,27). Sum of RGB (Red+Green+Blue) = 66+240+27=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #42F01B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F01B is #BD0FE4. Grayscale: #A4A4A4. Windows color (decimal): -12390373 or 1830978. OLE color: 1830978.
HSL color Cylindrical-coordinate representation of color #42F01B: hue angle of 109.01º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42F01B is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 27 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.06 |
| HSL | 109.01º | 0.88% | 0.52% | - |
| HSV(B) | 109.01º | 0.89% | 0.94% | - |
| XYZ | 33.6 | 63.56 | 11.53 | - |
| YUV | 163.69 | 50.85 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 27 | 0.72 | 0 | 0.89 | 0.06 | 109.01 | 0.88 | 0.52 |
| Hex | 42 | F0 | 1B | 48 | 0 | 59 | 6 | 6D | 58 | 34 |
| Octal | 102 | 360 | 33 | 110 | 0 | 131 | 6 | 155 | 130 | 64 |
| Binary | 1000010 | 11110000 | 11011 | 1001000 | 0 | 1011001 | 110 | 1101101 | 1011000 | 110100 |
Color Harmonies of #42F01B
Complementary color
Monochromatic Colors of #42F01B
Black with #42F01B
Text Example
Text Example
White with #42F01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F01B; }
p { color: rgb(66,240,27); }
H1.HeaderClassName
{
color: #42F01B;
}
.AnyTagClassName
{
color: #42F01B;
}
</style>
background-color css
<style>
a { background-color: #42F01B; }
a { background-color: rgb(66,240,27); }
div.DivClassName
{
background-color: #42F01B;
}
.BgClassName
{
background-color: #42F01B;
}
</style>
border-color css
<style>
span { border-color: #42F01B; }
span { border-color: rgb(66,240,27); }
td.TdClassName
{
border-color: #42F01B;
}
.TagClassName
{
border-color: #42F01B;
}
</style>