Shades of Harlequin #42E41A
Tints of Harlequin #42E41A
RGB
CMYK
RGB Variations
Color information
#42E41A (or 0x42E41A) is known color: Harlequin. HEX triplet: 42, E4 and 1A. RGB value is (66,228,26). Sum of RGB (Red+Green+Blue) = 66+228+26=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 228 (89.45% from 255 or 71.25% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 228 - color contains mainly: green. Hex color #42E41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E41A is #BD1BE5. Grayscale: #9D9D9D. Windows color (decimal): -12393446 or 1762370. OLE color: 1762370.
HSL color Cylindrical-coordinate representation of color #42E41A: hue angle of 108.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42E41A is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 228 | 26 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.11 |
| HSL | 108.12º | 0.8% | 0.5% | - |
| HSV(B) | 108.12º | 0.89% | 0.89% | - |
| XYZ | 30.18 | 56.72 | 10.33 | - |
| YUV | 156.53 | 54.33 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 228 | 26 | 0.71 | 0 | 0.89 | 0.11 | 108.12 | 0.8 | 0.5 |
| Hex | 42 | E4 | 1A | 47 | 0 | 59 | B | 6C | 50 | 32 |
| Octal | 102 | 344 | 32 | 107 | 0 | 131 | 13 | 154 | 120 | 62 |
| Binary | 1000010 | 11100100 | 11010 | 1000111 | 0 | 1011001 | 1011 | 1101100 | 1010000 | 110010 |
Color Harmonies of #42E41A
Complementary color
Monochromatic Colors of #42E41A
Black with #42E41A
Text Example
Text Example
White with #42E41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E41A; }
p { color: rgb(66,228,26); }
H1.HeaderClassName
{
color: #42E41A;
}
.AnyTagClassName
{
color: #42E41A;
}
</style>
background-color css
<style>
a { background-color: #42E41A; }
a { background-color: rgb(66,228,26); }
div.DivClassName
{
background-color: #42E41A;
}
.BgClassName
{
background-color: #42E41A;
}
</style>
border-color css
<style>
span { border-color: #42E41A; }
span { border-color: rgb(66,228,26); }
td.TdClassName
{
border-color: #42E41A;
}
.TagClassName
{
border-color: #42E41A;
}
</style>