Shades of Harlequin #29DD07
Tints of Harlequin #29DD07
RGB
CMYK
RGB Variations
Color information
#29DD07 (or 0x29DD07) is known color: Harlequin. HEX triplet: 29, DD and 07. RGB value is (41,221,7). Sum of RGB (Red+Green+Blue) = 41+221+7=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 221 (86.72% from 255 or 82.16% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DD07 is #D622F8. Grayscale: #8F8F8F. Windows color (decimal): -14033657 or 515369. OLE color: 515369.
HSL color Cylindrical-coordinate representation of color #29DD07: hue angle of 110.47º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29DD07 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.13 |
| HSL | 110.47º | 0.94% | 0.45% | - |
| HSV(B) | 110.47º | 0.97% | 0.87% | - |
| XYZ | 26.81 | 52.2 | 8.86 | - |
| YUV | 142.78 | 51.37 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 7 | 0.81 | 0 | 0.97 | 0.13 | 110.47 | 0.94 | 0.45 |
| Hex | 29 | DD | 7 | 51 | 0 | 61 | D | 6E | 5E | 2D |
| Octal | 51 | 335 | 7 | 121 | 0 | 141 | 15 | 156 | 136 | 55 |
| Binary | 101001 | 11011101 | 111 | 1010001 | 0 | 1100001 | 1101 | 1101110 | 1011110 | 101101 |
Color Harmonies of #29DD07
Complementary color
Monochromatic Colors of #29DD07
Black with #29DD07
Text Example
Text Example
White with #29DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DD07; }
p { color: rgb(41,221,7); }
H1.HeaderClassName
{
color: #29DD07;
}
.AnyTagClassName
{
color: #29DD07;
}
</style>
background-color css
<style>
a { background-color: #29DD07; }
a { background-color: rgb(41,221,7); }
div.DivClassName
{
background-color: #29DD07;
}
.BgClassName
{
background-color: #29DD07;
}
</style>
border-color css
<style>
span { border-color: #29DD07; }
span { border-color: rgb(41,221,7); }
td.TdClassName
{
border-color: #29DD07;
}
.TagClassName
{
border-color: #29DD07;
}
</style>