Shades of Harlequin #42DC0A
Tints of Harlequin #42DC0A
RGB
CMYK
RGB Variations
Color information
#42DC0A (or 0x42DC0A) is known color: Harlequin. HEX triplet: 42, DC and 0A. RGB value is (66,220,10). Sum of RGB (Red+Green+Blue) = 66+220+10=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 220 (86.33% from 255 or 74.32% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DC0A is #BD23F5. Grayscale: #969696. Windows color (decimal): -12395510 or 711746. OLE color: 711746.
HSL color Cylindrical-coordinate representation of color #42DC0A: hue angle of 104º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42DC0A is Cyan = 0.7, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 10 | - |
| CMYK | 0.7 | 0 | 0.95 | 0.14 |
| HSL | 104º | 0.91% | 0.45% | - |
| HSV(B) | 104º | 0.95% | 0.86% | - |
| XYZ | 27.89 | 52.37 | 8.92 | - |
| YUV | 150.01 | 48.98 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 10 | 0.7 | 0 | 0.95 | 0.14 | 104 | 0.91 | 0.45 |
| Hex | 42 | DC | A | 46 | 0 | 5F | E | 68 | 5B | 2D |
| Octal | 102 | 334 | 12 | 106 | 0 | 137 | 16 | 150 | 133 | 55 |
| Binary | 1000010 | 11011100 | 1010 | 1000110 | 0 | 1011111 | 1110 | 1101000 | 1011011 | 101101 |
Color Harmonies of #42DC0A
Complementary color
Monochromatic Colors of #42DC0A
Black with #42DC0A
Text Example
Text Example
White with #42DC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC0A; }
p { color: rgb(66,220,10); }
H1.HeaderClassName
{
color: #42DC0A;
}
.AnyTagClassName
{
color: #42DC0A;
}
</style>
background-color css
<style>
a { background-color: #42DC0A; }
a { background-color: rgb(66,220,10); }
div.DivClassName
{
background-color: #42DC0A;
}
.BgClassName
{
background-color: #42DC0A;
}
</style>
border-color css
<style>
span { border-color: #42DC0A; }
span { border-color: rgb(66,220,10); }
td.TdClassName
{
border-color: #42DC0A;
}
.TagClassName
{
border-color: #42DC0A;
}
</style>