Shades of Harlequin #29EE0F
Tints of Harlequin #29EE0F
RGB
CMYK
RGB Variations
Color information
#29EE0F (or 0x29EE0F) is known color: Harlequin. HEX triplet: 29, EE and 0F. RGB value is (41,238,15). Sum of RGB (Red+Green+Blue) = 41+238+15=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 238 (93.36% from 255 or 80.95% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 238 - color contains mainly: green. Hex color #29EE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29EE0F is #D611F0. Grayscale: #9A9A9A. Windows color (decimal): -14029297 or 1044009. OLE color: 1044009.
HSL color Cylindrical-coordinate representation of color #29EE0F: hue angle of 113º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29EE0F is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 238 | 15 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.07 |
| HSL | 113º | 0.88% | 0.5% | - |
| HSV(B) | 113º | 0.94% | 0.93% | - |
| XYZ | 31.58 | 61.65 | 10.69 | - |
| YUV | 153.68 | 49.73 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 238 | 15 | 0.83 | 0 | 0.94 | 0.07 | 113 | 0.88 | 0.5 |
| Hex | 29 | EE | F | 53 | 0 | 5E | 7 | 71 | 58 | 32 |
| Octal | 51 | 356 | 17 | 123 | 0 | 136 | 7 | 161 | 130 | 62 |
| Binary | 101001 | 11101110 | 1111 | 1010011 | 0 | 1011110 | 111 | 1110001 | 1011000 | 110010 |
Color Harmonies of #29EE0F
Complementary color
Monochromatic Colors of #29EE0F
Black with #29EE0F
Text Example
Text Example
White with #29EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EE0F; }
p { color: rgb(41,238,15); }
H1.HeaderClassName
{
color: #29EE0F;
}
.AnyTagClassName
{
color: #29EE0F;
}
</style>
background-color css
<style>
a { background-color: #29EE0F; }
a { background-color: rgb(41,238,15); }
div.DivClassName
{
background-color: #29EE0F;
}
.BgClassName
{
background-color: #29EE0F;
}
</style>
border-color css
<style>
span { border-color: #29EE0F; }
span { border-color: rgb(41,238,15); }
td.TdClassName
{
border-color: #29EE0F;
}
.TagClassName
{
border-color: #29EE0F;
}
</style>