Shades of Harlequin #49E310
Tints of Harlequin #49E310
RGB
CMYK
RGB Variations
Color information
#49E310 (or 0x49E310) is known color: Harlequin. HEX triplet: 49, E3 and 10. RGB value is (73,227,16). Sum of RGB (Red+Green+Blue) = 73+227+16=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 227 (89.06% from 255 or 71.84% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 227 - color contains mainly: green. Hex color #49E310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E310 is #B61CEF. Grayscale: #9D9D9D. Windows color (decimal): -11934960 or 1106761. OLE color: 1106761.
HSL color Cylindrical-coordinate representation of color #49E310: hue angle of 103.79º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49E310 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 16 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.11 |
| HSL | 103.79º | 0.87% | 0.48% | - |
| HSV(B) | 103.79º | 0.93% | 0.89% | - |
| XYZ | 30.31 | 56.39 | 9.78 | - |
| YUV | 156.9 | 48.48 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 16 | 0.68 | 0 | 0.93 | 0.11 | 103.79 | 0.87 | 0.48 |
| Hex | 49 | E3 | 10 | 44 | 0 | 5D | B | 68 | 57 | 30 |
| Octal | 111 | 343 | 20 | 104 | 0 | 135 | 13 | 150 | 127 | 60 |
| Binary | 1001001 | 11100011 | 10000 | 1000100 | 0 | 1011101 | 1011 | 1101000 | 1010111 | 110000 |
Color Harmonies of #49E310
Complementary color
Monochromatic Colors of #49E310
Black with #49E310
Text Example
Text Example
White with #49E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E310; }
p { color: rgb(73,227,16); }
H1.HeaderClassName
{
color: #49E310;
}
.AnyTagClassName
{
color: #49E310;
}
</style>
background-color css
<style>
a { background-color: #49E310; }
a { background-color: rgb(73,227,16); }
div.DivClassName
{
background-color: #49E310;
}
.BgClassName
{
background-color: #49E310;
}
</style>
border-color css
<style>
span { border-color: #49E310; }
span { border-color: rgb(73,227,16); }
td.TdClassName
{
border-color: #49E310;
}
.TagClassName
{
border-color: #49E310;
}
</style>