Shades of Harlequin #49F610
Tints of Harlequin #49F610
RGB
CMYK
RGB Variations
Color information
#49F610 (or 0x49F610) is known color: Harlequin. HEX triplet: 49, F6 and 10. RGB value is (73,246,16). Sum of RGB (Red+Green+Blue) = 73+246+16=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 246 (96.48% from 255 or 73.43% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 246 - color contains mainly: green. Hex color #49F610 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F610 is #B609EF. Grayscale: #A8A8A8. Windows color (decimal): -11930096 or 1111625. OLE color: 1111625.
HSL color Cylindrical-coordinate representation of color #49F610: hue angle of 105.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49F610 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 16 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.04 |
| HSL | 105.13º | 0.93% | 0.51% | - |
| HSV(B) | 105.13º | 0.93% | 0.96% | - |
| XYZ | 35.8 | 67.37 | 11.61 | - |
| YUV | 168.05 | 42.19 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 16 | 0.70 | 0 | 0.93 | 0.04 | 105.13 | 0.93 | 0.51 |
| Hex | 49 | F6 | 10 | 46 | 0 | 5D | 4 | 69 | 5D | 33 |
| Octal | 111 | 366 | 20 | 106 | 0 | 135 | 4 | 151 | 135 | 63 |
| Binary | 1001001 | 11110110 | 10000 | 1000110 | 0 | 1011101 | 100 | 1101001 | 1011101 | 110011 |
Color Harmonies of #49F610
Complementary color
Monochromatic Colors of #49F610
Black with #49F610
Text Example
Text Example
White with #49F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F610; }
p { color: rgb(73,246,16); }
H1.HeaderClassName
{
color: #49F610;
}
.AnyTagClassName
{
color: #49F610;
}
</style>
background-color css
<style>
a { background-color: #49F610; }
a { background-color: rgb(73,246,16); }
div.DivClassName
{
background-color: #49F610;
}
.BgClassName
{
background-color: #49F610;
}
</style>
border-color css
<style>
span { border-color: #49F610; }
span { border-color: rgb(73,246,16); }
td.TdClassName
{
border-color: #49F610;
}
.TagClassName
{
border-color: #49F610;
}
</style>