Shades of Harlequin #42DD04
Tints of Harlequin #42DD04
RGB
CMYK
RGB Variations
Color information
#42DD04 (or 0x42DD04) is known color: Harlequin. HEX triplet: 42, DD and 04. RGB value is (66,221,4). Sum of RGB (Red+Green+Blue) = 66+221+4=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DD04 is #BD22FB. Grayscale: #969696. Windows color (decimal): -12395260 or 318786. OLE color: 318786.
HSL color Cylindrical-coordinate representation of color #42DD04: hue angle of 102.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42DD04 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.13 |
| HSL | 102.86º | 0.96% | 0.44% | - |
| HSV(B) | 102.86º | 0.98% | 0.87% | - |
| XYZ | 28.13 | 52.88 | 8.84 | - |
| YUV | 149.92 | 45.65 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 4 | 0.70 | 0 | 0.98 | 0.13 | 102.86 | 0.96 | 0.44 |
| Hex | 42 | DD | 4 | 46 | 0 | 62 | D | 67 | 60 | 2C |
| Octal | 102 | 335 | 4 | 106 | 0 | 142 | 15 | 147 | 140 | 54 |
| Binary | 1000010 | 11011101 | 100 | 1000110 | 0 | 1100010 | 1101 | 1100111 | 1100000 | 101100 |
Color Harmonies of #42DD04
Complementary color
Monochromatic Colors of #42DD04
Black with #42DD04
Text Example
Text Example
White with #42DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD04; }
p { color: rgb(66,221,4); }
H1.HeaderClassName
{
color: #42DD04;
}
.AnyTagClassName
{
color: #42DD04;
}
</style>
background-color css
<style>
a { background-color: #42DD04; }
a { background-color: rgb(66,221,4); }
div.DivClassName
{
background-color: #42DD04;
}
.BgClassName
{
background-color: #42DD04;
}
</style>
border-color css
<style>
span { border-color: #42DD04; }
span { border-color: rgb(66,221,4); }
td.TdClassName
{
border-color: #42DD04;
}
.TagClassName
{
border-color: #42DD04;
}
</style>