Shades of Harlequin #29E501
Tints of Harlequin #29E501
RGB
CMYK
RGB Variations
Color information
#29E501 (or 0x29E501) is known color: Harlequin. HEX triplet: 29, E5 and 01. RGB value is (41,229,1). Sum of RGB (Red+Green+Blue) = 41+229+1=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 229 (89.84% from 255 or 84.50% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 229 - color contains mainly: green. Hex color #29E501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29E501 is #D61AFE. Grayscale: #939393. Windows color (decimal): -14031615 or 124201. OLE color: 124201.
HSL color Cylindrical-coordinate representation of color #29E501: hue angle of 109.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29E501 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 229 | 1 | - |
| CMYK | 0.82 | 0 | 1.00 | 0.10 |
| HSL | 109.47º | 0.99% | 0.45% | - |
| HSV(B) | 109.47º | 1% | 0.9% | - |
| XYZ | 28.94 | 56.51 | 9.41 | - |
| YUV | 146.8 | 45.72 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 229 | 1 | 0.82 | 0 | 1.00 | 0.10 | 109.47 | 0.99 | 0.45 |
| Hex | 29 | E5 | 1 | 52 | 0 | 64 | A | 6D | 63 | 2D |
| Octal | 51 | 345 | 1 | 122 | 0 | 144 | 12 | 155 | 143 | 55 |
| Binary | 101001 | 11100101 | 1 | 1010010 | 0 | 1100100 | 1010 | 1101101 | 1100011 | 101101 |
Color Harmonies of #29E501
Complementary color
Monochromatic Colors of #29E501
Black with #29E501
Text Example
Text Example
White with #29E501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E501; }
p { color: rgb(41,229,1); }
H1.HeaderClassName
{
color: #29E501;
}
.AnyTagClassName
{
color: #29E501;
}
</style>
background-color css
<style>
a { background-color: #29E501; }
a { background-color: rgb(41,229,1); }
div.DivClassName
{
background-color: #29E501;
}
.BgClassName
{
background-color: #29E501;
}
</style>
border-color css
<style>
span { border-color: #29E501; }
span { border-color: rgb(41,229,1); }
td.TdClassName
{
border-color: #29E501;
}
.TagClassName
{
border-color: #29E501;
}
</style>