Shades of Harlequin #29F010
Tints of Harlequin #29F010
RGB
CMYK
RGB Variations
Color information
#29F010 (or 0x29F010) is known color: Harlequin. HEX triplet: 29, F0 and 10. RGB value is (41,240,16). Sum of RGB (Red+Green+Blue) = 41+240+16=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 240 (94.14% from 255 or 80.81% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 240 - color contains mainly: green. Hex color #29F010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29F010 is #D60FEF. Grayscale: #9B9B9B. Windows color (decimal): -14028784 or 1110057. OLE color: 1110057.
HSL color Cylindrical-coordinate representation of color #29F010: hue angle of 113.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29F010 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.06 |
| HSL | 113.3º | 0.88% | 0.5% | - |
| HSV(B) | 113.3º | 0.93% | 0.94% | - |
| XYZ | 32.17 | 62.83 | 10.92 | - |
| YUV | 154.96 | 49.57 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 16 | 0.83 | 0 | 0.93 | 0.06 | 113.3 | 0.88 | 0.5 |
| Hex | 29 | F0 | 10 | 53 | 0 | 5D | 6 | 71 | 58 | 32 |
| Octal | 51 | 360 | 20 | 123 | 0 | 135 | 6 | 161 | 130 | 62 |
| Binary | 101001 | 11110000 | 10000 | 1010011 | 0 | 1011101 | 110 | 1110001 | 1011000 | 110010 |
Color Harmonies of #29F010
Complementary color
Monochromatic Colors of #29F010
Black with #29F010
Text Example
Text Example
White with #29F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F010; }
p { color: rgb(41,240,16); }
H1.HeaderClassName
{
color: #29F010;
}
.AnyTagClassName
{
color: #29F010;
}
</style>
background-color css
<style>
a { background-color: #29F010; }
a { background-color: rgb(41,240,16); }
div.DivClassName
{
background-color: #29F010;
}
.BgClassName
{
background-color: #29F010;
}
</style>
border-color css
<style>
span { border-color: #29F010; }
span { border-color: rgb(41,240,16); }
td.TdClassName
{
border-color: #29F010;
}
.TagClassName
{
border-color: #29F010;
}
</style>