Shades of Harlequin #42E016
Tints of Harlequin #42E016
RGB
CMYK
RGB Variations
Color information
#42E016 (or 0x42E016) is known color: Harlequin. HEX triplet: 42, E0 and 16. RGB value is (66,224,22). Sum of RGB (Red+Green+Blue) = 66+224+22=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #42E016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E016 is #BD1FE9. Grayscale: #9A9A9A. Windows color (decimal): -12394474 or 1499202. OLE color: 1499202.
HSL color Cylindrical-coordinate representation of color #42E016: hue angle of 106.93º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42E016 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 22 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.12 |
| HSL | 106.93º | 0.82% | 0.48% | - |
| HSV(B) | 106.93º | 0.9% | 0.88% | - |
| XYZ | 29.05 | 54.53 | 9.75 | - |
| YUV | 153.73 | 53.65 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 22 | 0.71 | 0 | 0.90 | 0.12 | 106.93 | 0.82 | 0.48 |
| Hex | 42 | E0 | 16 | 47 | 0 | 5A | C | 6B | 52 | 30 |
| Octal | 102 | 340 | 26 | 107 | 0 | 132 | 14 | 153 | 122 | 60 |
| Binary | 1000010 | 11100000 | 10110 | 1000111 | 0 | 1011010 | 1100 | 1101011 | 1010010 | 110000 |
Color Harmonies of #42E016
Complementary color
Monochromatic Colors of #42E016
Black with #42E016
Text Example
Text Example
White with #42E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E016; }
p { color: rgb(66,224,22); }
H1.HeaderClassName
{
color: #42E016;
}
.AnyTagClassName
{
color: #42E016;
}
</style>
background-color css
<style>
a { background-color: #42E016; }
a { background-color: rgb(66,224,22); }
div.DivClassName
{
background-color: #42E016;
}
.BgClassName
{
background-color: #42E016;
}
</style>
border-color css
<style>
span { border-color: #42E016; }
span { border-color: rgb(66,224,22); }
td.TdClassName
{
border-color: #42E016;
}
.TagClassName
{
border-color: #42E016;
}
</style>