Shades of Harlequin #42EB1D
Tints of Harlequin #42EB1D
RGB
CMYK
RGB Variations
Color information
#42EB1D (or 0x42EB1D) is known color: Harlequin. HEX triplet: 42, EB and 1D. RGB value is (66,235,29). Sum of RGB (Red+Green+Blue) = 66+235+29=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 235 (92.19% from 255 or 71.21% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EB1D is #BD14E2. Grayscale: #A1A1A1. Windows color (decimal): -12391651 or 1960770. OLE color: 1960770.
HSL color Cylindrical-coordinate representation of color #42EB1D: hue angle of 109.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42EB1D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 235 | 29 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.08 |
| HSL | 109.22º | 0.84% | 0.52% | - |
| HSV(B) | 109.22º | 0.88% | 0.92% | - |
| XYZ | 32.18 | 60.66 | 11.18 | - |
| YUV | 160.99 | 53.51 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 29 | 0.72 | 0 | 0.88 | 0.08 | 109.22 | 0.84 | 0.52 |
| Hex | 42 | EB | 1D | 48 | 0 | 58 | 8 | 6D | 54 | 34 |
| Octal | 102 | 353 | 35 | 110 | 0 | 130 | 10 | 155 | 124 | 64 |
| Binary | 1000010 | 11101011 | 11101 | 1001000 | 0 | 1011000 | 1000 | 1101101 | 1010100 | 110100 |
Color Harmonies of #42EB1D
Complementary color
Monochromatic Colors of #42EB1D
Black with #42EB1D
Text Example
Text Example
White with #42EB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EB1D; }
p { color: rgb(66,235,29); }
H1.HeaderClassName
{
color: #42EB1D;
}
.AnyTagClassName
{
color: #42EB1D;
}
</style>
background-color css
<style>
a { background-color: #42EB1D; }
a { background-color: rgb(66,235,29); }
div.DivClassName
{
background-color: #42EB1D;
}
.BgClassName
{
background-color: #42EB1D;
}
</style>
border-color css
<style>
span { border-color: #42EB1D; }
span { border-color: rgb(66,235,29); }
td.TdClassName
{
border-color: #42EB1D;
}
.TagClassName
{
border-color: #42EB1D;
}
</style>