Shades of Harlequin #42E10D
Tints of Harlequin #42E10D
RGB
CMYK
RGB Variations
Color information
#42E10D (or 0x42E10D) is known color: Harlequin. HEX triplet: 42, E1 and 0D. RGB value is (66,225,13). Sum of RGB (Red+Green+Blue) = 66+225+13=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #42E10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E10D is #BD1EF2. Grayscale: #999999. Windows color (decimal): -12394227 or 909634. OLE color: 909634.
HSL color Cylindrical-coordinate representation of color #42E10D: hue angle of 105º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42E10D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 13 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.12 |
| HSL | 105º | 0.89% | 0.47% | - |
| HSV(B) | 105º | 0.94% | 0.88% | - |
| XYZ | 29.24 | 55.04 | 9.46 | - |
| YUV | 153.29 | 48.82 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 13 | 0.71 | 0 | 0.94 | 0.12 | 105 | 0.89 | 0.47 |
| Hex | 42 | E1 | D | 47 | 0 | 5E | C | 69 | 59 | 2F |
| Octal | 102 | 341 | 15 | 107 | 0 | 136 | 14 | 151 | 131 | 57 |
| Binary | 1000010 | 11100001 | 1101 | 1000111 | 0 | 1011110 | 1100 | 1101001 | 1011001 | 101111 |
Color Harmonies of #42E10D
Complementary color
Monochromatic Colors of #42E10D
Black with #42E10D
Text Example
Text Example
White with #42E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E10D; }
p { color: rgb(66,225,13); }
H1.HeaderClassName
{
color: #42E10D;
}
.AnyTagClassName
{
color: #42E10D;
}
</style>
background-color css
<style>
a { background-color: #42E10D; }
a { background-color: rgb(66,225,13); }
div.DivClassName
{
background-color: #42E10D;
}
.BgClassName
{
background-color: #42E10D;
}
</style>
border-color css
<style>
span { border-color: #42E10D; }
span { border-color: rgb(66,225,13); }
td.TdClassName
{
border-color: #42E10D;
}
.TagClassName
{
border-color: #42E10D;
}
</style>