Shades of Harlequin #49F329
Tints of Harlequin #49F329
RGB
CMYK
RGB Variations
Color information
#49F329 (or 0x49F329) is known color: Harlequin. HEX triplet: 49, F3 and 29. RGB value is (73,243,41). Sum of RGB (Red+Green+Blue) = 73+243+41=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 243 (95.31% from 255 or 68.07% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 243 - color contains mainly: green. Hex color #49F329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F329 is #B60CD6. Grayscale: #A9A9A9. Windows color (decimal): -11930839 or 2749257. OLE color: 2749257.
HSL color Cylindrical-coordinate representation of color #49F329: hue angle of 110.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49F329 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 41 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.05 |
| HSL | 110.5º | 0.89% | 0.56% | - |
| HSV(B) | 110.5º | 0.83% | 0.95% | - |
| XYZ | 35.2 | 65.68 | 12.92 | - |
| YUV | 169.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 41 | 0.70 | 0 | 0.83 | 0.05 | 110.5 | 0.89 | 0.56 |
| Hex | 49 | F3 | 29 | 46 | 0 | 53 | 5 | 6E | 59 | 38 |
| Octal | 111 | 363 | 51 | 106 | 0 | 123 | 5 | 156 | 131 | 70 |
| Binary | 1001001 | 11110011 | 101001 | 1000110 | 0 | 1010011 | 101 | 1101110 | 1011001 | 111000 |
Color Harmonies of #49F329
Complementary color
Monochromatic Colors of #49F329
Black with #49F329
Text Example
Text Example
White with #49F329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F329; }
p { color: rgb(73,243,41); }
H1.HeaderClassName
{
color: #49F329;
}
.AnyTagClassName
{
color: #49F329;
}
</style>
background-color css
<style>
a { background-color: #49F329; }
a { background-color: rgb(73,243,41); }
div.DivClassName
{
background-color: #49F329;
}
.BgClassName
{
background-color: #49F329;
}
</style>
border-color css
<style>
span { border-color: #49F329; }
span { border-color: rgb(73,243,41); }
td.TdClassName
{
border-color: #49F329;
}
.TagClassName
{
border-color: #49F329;
}
</style>