Shades of Harlequin #29D700
Tints of Harlequin #29D700
RGB
CMYK
RGB Variations
Color information
#29D700 (or 0x29D700) is known color: Harlequin. HEX triplet: 29, D7 and 00. RGB value is (41,215,0). Sum of RGB (Red+Green+Blue) = 41+215+0=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 215 (84.38% from 255 or 83.98% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 215 - color contains mainly: green. Hex color #29D700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D700 is #D628FF. Grayscale: #8B8B8B. Windows color (decimal): -14035200 or 55081. OLE color: 55081.
HSL color Cylindrical-coordinate representation of color #29D700: hue angle of 108.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29D700 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 215 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.16 |
| HSL | 108.56º | 1% | 0.42% | - |
| HSV(B) | 108.56º | 1% | 0.84% | - |
| XYZ | 25.21 | 49.07 | 8.14 | - |
| YUV | 138.46 | 49.85 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 215 | 0 | 0.81 | 0 | 1 | 0.16 | 108.56 | 1 | 0.42 |
| Hex | 29 | D7 | 0 | 51 | 0 | 64 | 10 | 6D | 64 | 2A |
| Octal | 51 | 327 | 0 | 121 | 0 | 144 | 20 | 155 | 144 | 52 |
| Binary | 101001 | 11010111 | 0 | 1010001 | 0 | 1100100 | 10000 | 1101101 | 1100100 | 101010 |
Color Harmonies of #29D700
Complementary color
Monochromatic Colors of #29D700
Black with #29D700
Text Example
Text Example
White with #29D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D700; }
p { color: rgb(41,215,0); }
H1.HeaderClassName
{
color: #29D700;
}
.AnyTagClassName
{
color: #29D700;
}
</style>
background-color css
<style>
a { background-color: #29D700; }
a { background-color: rgb(41,215,0); }
div.DivClassName
{
background-color: #29D700;
}
.BgClassName
{
background-color: #29D700;
}
</style>
border-color css
<style>
span { border-color: #29D700; }
span { border-color: rgb(41,215,0); }
td.TdClassName
{
border-color: #29D700;
}
.TagClassName
{
border-color: #29D700;
}
</style>