Shades of Harlequin #42DE08
Tints of Harlequin #42DE08
RGB
CMYK
RGB Variations
Color information
#42DE08 (or 0x42DE08) is known color: Harlequin. HEX triplet: 42, DE and 08. RGB value is (66,222,8). Sum of RGB (Red+Green+Blue) = 66+222+8=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 222 (87.11% from 255 or 75% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DE08 is #BD21F7. Grayscale: #979797. Windows color (decimal): -12395000 or 581186. OLE color: 581186.
HSL color Cylindrical-coordinate representation of color #42DE08: hue angle of 103.74º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42DE08 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.13 |
| HSL | 103.74º | 0.93% | 0.45% | - |
| HSV(B) | 103.74º | 0.96% | 0.87% | - |
| XYZ | 28.41 | 53.42 | 9.04 | - |
| YUV | 150.96 | 47.32 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 8 | 0.70 | 0 | 0.96 | 0.13 | 103.74 | 0.93 | 0.45 |
| Hex | 42 | DE | 8 | 46 | 0 | 60 | D | 68 | 5D | 2D |
| Octal | 102 | 336 | 10 | 106 | 0 | 140 | 15 | 150 | 135 | 55 |
| Binary | 1000010 | 11011110 | 1000 | 1000110 | 0 | 1100000 | 1101 | 1101000 | 1011101 | 101101 |
Color Harmonies of #42DE08
Complementary color
Monochromatic Colors of #42DE08
Black with #42DE08
Text Example
Text Example
White with #42DE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DE08; }
p { color: rgb(66,222,8); }
H1.HeaderClassName
{
color: #42DE08;
}
.AnyTagClassName
{
color: #42DE08;
}
</style>
background-color css
<style>
a { background-color: #42DE08; }
a { background-color: rgb(66,222,8); }
div.DivClassName
{
background-color: #42DE08;
}
.BgClassName
{
background-color: #42DE08;
}
</style>
border-color css
<style>
span { border-color: #42DE08; }
span { border-color: rgb(66,222,8); }
td.TdClassName
{
border-color: #42DE08;
}
.TagClassName
{
border-color: #42DE08;
}
</style>