Shades of Harlequin #42E61D
Tints of Harlequin #42E61D
RGB
CMYK
RGB Variations
Color information
#42E61D (or 0x42E61D) is known color: Harlequin. HEX triplet: 42, E6 and 1D. RGB value is (66,230,29). Sum of RGB (Red+Green+Blue) = 66+230+29=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 230 (90.23% from 255 or 70.77% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 230 - color contains mainly: green. Hex color #42E61D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E61D is #BD19E2. Grayscale: #9E9E9E. Windows color (decimal): -12392931 or 1959490. OLE color: 1959490.
HSL color Cylindrical-coordinate representation of color #42E61D: hue angle of 108.96º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42E61D is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 29 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.10 |
| HSL | 108.96º | 0.8% | 0.51% | - |
| HSV(B) | 108.96º | 0.87% | 0.9% | - |
| XYZ | 30.77 | 57.84 | 10.71 | - |
| YUV | 158.05 | 55.17 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 29 | 0.71 | 0 | 0.87 | 0.10 | 108.96 | 0.8 | 0.51 |
| Hex | 42 | E6 | 1D | 47 | 0 | 57 | A | 6D | 50 | 33 |
| Octal | 102 | 346 | 35 | 107 | 0 | 127 | 12 | 155 | 120 | 63 |
| Binary | 1000010 | 11100110 | 11101 | 1000111 | 0 | 1010111 | 1010 | 1101101 | 1010000 | 110011 |
Color Harmonies of #42E61D
Complementary color
Monochromatic Colors of #42E61D
Black with #42E61D
Text Example
Text Example
White with #42E61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E61D; }
p { color: rgb(66,230,29); }
H1.HeaderClassName
{
color: #42E61D;
}
.AnyTagClassName
{
color: #42E61D;
}
</style>
background-color css
<style>
a { background-color: #42E61D; }
a { background-color: rgb(66,230,29); }
div.DivClassName
{
background-color: #42E61D;
}
.BgClassName
{
background-color: #42E61D;
}
</style>
border-color css
<style>
span { border-color: #42E61D; }
span { border-color: rgb(66,230,29); }
td.TdClassName
{
border-color: #42E61D;
}
.TagClassName
{
border-color: #42E61D;
}
</style>