Shades of Harlequin #42EF1D
Tints of Harlequin #42EF1D
RGB
CMYK
RGB Variations
Color information
#42EF1D (or 0x42EF1D) is known color: Harlequin. HEX triplet: 42, EF and 1D. RGB value is (66,239,29). Sum of RGB (Red+Green+Blue) = 66+239+29=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF1D is #BD10E2. Grayscale: #A4A4A4. Windows color (decimal): -12390627 or 1961794. OLE color: 1961794.
HSL color Cylindrical-coordinate representation of color #42EF1D: hue angle of 109.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42EF1D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 29 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.06 |
| HSL | 109.43º | 0.87% | 0.53% | - |
| HSV(B) | 109.43º | 0.88% | 0.94% | - |
| XYZ | 33.34 | 62.98 | 11.56 | - |
| YUV | 163.33 | 52.19 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 29 | 0.72 | 0 | 0.88 | 0.06 | 109.43 | 0.87 | 0.53 |
| Hex | 42 | EF | 1D | 48 | 0 | 58 | 6 | 6D | 57 | 35 |
| Octal | 102 | 357 | 35 | 110 | 0 | 130 | 6 | 155 | 127 | 65 |
| Binary | 1000010 | 11101111 | 11101 | 1001000 | 0 | 1011000 | 110 | 1101101 | 1010111 | 110101 |
Color Harmonies of #42EF1D
Complementary color
Monochromatic Colors of #42EF1D
Black with #42EF1D
Text Example
Text Example
White with #42EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EF1D; }
p { color: rgb(66,239,29); }
H1.HeaderClassName
{
color: #42EF1D;
}
.AnyTagClassName
{
color: #42EF1D;
}
</style>
background-color css
<style>
a { background-color: #42EF1D; }
a { background-color: rgb(66,239,29); }
div.DivClassName
{
background-color: #42EF1D;
}
.BgClassName
{
background-color: #42EF1D;
}
</style>
border-color css
<style>
span { border-color: #42EF1D; }
span { border-color: rgb(66,239,29); }
td.TdClassName
{
border-color: #42EF1D;
}
.TagClassName
{
border-color: #42EF1D;
}
</style>