Shades of Harlequin #42E816
Tints of Harlequin #42E816
RGB
CMYK
RGB Variations
Color information
#42E816 (or 0x42E816) is known color: Harlequin. HEX triplet: 42, E8 and 16. RGB value is (66,232,22). Sum of RGB (Red+Green+Blue) = 66+232+22=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 232 (91.02% from 255 or 72.5% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 232 - color contains mainly: green. Hex color #42E816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E816 is #BD17E9. Grayscale: #9F9F9F. Windows color (decimal): -12392426 or 1501250. OLE color: 1501250.
HSL color Cylindrical-coordinate representation of color #42E816: hue angle of 107.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42E816 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 22 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.09 |
| HSL | 107.43º | 0.83% | 0.5% | - |
| HSV(B) | 107.43º | 0.91% | 0.91% | - |
| XYZ | 31.25 | 58.93 | 10.49 | - |
| YUV | 158.43 | 51 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 22 | 0.72 | 0 | 0.91 | 0.09 | 107.43 | 0.83 | 0.5 |
| Hex | 42 | E8 | 16 | 48 | 0 | 5B | 9 | 6B | 53 | 32 |
| Octal | 102 | 350 | 26 | 110 | 0 | 133 | 11 | 153 | 123 | 62 |
| Binary | 1000010 | 11101000 | 10110 | 1001000 | 0 | 1011011 | 1001 | 1101011 | 1010011 | 110010 |
Color Harmonies of #42E816
Complementary color
Monochromatic Colors of #42E816
Black with #42E816
Text Example
Text Example
White with #42E816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E816; }
p { color: rgb(66,232,22); }
H1.HeaderClassName
{
color: #42E816;
}
.AnyTagClassName
{
color: #42E816;
}
</style>
background-color css
<style>
a { background-color: #42E816; }
a { background-color: rgb(66,232,22); }
div.DivClassName
{
background-color: #42E816;
}
.BgClassName
{
background-color: #42E816;
}
</style>
border-color css
<style>
span { border-color: #42E816; }
span { border-color: rgb(66,232,22); }
td.TdClassName
{
border-color: #42E816;
}
.TagClassName
{
border-color: #42E816;
}
</style>