Shades of Harlequin #42E60A
Tints of Harlequin #42E60A
RGB
CMYK
RGB Variations
Color information
#42E60A (or 0x42E60A) is known color: Harlequin. HEX triplet: 42, E6 and 0A. RGB value is (66,230,10). Sum of RGB (Red+Green+Blue) = 66+230+10=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 230 (90.23% from 255 or 75.16% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 230 - color contains mainly: green. Hex color #42E60A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E60A is #BD19F5. Grayscale: #9C9C9C. Windows color (decimal): -12392950 or 714306. OLE color: 714306.
HSL color Cylindrical-coordinate representation of color #42E60A: hue angle of 104.73º 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 #42E60A is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 10 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.10 |
| HSL | 104.73º | 0.92% | 0.47% | - |
| HSV(B) | 104.73º | 0.96% | 0.9% | - |
| XYZ | 30.6 | 57.77 | 9.83 | - |
| YUV | 155.88 | 45.67 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 10 | 0.71 | 0 | 0.96 | 0.10 | 104.73 | 0.92 | 0.47 |
| Hex | 42 | E6 | A | 47 | 0 | 60 | A | 69 | 5C | 2F |
| Octal | 102 | 346 | 12 | 107 | 0 | 140 | 12 | 151 | 134 | 57 |
| Binary | 1000010 | 11100110 | 1010 | 1000111 | 0 | 1100000 | 1010 | 1101001 | 1011100 | 101111 |
Color Harmonies of #42E60A
Complementary color
Monochromatic Colors of #42E60A
Black with #42E60A
Text Example
Text Example
White with #42E60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E60A; }
p { color: rgb(66,230,10); }
H1.HeaderClassName
{
color: #42E60A;
}
.AnyTagClassName
{
color: #42E60A;
}
</style>
background-color css
<style>
a { background-color: #42E60A; }
a { background-color: rgb(66,230,10); }
div.DivClassName
{
background-color: #42E60A;
}
.BgClassName
{
background-color: #42E60A;
}
</style>
border-color css
<style>
span { border-color: #42E60A; }
span { border-color: rgb(66,230,10); }
td.TdClassName
{
border-color: #42E60A;
}
.TagClassName
{
border-color: #42E60A;
}
</style>