Shades of Harlequin #49F61C
Tints of Harlequin #49F61C
RGB
CMYK
RGB Variations
Color information
#49F61C (or 0x49F61C) is known color: Harlequin. HEX triplet: 49, F6 and 1C. RGB value is (73,246,28). Sum of RGB (Red+Green+Blue) = 73+246+28=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 246 (96.48% from 255 or 70.89% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 246 - color contains mainly: green. Hex color #49F61C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F61C is #B609E3. Grayscale: #AAAAAA. Windows color (decimal): -11930084 or 1898057. OLE color: 1898057.
HSL color Cylindrical-coordinate representation of color #49F61C: hue angle of 107.61º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49F61C is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 28 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.04 |
| HSL | 107.61º | 0.92% | 0.54% | - |
| HSV(B) | 107.61º | 0.89% | 0.96% | - |
| XYZ | 35.91 | 67.41 | 12.22 | - |
| YUV | 169.42 | 48.19 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 28 | 0.70 | 0 | 0.89 | 0.04 | 107.61 | 0.92 | 0.54 |
| Hex | 49 | F6 | 1C | 46 | 0 | 59 | 4 | 6C | 5C | 36 |
| Octal | 111 | 366 | 34 | 106 | 0 | 131 | 4 | 154 | 134 | 66 |
| Binary | 1001001 | 11110110 | 11100 | 1000110 | 0 | 1011001 | 100 | 1101100 | 1011100 | 110110 |
Color Harmonies of #49F61C
Complementary color
Monochromatic Colors of #49F61C
Black with #49F61C
Text Example
Text Example
White with #49F61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F61C; }
p { color: rgb(73,246,28); }
H1.HeaderClassName
{
color: #49F61C;
}
.AnyTagClassName
{
color: #49F61C;
}
</style>
background-color css
<style>
a { background-color: #49F61C; }
a { background-color: rgb(73,246,28); }
div.DivClassName
{
background-color: #49F61C;
}
.BgClassName
{
background-color: #49F61C;
}
</style>
border-color css
<style>
span { border-color: #49F61C; }
span { border-color: rgb(73,246,28); }
td.TdClassName
{
border-color: #49F61C;
}
.TagClassName
{
border-color: #49F61C;
}
</style>