Shades of Harlequin #42E50A
Tints of Harlequin #42E50A
RGB
CMYK
RGB Variations
Color information
#42E50A (or 0x42E50A) is known color: Harlequin. HEX triplet: 42, E5 and 0A. RGB value is (66,229,10). Sum of RGB (Red+Green+Blue) = 66+229+10=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 229 (89.84% from 255 or 75.08% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 229 - color contains mainly: green. Hex color #42E50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E50A is #BD1AF5. Grayscale: #9C9C9C. Windows color (decimal): -12393206 or 714050. OLE color: 714050.
HSL color Cylindrical-coordinate representation of color #42E50A: hue angle of 104.66º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42E50A is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 10 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.10 |
| HSL | 104.66º | 0.92% | 0.47% | - |
| HSV(B) | 104.66º | 0.96% | 0.9% | - |
| XYZ | 30.32 | 57.22 | 9.73 | - |
| YUV | 155.3 | 46 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 10 | 0.71 | 0 | 0.96 | 0.10 | 104.66 | 0.92 | 0.47 |
| Hex | 42 | E5 | A | 47 | 0 | 60 | A | 69 | 5C | 2F |
| Octal | 102 | 345 | 12 | 107 | 0 | 140 | 12 | 151 | 134 | 57 |
| Binary | 1000010 | 11100101 | 1010 | 1000111 | 0 | 1100000 | 1010 | 1101001 | 1011100 | 101111 |
Color Harmonies of #42E50A
Complementary color
Monochromatic Colors of #42E50A
Black with #42E50A
Text Example
Text Example
White with #42E50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E50A; }
p { color: rgb(66,229,10); }
H1.HeaderClassName
{
color: #42E50A;
}
.AnyTagClassName
{
color: #42E50A;
}
</style>
background-color css
<style>
a { background-color: #42E50A; }
a { background-color: rgb(66,229,10); }
div.DivClassName
{
background-color: #42E50A;
}
.BgClassName
{
background-color: #42E50A;
}
</style>
border-color css
<style>
span { border-color: #42E50A; }
span { border-color: rgb(66,229,10); }
td.TdClassName
{
border-color: #42E50A;
}
.TagClassName
{
border-color: #42E50A;
}
</style>