Shades of Harlequin #49EC0A
Tints of Harlequin #49EC0A
RGB
CMYK
RGB Variations
Color information
#49EC0A (or 0x49EC0A) is known color: Harlequin. HEX triplet: 49, EC and 0A. RGB value is (73,236,10). Sum of RGB (Red+Green+Blue) = 73+236+10=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC0A is #B613F5. Grayscale: #A2A2A2. Windows color (decimal): -11932662 or 715849. OLE color: 715849.
HSL color Cylindrical-coordinate representation of color #49EC0A: hue angle of 103.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49EC0A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 10 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.07 |
| HSL | 103.27º | 0.92% | 0.48% | - |
| HSV(B) | 103.27º | 0.96% | 0.93% | - |
| XYZ | 32.8 | 61.43 | 10.42 | - |
| YUV | 161.5 | 42.5 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 10 | 0.69 | 0 | 0.96 | 0.07 | 103.27 | 0.92 | 0.48 |
| Hex | 49 | EC | A | 45 | 0 | 60 | 7 | 67 | 5C | 30 |
| Octal | 111 | 354 | 12 | 105 | 0 | 140 | 7 | 147 | 134 | 60 |
| Binary | 1001001 | 11101100 | 1010 | 1000101 | 0 | 1100000 | 111 | 1100111 | 1011100 | 110000 |
Color Harmonies of #49EC0A
Complementary color
Monochromatic Colors of #49EC0A
Black with #49EC0A
Text Example
Text Example
White with #49EC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC0A; }
p { color: rgb(73,236,10); }
H1.HeaderClassName
{
color: #49EC0A;
}
.AnyTagClassName
{
color: #49EC0A;
}
</style>
background-color css
<style>
a { background-color: #49EC0A; }
a { background-color: rgb(73,236,10); }
div.DivClassName
{
background-color: #49EC0A;
}
.BgClassName
{
background-color: #49EC0A;
}
</style>
border-color css
<style>
span { border-color: #49EC0A; }
span { border-color: rgb(73,236,10); }
td.TdClassName
{
border-color: #49EC0A;
}
.TagClassName
{
border-color: #49EC0A;
}
</style>