Shades of Harlequin #42E80D
Tints of Harlequin #42E80D
RGB
CMYK
RGB Variations
Color information
#42E80D (or 0x42E80D) is known color: Harlequin. HEX triplet: 42, E8 and 0D. RGB value is (66,232,13). Sum of RGB (Red+Green+Blue) = 66+232+13=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 232 (91.02% from 255 or 74.60% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 232 - color contains mainly: green. Hex color #42E80D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E80D is #BD17F2. Grayscale: #9E9E9E. Windows color (decimal): -12392435 or 911426. OLE color: 911426.
HSL color Cylindrical-coordinate representation of color #42E80D: hue angle of 105.48º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42E80D is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 13 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.09 |
| HSL | 105.48º | 0.89% | 0.48% | - |
| HSV(B) | 105.48º | 0.94% | 0.91% | - |
| XYZ | 31.18 | 58.9 | 10.11 | - |
| YUV | 157.4 | 46.5 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 13 | 0.72 | 0 | 0.94 | 0.09 | 105.48 | 0.89 | 0.48 |
| Hex | 42 | E8 | D | 48 | 0 | 5E | 9 | 69 | 59 | 30 |
| Octal | 102 | 350 | 15 | 110 | 0 | 136 | 11 | 151 | 131 | 60 |
| Binary | 1000010 | 11101000 | 1101 | 1001000 | 0 | 1011110 | 1001 | 1101001 | 1011001 | 110000 |
Color Harmonies of #42E80D
Complementary color
Monochromatic Colors of #42E80D
Black with #42E80D
Text Example
Text Example
White with #42E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E80D; }
p { color: rgb(66,232,13); }
H1.HeaderClassName
{
color: #42E80D;
}
.AnyTagClassName
{
color: #42E80D;
}
</style>
background-color css
<style>
a { background-color: #42E80D; }
a { background-color: rgb(66,232,13); }
div.DivClassName
{
background-color: #42E80D;
}
.BgClassName
{
background-color: #42E80D;
}
</style>
border-color css
<style>
span { border-color: #42E80D; }
span { border-color: rgb(66,232,13); }
td.TdClassName
{
border-color: #42E80D;
}
.TagClassName
{
border-color: #42E80D;
}
</style>