Shades of Harlequin #42EC1C
Tints of Harlequin #42EC1C
RGB
CMYK
RGB Variations
Color information
#42EC1C (or 0x42EC1C) is known color: Harlequin. HEX triplet: 42, EC and 1C. RGB value is (66,236,28). Sum of RGB (Red+Green+Blue) = 66+236+28=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EC1C is #BD13E3. Grayscale: #A2A2A2. Windows color (decimal): -12391396 or 1895490. OLE color: 1895490.
HSL color Cylindrical-coordinate representation of color #42EC1C: hue angle of 109.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42EC1C is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 28 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.07 |
| HSL | 109.04º | 0.85% | 0.52% | - |
| HSV(B) | 109.04º | 0.88% | 0.93% | - |
| XYZ | 32.45 | 61.23 | 11.21 | - |
| YUV | 161.46 | 52.68 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 28 | 0.72 | 0 | 0.88 | 0.07 | 109.04 | 0.85 | 0.52 |
| Hex | 42 | EC | 1C | 48 | 0 | 58 | 7 | 6D | 55 | 34 |
| Octal | 102 | 354 | 34 | 110 | 0 | 130 | 7 | 155 | 125 | 64 |
| Binary | 1000010 | 11101100 | 11100 | 1001000 | 0 | 1011000 | 111 | 1101101 | 1010101 | 110100 |
Color Harmonies of #42EC1C
Complementary color
Monochromatic Colors of #42EC1C
Black with #42EC1C
Text Example
Text Example
White with #42EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC1C; }
p { color: rgb(66,236,28); }
H1.HeaderClassName
{
color: #42EC1C;
}
.AnyTagClassName
{
color: #42EC1C;
}
</style>
background-color css
<style>
a { background-color: #42EC1C; }
a { background-color: rgb(66,236,28); }
div.DivClassName
{
background-color: #42EC1C;
}
.BgClassName
{
background-color: #42EC1C;
}
</style>
border-color css
<style>
span { border-color: #42EC1C; }
span { border-color: rgb(66,236,28); }
td.TdClassName
{
border-color: #42EC1C;
}
.TagClassName
{
border-color: #42EC1C;
}
</style>