Shades of Harlequin #49EC03
Tints of Harlequin #49EC03
RGB
CMYK
RGB Variations
Color information
#49EC03 (or 0x49EC03) is known color: Harlequin. HEX triplet: 49, EC and 03. RGB value is (73,236,3). Sum of RGB (Red+Green+Blue) = 73+236+3=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC03 is #B613FC. Grayscale: #A1A1A1. Windows color (decimal): -11932669 or 257097. OLE color: 257097.
HSL color Cylindrical-coordinate representation of color #49EC03: hue angle of 101.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49EC03 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.07 |
| HSL | 101.97º | 0.97% | 0.47% | - |
| HSV(B) | 101.97º | 0.99% | 0.93% | - |
| XYZ | 32.76 | 61.41 | 10.21 | - |
| YUV | 160.7 | 39 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 3 | 0.69 | 0 | 0.99 | 0.07 | 101.97 | 0.97 | 0.47 |
| Hex | 49 | EC | 3 | 45 | 0 | 63 | 7 | 66 | 61 | 2F |
| Octal | 111 | 354 | 3 | 105 | 0 | 143 | 7 | 146 | 141 | 57 |
| Binary | 1001001 | 11101100 | 11 | 1000101 | 0 | 1100011 | 111 | 1100110 | 1100001 | 101111 |
Color Harmonies of #49EC03
Complementary color
Monochromatic Colors of #49EC03
Black with #49EC03
Text Example
Text Example
White with #49EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC03; }
p { color: rgb(73,236,3); }
H1.HeaderClassName
{
color: #49EC03;
}
.AnyTagClassName
{
color: #49EC03;
}
</style>
background-color css
<style>
a { background-color: #49EC03; }
a { background-color: rgb(73,236,3); }
div.DivClassName
{
background-color: #49EC03;
}
.BgClassName
{
background-color: #49EC03;
}
</style>
border-color css
<style>
span { border-color: #49EC03; }
span { border-color: rgb(73,236,3); }
td.TdClassName
{
border-color: #49EC03;
}
.TagClassName
{
border-color: #49EC03;
}
</style>