Shades of Harlequin #42E60D
Tints of Harlequin #42E60D
RGB
CMYK
RGB Variations
Color information
#42E60D (or 0x42E60D) is known color: Harlequin. HEX triplet: 42, E6 and 0D. RGB value is (66,230,13). Sum of RGB (Red+Green+Blue) = 66+230+13=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 230 (90.23% from 255 or 74.43% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 230 - color contains mainly: green. Hex color #42E60D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E60D is #BD19F2. Grayscale: #9C9C9C. Windows color (decimal): -12392947 or 910914. OLE color: 910914.
HSL color Cylindrical-coordinate representation of color #42E60D: hue angle of 105.35º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42E60D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 13 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.10 |
| HSL | 105.35º | 0.89% | 0.48% | - |
| HSV(B) | 105.35º | 0.94% | 0.9% | - |
| XYZ | 30.62 | 57.78 | 9.92 | - |
| YUV | 156.23 | 47.17 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 13 | 0.71 | 0 | 0.94 | 0.10 | 105.35 | 0.89 | 0.48 |
| Hex | 42 | E6 | D | 47 | 0 | 5E | A | 69 | 59 | 30 |
| Octal | 102 | 346 | 15 | 107 | 0 | 136 | 12 | 151 | 131 | 60 |
| Binary | 1000010 | 11100110 | 1101 | 1000111 | 0 | 1011110 | 1010 | 1101001 | 1011001 | 110000 |
Color Harmonies of #42E60D
Complementary color
Monochromatic Colors of #42E60D
Black with #42E60D
Text Example
Text Example
White with #42E60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E60D; }
p { color: rgb(66,230,13); }
H1.HeaderClassName
{
color: #42E60D;
}
.AnyTagClassName
{
color: #42E60D;
}
</style>
background-color css
<style>
a { background-color: #42E60D; }
a { background-color: rgb(66,230,13); }
div.DivClassName
{
background-color: #42E60D;
}
.BgClassName
{
background-color: #42E60D;
}
</style>
border-color css
<style>
span { border-color: #42E60D; }
span { border-color: rgb(66,230,13); }
td.TdClassName
{
border-color: #42E60D;
}
.TagClassName
{
border-color: #42E60D;
}
</style>