Shades of Harlequin #42E50D
Tints of Harlequin #42E50D
RGB
CMYK
RGB Variations
Color information
#42E50D (or 0x42E50D) is known color: Harlequin. HEX triplet: 42, E5 and 0D. RGB value is (66,229,13). Sum of RGB (Red+Green+Blue) = 66+229+13=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 229 (89.84% from 255 or 74.35% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 229 - color contains mainly: green. Hex color #42E50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E50D is #BD1AF2. Grayscale: #9C9C9C. Windows color (decimal): -12393203 or 910658. OLE color: 910658.
HSL color Cylindrical-coordinate representation of color #42E50D: hue angle of 105.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42E50D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 13 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.10 |
| HSL | 105.28º | 0.89% | 0.47% | - |
| HSV(B) | 105.28º | 0.94% | 0.9% | - |
| XYZ | 30.34 | 57.23 | 9.83 | - |
| YUV | 155.64 | 47.5 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 13 | 0.71 | 0 | 0.94 | 0.10 | 105.28 | 0.89 | 0.47 |
| Hex | 42 | E5 | D | 47 | 0 | 5E | A | 69 | 59 | 2F |
| Octal | 102 | 345 | 15 | 107 | 0 | 136 | 12 | 151 | 131 | 57 |
| Binary | 1000010 | 11100101 | 1101 | 1000111 | 0 | 1011110 | 1010 | 1101001 | 1011001 | 101111 |
Color Harmonies of #42E50D
Complementary color
Monochromatic Colors of #42E50D
Black with #42E50D
Text Example
Text Example
White with #42E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E50D; }
p { color: rgb(66,229,13); }
H1.HeaderClassName
{
color: #42E50D;
}
.AnyTagClassName
{
color: #42E50D;
}
</style>
background-color css
<style>
a { background-color: #42E50D; }
a { background-color: rgb(66,229,13); }
div.DivClassName
{
background-color: #42E50D;
}
.BgClassName
{
background-color: #42E50D;
}
</style>
border-color css
<style>
span { border-color: #42E50D; }
span { border-color: rgb(66,229,13); }
td.TdClassName
{
border-color: #42E50D;
}
.TagClassName
{
border-color: #42E50D;
}
</style>