Shades of Harlequin #42DA04
Tints of Harlequin #42DA04
RGB
CMYK
RGB Variations
Color information
#42DA04 (or 0x42DA04) is known color: Harlequin. HEX triplet: 42, DA and 04. RGB value is (66,218,4). Sum of RGB (Red+Green+Blue) = 66+218+4=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DA04 is #BD25FB. Grayscale: #949494. Windows color (decimal): -12396028 or 318018. OLE color: 318018.
HSL color Cylindrical-coordinate representation of color #42DA04: hue angle of 102.62º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42DA04 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.15 |
| HSL | 102.62º | 0.96% | 0.44% | - |
| HSV(B) | 102.62º | 0.98% | 0.85% | - |
| XYZ | 27.34 | 51.31 | 8.58 | - |
| YUV | 148.16 | 46.64 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 4 | 0.70 | 0 | 0.98 | 0.15 | 102.62 | 0.96 | 0.44 |
| Hex | 42 | DA | 4 | 46 | 0 | 62 | F | 67 | 60 | 2C |
| Octal | 102 | 332 | 4 | 106 | 0 | 142 | 17 | 147 | 140 | 54 |
| Binary | 1000010 | 11011010 | 100 | 1000110 | 0 | 1100010 | 1111 | 1100111 | 1100000 | 101100 |
Color Harmonies of #42DA04
Complementary color
Monochromatic Colors of #42DA04
Black with #42DA04
Text Example
Text Example
White with #42DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA04; }
p { color: rgb(66,218,4); }
H1.HeaderClassName
{
color: #42DA04;
}
.AnyTagClassName
{
color: #42DA04;
}
</style>
background-color css
<style>
a { background-color: #42DA04; }
a { background-color: rgb(66,218,4); }
div.DivClassName
{
background-color: #42DA04;
}
.BgClassName
{
background-color: #42DA04;
}
</style>
border-color css
<style>
span { border-color: #42DA04; }
span { border-color: rgb(66,218,4); }
td.TdClassName
{
border-color: #42DA04;
}
.TagClassName
{
border-color: #42DA04;
}
</style>