Shades of Harlequin #29D504
Tints of Harlequin #29D504
RGB
CMYK
RGB Variations
Color information
#29D504 (or 0x29D504) is known color: Harlequin. HEX triplet: 29, D5 and 04. RGB value is (41,213,4). Sum of RGB (Red+Green+Blue) = 41+213+4=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 213 (83.59% from 255 or 82.56% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 213 - color contains mainly: green. Hex color #29D504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D504 is #D62AFB. Grayscale: #8A8A8A. Windows color (decimal): -14035708 or 316713. OLE color: 316713.
HSL color Cylindrical-coordinate representation of color #29D504: hue angle of 109.38º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29D504 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 213 | 4 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.16 |
| HSL | 109.38º | 0.96% | 0.43% | - |
| HSV(B) | 109.38º | 0.98% | 0.84% | - |
| XYZ | 24.73 | 48.07 | 8.09 | - |
| YUV | 137.75 | 52.52 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 213 | 4 | 0.81 | 0 | 0.98 | 0.16 | 109.38 | 0.96 | 0.43 |
| Hex | 29 | D5 | 4 | 51 | 0 | 62 | 10 | 6D | 60 | 2B |
| Octal | 51 | 325 | 4 | 121 | 0 | 142 | 20 | 155 | 140 | 53 |
| Binary | 101001 | 11010101 | 100 | 1010001 | 0 | 1100010 | 10000 | 1101101 | 1100000 | 101011 |
Color Harmonies of #29D504
Complementary color
Monochromatic Colors of #29D504
Black with #29D504
Text Example
Text Example
White with #29D504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D504; }
p { color: rgb(41,213,4); }
H1.HeaderClassName
{
color: #29D504;
}
.AnyTagClassName
{
color: #29D504;
}
</style>
background-color css
<style>
a { background-color: #29D504; }
a { background-color: rgb(41,213,4); }
div.DivClassName
{
background-color: #29D504;
}
.BgClassName
{
background-color: #29D504;
}
</style>
border-color css
<style>
span { border-color: #29D504; }
span { border-color: rgb(41,213,4); }
td.TdClassName
{
border-color: #29D504;
}
.TagClassName
{
border-color: #29D504;
}
</style>