Shades of Harlequin #49FF29
Tints of Harlequin #49FF29
RGB
CMYK
RGB Variations
Color information
#49FF29 (or 0x49FF29) is known color: Harlequin. HEX triplet: 49, FF and 29. RGB value is (73,255,41). Sum of RGB (Red+Green+Blue) = 73+255+41=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF29 is #B600D6. Grayscale: #B0B0B0. Windows color (decimal): -11927767 or 2752329. OLE color: 2752329.
HSL color Cylindrical-coordinate representation of color #49FF29: hue angle of 111.03º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49FF29 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 41 | - |
| CMYK | 0.71 | 0 | 0.84 | 0 |
| HSL | 111.03º | 1% | 0.58% | - |
| HSV(B) | 111.03º | 0.84% | 1% | - |
| XYZ | 38.91 | 73.1 | 14.16 | - |
| YUV | 176.19 | 51.7 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 41 | 0.71 | 0 | 0.84 | 0 | 111.03 | 1 | 0.58 |
| Hex | 49 | FF | 29 | 47 | 0 | 54 | 0 | 6F | 64 | 3A |
| Octal | 111 | 377 | 51 | 107 | 0 | 124 | 0 | 157 | 144 | 72 |
| Binary | 1001001 | 11111111 | 101001 | 1000111 | 0 | 1010100 | 0 | 1101111 | 1100100 | 111010 |
Color Harmonies of #49FF29
Complementary color
Monochromatic Colors of #49FF29
Black with #49FF29
Text Example
Text Example
White with #49FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF29; }
p { color: rgb(73,255,41); }
H1.HeaderClassName
{
color: #49FF29;
}
.AnyTagClassName
{
color: #49FF29;
}
</style>
background-color css
<style>
a { background-color: #49FF29; }
a { background-color: rgb(73,255,41); }
div.DivClassName
{
background-color: #49FF29;
}
.BgClassName
{
background-color: #49FF29;
}
</style>
border-color css
<style>
span { border-color: #49FF29; }
span { border-color: rgb(73,255,41); }
td.TdClassName
{
border-color: #49FF29;
}
.TagClassName
{
border-color: #49FF29;
}
</style>