Shades of Harlequin #29FB00
Tints of Harlequin #29FB00
RGB
CMYK
RGB Variations
Color information
#29FB00 (or 0x29FB00) is known color: Harlequin. HEX triplet: 29, FB and 00. RGB value is (41,251,0). Sum of RGB (Red+Green+Blue) = 41+251+0=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 251 (98.44% from 255 or 85.96% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 251 - color contains mainly: green. Hex color #29FB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29FB00 is #D604FF. Grayscale: #A0A0A0. Windows color (decimal): -14025984 or 64297. OLE color: 64297.
HSL color Cylindrical-coordinate representation of color #29FB00: hue angle of 110.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29FB00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 251 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.02 |
| HSL | 110.2º | 1% | 0.49% | - |
| HSV(B) | 110.2º | 1% | 0.98% | - |
| XYZ | 35.41 | 69.47 | 11.54 | - |
| YUV | 159.6 | 37.93 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 251 | 0 | 0.84 | 0 | 1 | 0.02 | 110.2 | 1 | 0.49 |
| Hex | 29 | FB | 0 | 54 | 0 | 64 | 2 | 6E | 64 | 31 |
| Octal | 51 | 373 | 0 | 124 | 0 | 144 | 2 | 156 | 144 | 61 |
| Binary | 101001 | 11111011 | 0 | 1010100 | 0 | 1100100 | 10 | 1101110 | 1100100 | 110001 |
Color Harmonies of #29FB00
Complementary color
Monochromatic Colors of #29FB00
Black with #29FB00
Text Example
Text Example
White with #29FB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FB00; }
p { color: rgb(41,251,0); }
H1.HeaderClassName
{
color: #29FB00;
}
.AnyTagClassName
{
color: #29FB00;
}
</style>
background-color css
<style>
a { background-color: #29FB00; }
a { background-color: rgb(41,251,0); }
div.DivClassName
{
background-color: #29FB00;
}
.BgClassName
{
background-color: #29FB00;
}
</style>
border-color css
<style>
span { border-color: #29FB00; }
span { border-color: rgb(41,251,0); }
td.TdClassName
{
border-color: #29FB00;
}
.TagClassName
{
border-color: #29FB00;
}
</style>