Shades of Harlequin #29F212
Tints of Harlequin #29F212
RGB
CMYK
RGB Variations
Color information
#29F212 (or 0x29F212) is known color: Harlequin. HEX triplet: 29, F2 and 12. RGB value is (41,242,18). Sum of RGB (Red+Green+Blue) = 41+242+18=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 242 (94.92% from 255 or 80.40% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 242 - color contains mainly: green. Hex color #29F212 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29F212 is #D60DED. Grayscale: #9D9D9D. Windows color (decimal): -14028270 or 1241641. OLE color: 1241641.
HSL color Cylindrical-coordinate representation of color #29F212: hue angle of 113.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29F212 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 242 | 18 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.05 |
| HSL | 113.84º | 0.9% | 0.51% | - |
| HSV(B) | 113.84º | 0.93% | 0.95% | - |
| XYZ | 32.78 | 64.02 | 11.2 | - |
| YUV | 156.37 | 49.91 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 242 | 18 | 0.83 | 0 | 0.93 | 0.05 | 113.84 | 0.9 | 0.51 |
| Hex | 29 | F2 | 12 | 53 | 0 | 5D | 5 | 72 | 5A | 33 |
| Octal | 51 | 362 | 22 | 123 | 0 | 135 | 5 | 162 | 132 | 63 |
| Binary | 101001 | 11110010 | 10010 | 1010011 | 0 | 1011101 | 101 | 1110010 | 1011010 | 110011 |
Color Harmonies of #29F212
Complementary color
Monochromatic Colors of #29F212
Black with #29F212
Text Example
Text Example
White with #29F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F212; }
p { color: rgb(41,242,18); }
H1.HeaderClassName
{
color: #29F212;
}
.AnyTagClassName
{
color: #29F212;
}
</style>
background-color css
<style>
a { background-color: #29F212; }
a { background-color: rgb(41,242,18); }
div.DivClassName
{
background-color: #29F212;
}
.BgClassName
{
background-color: #29F212;
}
</style>
border-color css
<style>
span { border-color: #29F212; }
span { border-color: rgb(41,242,18); }
td.TdClassName
{
border-color: #29F212;
}
.TagClassName
{
border-color: #29F212;
}
</style>