Shades of Harlequin #49FF20
Tints of Harlequin #49FF20
RGB
CMYK
RGB Variations
Color information
#49FF20 (or 0x49FF20) is known color: Harlequin. HEX triplet: 49, FF and 20. RGB value is (73,255,32). Sum of RGB (Red+Green+Blue) = 73+255+32=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF20 is #B600DF. Grayscale: #AFAFAF. Windows color (decimal): -11927776 or 2162505. OLE color: 2162505.
HSL color Cylindrical-coordinate representation of color #49FF20: hue angle of 108.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49FF20 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 32 | - |
| CMYK | 0.71 | 0 | 0.87 | 0 |
| HSL | 108.97º | 1% | 0.56% | - |
| HSV(B) | 108.97º | 0.87% | 1% | - |
| XYZ | 38.77 | 73.04 | 13.42 | - |
| YUV | 175.16 | 47.2 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 32 | 0.71 | 0 | 0.87 | 0 | 108.97 | 1 | 0.56 |
| Hex | 49 | FF | 20 | 47 | 0 | 57 | 0 | 6D | 64 | 38 |
| Octal | 111 | 377 | 40 | 107 | 0 | 127 | 0 | 155 | 144 | 70 |
| Binary | 1001001 | 11111111 | 100000 | 1000111 | 0 | 1010111 | 0 | 1101101 | 1100100 | 111000 |
Color Harmonies of #49FF20
Complementary color
Monochromatic Colors of #49FF20
Black with #49FF20
Text Example
Text Example
White with #49FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF20; }
p { color: rgb(73,255,32); }
H1.HeaderClassName
{
color: #49FF20;
}
.AnyTagClassName
{
color: #49FF20;
}
</style>
background-color css
<style>
a { background-color: #49FF20; }
a { background-color: rgb(73,255,32); }
div.DivClassName
{
background-color: #49FF20;
}
.BgClassName
{
background-color: #49FF20;
}
</style>
border-color css
<style>
span { border-color: #49FF20; }
span { border-color: rgb(73,255,32); }
td.TdClassName
{
border-color: #49FF20;
}
.TagClassName
{
border-color: #49FF20;
}
</style>