Shades of Harlequin #49FF32
Tints of Harlequin #49FF32
RGB
CMYK
RGB Variations
Color information
#49FF32 (or 0x49FF32) is known color: Harlequin. HEX triplet: 49, FF and 32. RGB value is (73,255,50). Sum of RGB (Red+Green+Blue) = 73+255+50=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF32 is #B600CD. Grayscale: #B1B1B1. Windows color (decimal): -11927758 or 3342153. OLE color: 3342153.
HSL color Cylindrical-coordinate representation of color #49FF32: hue angle of 113.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49FF32 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 50 | - |
| CMYK | 0.71 | 0 | 0.80 | 0 |
| HSL | 113.27º | 1% | 0.6% | - |
| HSV(B) | 113.27º | 0.8% | 1% | - |
| XYZ | 39.08 | 73.17 | 15.08 | - |
| YUV | 177.21 | 56.2 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 50 | 0.71 | 0 | 0.80 | 0 | 113.27 | 1 | 0.6 |
| Hex | 49 | FF | 32 | 47 | 0 | 50 | 0 | 71 | 64 | 3C |
| Octal | 111 | 377 | 62 | 107 | 0 | 120 | 0 | 161 | 144 | 74 |
| Binary | 1001001 | 11111111 | 110010 | 1000111 | 0 | 1010000 | 0 | 1110001 | 1100100 | 111100 |
Color Harmonies of #49FF32
Complementary color
Monochromatic Colors of #49FF32
Black with #49FF32
Text Example
Text Example
White with #49FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF32; }
p { color: rgb(73,255,50); }
H1.HeaderClassName
{
color: #49FF32;
}
.AnyTagClassName
{
color: #49FF32;
}
</style>
background-color css
<style>
a { background-color: #49FF32; }
a { background-color: rgb(73,255,50); }
div.DivClassName
{
background-color: #49FF32;
}
.BgClassName
{
background-color: #49FF32;
}
</style>
border-color css
<style>
span { border-color: #49FF32; }
span { border-color: rgb(73,255,50); }
td.TdClassName
{
border-color: #49FF32;
}
.TagClassName
{
border-color: #49FF32;
}
</style>