Shades of Harlequin #49E313
Tints of Harlequin #49E313
RGB
CMYK
RGB Variations
Color information
#49E313 (or 0x49E313) is known color: Harlequin. HEX triplet: 49, E3 and 13. RGB value is (73,227,19). Sum of RGB (Red+Green+Blue) = 73+227+19=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 227 (89.06% from 255 or 71.16% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 227 - color contains mainly: green. Hex color #49E313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E313 is #B61CEC. Grayscale: #9D9D9D. Windows color (decimal): -11934957 or 1303369. OLE color: 1303369.
HSL color Cylindrical-coordinate representation of color #49E313: hue angle of 104.42º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49E313 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 19 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.11 |
| HSL | 104.42º | 0.85% | 0.48% | - |
| HSV(B) | 104.42º | 0.92% | 0.89% | - |
| XYZ | 30.33 | 56.4 | 9.9 | - |
| YUV | 157.24 | 49.98 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 19 | 0.68 | 0 | 0.92 | 0.11 | 104.42 | 0.85 | 0.48 |
| Hex | 49 | E3 | 13 | 44 | 0 | 5C | B | 68 | 55 | 30 |
| Octal | 111 | 343 | 23 | 104 | 0 | 134 | 13 | 150 | 125 | 60 |
| Binary | 1001001 | 11100011 | 10011 | 1000100 | 0 | 1011100 | 1011 | 1101000 | 1010101 | 110000 |
Color Harmonies of #49E313
Complementary color
Monochromatic Colors of #49E313
Black with #49E313
Text Example
Text Example
White with #49E313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E313; }
p { color: rgb(73,227,19); }
H1.HeaderClassName
{
color: #49E313;
}
.AnyTagClassName
{
color: #49E313;
}
</style>
background-color css
<style>
a { background-color: #49E313; }
a { background-color: rgb(73,227,19); }
div.DivClassName
{
background-color: #49E313;
}
.BgClassName
{
background-color: #49E313;
}
</style>
border-color css
<style>
span { border-color: #49E313; }
span { border-color: rgb(73,227,19); }
td.TdClassName
{
border-color: #49E313;
}
.TagClassName
{
border-color: #49E313;
}
</style>