Shades of Harlequin #29D600
Tints of Harlequin #29D600
RGB
CMYK
RGB Variations
Color information
#29D600 (or 0x29D600) is known color: Harlequin. HEX triplet: 29, D6 and 00. RGB value is (41,214,0). Sum of RGB (Red+Green+Blue) = 41+214+0=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #29D600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D600 is #D629FF. Grayscale: #8A8A8A. Windows color (decimal): -14035456 or 54825. OLE color: 54825.
HSL color Cylindrical-coordinate representation of color #29D600: hue angle of 108.5º 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 #29D600 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.16 |
| HSL | 108.5º | 1% | 0.42% | - |
| HSV(B) | 108.5º | 1% | 0.84% | - |
| XYZ | 24.96 | 48.56 | 8.06 | - |
| YUV | 137.88 | 50.19 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 0 | 0.81 | 0 | 1 | 0.16 | 108.5 | 1 | 0.42 |
| Hex | 29 | D6 | 0 | 51 | 0 | 64 | 10 | 6D | 64 | 2A |
| Octal | 51 | 326 | 0 | 121 | 0 | 144 | 20 | 155 | 144 | 52 |
| Binary | 101001 | 11010110 | 0 | 1010001 | 0 | 1100100 | 10000 | 1101101 | 1100100 | 101010 |
Color Harmonies of #29D600
Complementary color
Monochromatic Colors of #29D600
Black with #29D600
Text Example
Text Example
White with #29D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D600; }
p { color: rgb(41,214,0); }
H1.HeaderClassName
{
color: #29D600;
}
.AnyTagClassName
{
color: #29D600;
}
</style>
background-color css
<style>
a { background-color: #29D600; }
a { background-color: rgb(41,214,0); }
div.DivClassName
{
background-color: #29D600;
}
.BgClassName
{
background-color: #29D600;
}
</style>
border-color css
<style>
span { border-color: #29D600; }
span { border-color: rgb(41,214,0); }
td.TdClassName
{
border-color: #29D600;
}
.TagClassName
{
border-color: #29D600;
}
</style>