Shades of Harlequin #49EC17
Tints of Harlequin #49EC17
RGB
CMYK
RGB Variations
Color information
#49EC17 (or 0x49EC17) is known color: Harlequin. HEX triplet: 49, EC and 17. RGB value is (73,236,23). Sum of RGB (Red+Green+Blue) = 73+236+23=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC17 is #B613E8. Grayscale: #A3A3A3. Windows color (decimal): -11932649 or 1567817. OLE color: 1567817.
HSL color Cylindrical-coordinate representation of color #49EC17: hue angle of 105.92º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49EC17 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 23 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.07 |
| HSL | 105.92º | 0.85% | 0.51% | - |
| HSV(B) | 105.92º | 0.9% | 0.93% | - |
| XYZ | 32.9 | 61.47 | 10.94 | - |
| YUV | 162.98 | 49 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 23 | 0.69 | 0 | 0.90 | 0.07 | 105.92 | 0.85 | 0.51 |
| Hex | 49 | EC | 17 | 45 | 0 | 5A | 7 | 6A | 55 | 33 |
| Octal | 111 | 354 | 27 | 105 | 0 | 132 | 7 | 152 | 125 | 63 |
| Binary | 1001001 | 11101100 | 10111 | 1000101 | 0 | 1011010 | 111 | 1101010 | 1010101 | 110011 |
Color Harmonies of #49EC17
Complementary color
Monochromatic Colors of #49EC17
Black with #49EC17
Text Example
Text Example
White with #49EC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC17; }
p { color: rgb(73,236,23); }
H1.HeaderClassName
{
color: #49EC17;
}
.AnyTagClassName
{
color: #49EC17;
}
</style>
background-color css
<style>
a { background-color: #49EC17; }
a { background-color: rgb(73,236,23); }
div.DivClassName
{
background-color: #49EC17;
}
.BgClassName
{
background-color: #49EC17;
}
</style>
border-color css
<style>
span { border-color: #49EC17; }
span { border-color: rgb(73,236,23); }
td.TdClassName
{
border-color: #49EC17;
}
.TagClassName
{
border-color: #49EC17;
}
</style>