Shades of Harlequin #49FC16
Tints of Harlequin #49FC16
RGB
CMYK
RGB Variations
Color information
#49FC16 (or 0x49FC16) is known color: Harlequin. HEX triplet: 49, FC and 16. RGB value is (73,252,22). Sum of RGB (Red+Green+Blue) = 73+252+22=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FC16 is #B603E9. Grayscale: #ACACAC. Windows color (decimal): -11928554 or 1506377. OLE color: 1506377.
HSL color Cylindrical-coordinate representation of color #49FC16: hue angle of 106.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49FC16 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 22 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.01 |
| HSL | 106.7º | 0.97% | 0.54% | - |
| HSV(B) | 106.7º | 0.91% | 0.99% | - |
| XYZ | 37.7 | 71.1 | 12.49 | - |
| YUV | 172.26 | 43.2 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 22 | 0.71 | 0 | 0.91 | 0.01 | 106.7 | 0.97 | 0.54 |
| Hex | 49 | FC | 16 | 47 | 0 | 5B | 1 | 6B | 61 | 36 |
| Octal | 111 | 374 | 26 | 107 | 0 | 133 | 1 | 153 | 141 | 66 |
| Binary | 1001001 | 11111100 | 10110 | 1000111 | 0 | 1011011 | 1 | 1101011 | 1100001 | 110110 |
Color Harmonies of #49FC16
Complementary color
Monochromatic Colors of #49FC16
Black with #49FC16
Text Example
Text Example
White with #49FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FC16; }
p { color: rgb(73,252,22); }
H1.HeaderClassName
{
color: #49FC16;
}
.AnyTagClassName
{
color: #49FC16;
}
</style>
background-color css
<style>
a { background-color: #49FC16; }
a { background-color: rgb(73,252,22); }
div.DivClassName
{
background-color: #49FC16;
}
.BgClassName
{
background-color: #49FC16;
}
</style>
border-color css
<style>
span { border-color: #49FC16; }
span { border-color: rgb(73,252,22); }
td.TdClassName
{
border-color: #49FC16;
}
.TagClassName
{
border-color: #49FC16;
}
</style>