Shades of Harlequin #42DD0B
Tints of Harlequin #42DD0B
RGB
CMYK
RGB Variations
Color information
#42DD0B (or 0x42DD0B) is known color: Harlequin. HEX triplet: 42, DD and 0B. RGB value is (66,221,11). Sum of RGB (Red+Green+Blue) = 66+221+11=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DD0B is #BD22F4. Grayscale: #979797. Windows color (decimal): -12395253 or 777538. OLE color: 777538.
HSL color Cylindrical-coordinate representation of color #42DD0B: hue angle of 104.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42DD0B is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 11 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.13 |
| HSL | 104.29º | 0.91% | 0.45% | - |
| HSV(B) | 104.29º | 0.95% | 0.87% | - |
| XYZ | 28.16 | 52.9 | 9.04 | - |
| YUV | 150.72 | 49.15 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 11 | 0.70 | 0 | 0.95 | 0.13 | 104.29 | 0.91 | 0.45 |
| Hex | 42 | DD | B | 46 | 0 | 5F | D | 68 | 5B | 2D |
| Octal | 102 | 335 | 13 | 106 | 0 | 137 | 15 | 150 | 133 | 55 |
| Binary | 1000010 | 11011101 | 1011 | 1000110 | 0 | 1011111 | 1101 | 1101000 | 1011011 | 101101 |
Color Harmonies of #42DD0B
Complementary color
Monochromatic Colors of #42DD0B
Black with #42DD0B
Text Example
Text Example
White with #42DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD0B; }
p { color: rgb(66,221,11); }
H1.HeaderClassName
{
color: #42DD0B;
}
.AnyTagClassName
{
color: #42DD0B;
}
</style>
background-color css
<style>
a { background-color: #42DD0B; }
a { background-color: rgb(66,221,11); }
div.DivClassName
{
background-color: #42DD0B;
}
.BgClassName
{
background-color: #42DD0B;
}
</style>
border-color css
<style>
span { border-color: #42DD0B; }
span { border-color: rgb(66,221,11); }
td.TdClassName
{
border-color: #42DD0B;
}
.TagClassName
{
border-color: #42DD0B;
}
</style>