Shades of Harlequin #29D602
Tints of Harlequin #29D602
RGB
CMYK
RGB Variations
Color information
#29D602 (or 0x29D602) is known color: Harlequin. HEX triplet: 29, D6 and 02. RGB value is (41,214,2). Sum of RGB (Red+Green+Blue) = 41+214+2=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 214 (83.98% from 255 or 83.27% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 214 - color contains mainly: green. Hex color #29D602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D602 is #D629FD. Grayscale: #8A8A8A. Windows color (decimal): -14035454 or 185897. OLE color: 185897.
HSL color Cylindrical-coordinate representation of color #29D602: hue angle of 108.96º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29D602 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.16 |
| HSL | 108.96º | 0.98% | 0.42% | - |
| HSV(B) | 108.96º | 0.99% | 0.84% | - |
| XYZ | 24.97 | 48.57 | 8.12 | - |
| YUV | 138.11 | 51.19 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 2 | 0.81 | 0 | 0.99 | 0.16 | 108.96 | 0.98 | 0.42 |
| Hex | 29 | D6 | 2 | 51 | 0 | 63 | 10 | 6D | 62 | 2A |
| Octal | 51 | 326 | 2 | 121 | 0 | 143 | 20 | 155 | 142 | 52 |
| Binary | 101001 | 11010110 | 10 | 1010001 | 0 | 1100011 | 10000 | 1101101 | 1100010 | 101010 |
Color Harmonies of #29D602
Complementary color
Monochromatic Colors of #29D602
Black with #29D602
Text Example
Text Example
White with #29D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D602; }
p { color: rgb(41,214,2); }
H1.HeaderClassName
{
color: #29D602;
}
.AnyTagClassName
{
color: #29D602;
}
</style>
background-color css
<style>
a { background-color: #29D602; }
a { background-color: rgb(41,214,2); }
div.DivClassName
{
background-color: #29D602;
}
.BgClassName
{
background-color: #29D602;
}
</style>
border-color css
<style>
span { border-color: #29D602; }
span { border-color: rgb(41,214,2); }
td.TdClassName
{
border-color: #29D602;
}
.TagClassName
{
border-color: #29D602;
}
</style>