Shades of Harlequin #29FE12
Tints of Harlequin #29FE12
RGB
CMYK
RGB Variations
Color information
#29FE12 (or 0x29FE12) is known color: Harlequin. HEX triplet: 29, FE and 12. RGB value is (41,254,18). Sum of RGB (Red+Green+Blue) = 41+254+18=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 254 (99.61% from 255 or 81.15% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 254 - color contains mainly: green. Hex color #29FE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29FE12 is #D601ED. Grayscale: #A4A4A4. Windows color (decimal): -14025198 or 1244713. OLE color: 1244713.
HSL color Cylindrical-coordinate representation of color #29FE12: hue angle of 114.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29FE12 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 18 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.00 |
| HSL | 114.15º | 0.99% | 0.53% | - |
| HSV(B) | 114.15º | 0.93% | 1% | - |
| XYZ | 36.47 | 71.4 | 12.43 | - |
| YUV | 163.41 | 45.93 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 18 | 0.84 | 0 | 0.93 | 0.00 | 114.15 | 0.99 | 0.53 |
| Hex | 29 | FE | 12 | 54 | 0 | 5D | 0 | 72 | 63 | 35 |
| Octal | 51 | 376 | 22 | 124 | 0 | 135 | 0 | 162 | 143 | 65 |
| Binary | 101001 | 11111110 | 10010 | 1010100 | 0 | 1011101 | 0 | 1110010 | 1100011 | 110101 |
Color Harmonies of #29FE12
Complementary color
Monochromatic Colors of #29FE12
Black with #29FE12
Text Example
Text Example
White with #29FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FE12; }
p { color: rgb(41,254,18); }
H1.HeaderClassName
{
color: #29FE12;
}
.AnyTagClassName
{
color: #29FE12;
}
</style>
background-color css
<style>
a { background-color: #29FE12; }
a { background-color: rgb(41,254,18); }
div.DivClassName
{
background-color: #29FE12;
}
.BgClassName
{
background-color: #29FE12;
}
</style>
border-color css
<style>
span { border-color: #29FE12; }
span { border-color: rgb(41,254,18); }
td.TdClassName
{
border-color: #29FE12;
}
.TagClassName
{
border-color: #29FE12;
}
</style>