Shades of Harlequin #49F616
Tints of Harlequin #49F616
RGB
CMYK
RGB Variations
Color information
#49F616 (or 0x49F616) is known color: Harlequin. HEX triplet: 49, F6 and 16. RGB value is (73,246,22). Sum of RGB (Red+Green+Blue) = 73+246+22=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 246 (96.48% from 255 or 72.14% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 246 - color contains mainly: green. Hex color #49F616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F616 is #B609E9. Grayscale: #A9A9A9. Windows color (decimal): -11930090 or 1504841. OLE color: 1504841.
HSL color Cylindrical-coordinate representation of color #49F616: hue angle of 106.34º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49F616 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 22 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.04 |
| HSL | 106.34º | 0.93% | 0.53% | - |
| HSV(B) | 106.34º | 0.91% | 0.96% | - |
| XYZ | 35.85 | 67.39 | 11.88 | - |
| YUV | 168.74 | 45.19 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 22 | 0.70 | 0 | 0.91 | 0.04 | 106.34 | 0.93 | 0.53 |
| Hex | 49 | F6 | 16 | 46 | 0 | 5B | 4 | 6A | 5D | 35 |
| Octal | 111 | 366 | 26 | 106 | 0 | 133 | 4 | 152 | 135 | 65 |
| Binary | 1001001 | 11110110 | 10110 | 1000110 | 0 | 1011011 | 100 | 1101010 | 1011101 | 110101 |
Color Harmonies of #49F616
Complementary color
Monochromatic Colors of #49F616
Black with #49F616
Text Example
Text Example
White with #49F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F616; }
p { color: rgb(73,246,22); }
H1.HeaderClassName
{
color: #49F616;
}
.AnyTagClassName
{
color: #49F616;
}
</style>
background-color css
<style>
a { background-color: #49F616; }
a { background-color: rgb(73,246,22); }
div.DivClassName
{
background-color: #49F616;
}
.BgClassName
{
background-color: #49F616;
}
</style>
border-color css
<style>
span { border-color: #49F616; }
span { border-color: rgb(73,246,22); }
td.TdClassName
{
border-color: #49F616;
}
.TagClassName
{
border-color: #49F616;
}
</style>