Shades of Harlequin #42EC14
Tints of Harlequin #42EC14
RGB
CMYK
RGB Variations
Color information
#42EC14 (or 0x42EC14) is known color: Harlequin. HEX triplet: 42, EC and 14. RGB value is (66,236,20). Sum of RGB (Red+Green+Blue) = 66+236+20=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EC14 is #BD13EB. Grayscale: #A1A1A1. Windows color (decimal): -12391404 or 1371202. OLE color: 1371202.
HSL color Cylindrical-coordinate representation of color #42EC14: hue angle of 107.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42EC14 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 20 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.07 |
| HSL | 107.22º | 0.85% | 0.5% | - |
| HSV(B) | 107.22º | 0.92% | 0.93% | - |
| XYZ | 32.37 | 61.2 | 10.77 | - |
| YUV | 160.55 | 48.68 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 20 | 0.72 | 0 | 0.92 | 0.07 | 107.22 | 0.85 | 0.5 |
| Hex | 42 | EC | 14 | 48 | 0 | 5C | 7 | 6B | 55 | 32 |
| Octal | 102 | 354 | 24 | 110 | 0 | 134 | 7 | 153 | 125 | 62 |
| Binary | 1000010 | 11101100 | 10100 | 1001000 | 0 | 1011100 | 111 | 1101011 | 1010101 | 110010 |
Color Harmonies of #42EC14
Complementary color
Monochromatic Colors of #42EC14
Black with #42EC14
Text Example
Text Example
White with #42EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC14; }
p { color: rgb(66,236,20); }
H1.HeaderClassName
{
color: #42EC14;
}
.AnyTagClassName
{
color: #42EC14;
}
</style>
background-color css
<style>
a { background-color: #42EC14; }
a { background-color: rgb(66,236,20); }
div.DivClassName
{
background-color: #42EC14;
}
.BgClassName
{
background-color: #42EC14;
}
</style>
border-color css
<style>
span { border-color: #42EC14; }
span { border-color: rgb(66,236,20); }
td.TdClassName
{
border-color: #42EC14;
}
.TagClassName
{
border-color: #42EC14;
}
</style>