Shades of Harlequin #42E011
Tints of Harlequin #42E011
RGB
CMYK
RGB Variations
Color information
#42E011 (or 0x42E011) is known color: Harlequin. HEX triplet: 42, E0 and 11. RGB value is (66,224,17). Sum of RGB (Red+Green+Blue) = 66+224+17=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #42E011 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E011 is #BD1FEE. Grayscale: #999999. Windows color (decimal): -12394479 or 1171522. OLE color: 1171522.
HSL color Cylindrical-coordinate representation of color #42E011: hue angle of 105.8º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42E011 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 17 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.12 |
| HSL | 105.8º | 0.86% | 0.47% | - |
| HSV(B) | 105.8º | 0.92% | 0.88% | - |
| XYZ | 29 | 54.51 | 9.52 | - |
| YUV | 153.16 | 51.15 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 17 | 0.71 | 0 | 0.92 | 0.12 | 105.8 | 0.86 | 0.47 |
| Hex | 42 | E0 | 11 | 47 | 0 | 5C | C | 6A | 56 | 2F |
| Octal | 102 | 340 | 21 | 107 | 0 | 134 | 14 | 152 | 126 | 57 |
| Binary | 1000010 | 11100000 | 10001 | 1000111 | 0 | 1011100 | 1100 | 1101010 | 1010110 | 101111 |
Color Harmonies of #42E011
Complementary color
Monochromatic Colors of #42E011
Black with #42E011
Text Example
Text Example
White with #42E011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E011; }
p { color: rgb(66,224,17); }
H1.HeaderClassName
{
color: #42E011;
}
.AnyTagClassName
{
color: #42E011;
}
</style>
background-color css
<style>
a { background-color: #42E011; }
a { background-color: rgb(66,224,17); }
div.DivClassName
{
background-color: #42E011;
}
.BgClassName
{
background-color: #42E011;
}
</style>
border-color css
<style>
span { border-color: #42E011; }
span { border-color: rgb(66,224,17); }
td.TdClassName
{
border-color: #42E011;
}
.TagClassName
{
border-color: #42E011;
}
</style>