Shades of Harlequin #42E811
Tints of Harlequin #42E811
RGB
CMYK
RGB Variations
Color information
#42E811 (or 0x42E811) is known color: Harlequin. HEX triplet: 42, E8 and 11. RGB value is (66,232,17). Sum of RGB (Red+Green+Blue) = 66+232+17=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 232 (91.02% from 255 or 73.65% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 232 - color contains mainly: green. Hex color #42E811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E811 is #BD17EE. Grayscale: #9E9E9E. Windows color (decimal): -12392431 or 1173570. OLE color: 1173570.
HSL color Cylindrical-coordinate representation of color #42E811: hue angle of 106.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42E811 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 17 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.09 |
| HSL | 106.33º | 0.86% | 0.49% | - |
| HSV(B) | 106.33º | 0.93% | 0.91% | - |
| XYZ | 31.2 | 58.91 | 10.26 | - |
| YUV | 157.86 | 48.5 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 17 | 0.72 | 0 | 0.93 | 0.09 | 106.33 | 0.86 | 0.49 |
| Hex | 42 | E8 | 11 | 48 | 0 | 5D | 9 | 6A | 56 | 31 |
| Octal | 102 | 350 | 21 | 110 | 0 | 135 | 11 | 152 | 126 | 61 |
| Binary | 1000010 | 11101000 | 10001 | 1001000 | 0 | 1011101 | 1001 | 1101010 | 1010110 | 110001 |
Color Harmonies of #42E811
Complementary color
Monochromatic Colors of #42E811
Black with #42E811
Text Example
Text Example
White with #42E811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E811; }
p { color: rgb(66,232,17); }
H1.HeaderClassName
{
color: #42E811;
}
.AnyTagClassName
{
color: #42E811;
}
</style>
background-color css
<style>
a { background-color: #42E811; }
a { background-color: rgb(66,232,17); }
div.DivClassName
{
background-color: #42E811;
}
.BgClassName
{
background-color: #42E811;
}
</style>
border-color css
<style>
span { border-color: #42E811; }
span { border-color: rgb(66,232,17); }
td.TdClassName
{
border-color: #42E811;
}
.TagClassName
{
border-color: #42E811;
}
</style>