Shades of Harlequin #49EC08
Tints of Harlequin #49EC08
RGB
CMYK
RGB Variations
Color information
#49EC08 (or 0x49EC08) is known color: Harlequin. HEX triplet: 49, EC and 08. RGB value is (73,236,8). Sum of RGB (Red+Green+Blue) = 73+236+8=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC08 is #B613F7. Grayscale: #A2A2A2. Windows color (decimal): -11932664 or 584777. OLE color: 584777.
HSL color Cylindrical-coordinate representation of color #49EC08: hue angle of 102.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49EC08 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 8 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.07 |
| HSL | 102.89º | 0.93% | 0.48% | - |
| HSV(B) | 102.89º | 0.97% | 0.93% | - |
| XYZ | 32.79 | 61.42 | 10.36 | - |
| YUV | 161.27 | 41.5 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 8 | 0.69 | 0 | 0.97 | 0.07 | 102.89 | 0.93 | 0.48 |
| Hex | 49 | EC | 8 | 45 | 0 | 61 | 7 | 67 | 5D | 30 |
| Octal | 111 | 354 | 10 | 105 | 0 | 141 | 7 | 147 | 135 | 60 |
| Binary | 1001001 | 11101100 | 1000 | 1000101 | 0 | 1100001 | 111 | 1100111 | 1011101 | 110000 |
Color Harmonies of #49EC08
Complementary color
Monochromatic Colors of #49EC08
Black with #49EC08
Text Example
Text Example
White with #49EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC08; }
p { color: rgb(73,236,8); }
H1.HeaderClassName
{
color: #49EC08;
}
.AnyTagClassName
{
color: #49EC08;
}
</style>
background-color css
<style>
a { background-color: #49EC08; }
a { background-color: rgb(73,236,8); }
div.DivClassName
{
background-color: #49EC08;
}
.BgClassName
{
background-color: #49EC08;
}
</style>
border-color css
<style>
span { border-color: #49EC08; }
span { border-color: rgb(73,236,8); }
td.TdClassName
{
border-color: #49EC08;
}
.TagClassName
{
border-color: #49EC08;
}
</style>