Shades of Harlequin #49E813
Tints of Harlequin #49E813
RGB
CMYK
RGB Variations
Color information
#49E813 (or 0x49E813) is known color: Harlequin. HEX triplet: 49, E8 and 13. RGB value is (73,232,19). Sum of RGB (Red+Green+Blue) = 73+232+19=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 232 (91.02% from 255 or 71.60% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 232 - color contains mainly: green. Hex color #49E813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49E813 is #B617EC. Grayscale: #A0A0A0. Windows color (decimal): -11933677 or 1304649. OLE color: 1304649.
HSL color Cylindrical-coordinate representation of color #49E813: hue angle of 104.79º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49E813 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 19 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.09 |
| HSL | 104.79º | 0.85% | 0.49% | - |
| HSV(B) | 104.79º | 0.92% | 0.91% | - |
| XYZ | 31.72 | 59.18 | 10.37 | - |
| YUV | 160.18 | 48.32 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 19 | 0.69 | 0 | 0.92 | 0.09 | 104.79 | 0.85 | 0.49 |
| Hex | 49 | E8 | 13 | 45 | 0 | 5C | 9 | 69 | 55 | 31 |
| Octal | 111 | 350 | 23 | 105 | 0 | 134 | 11 | 151 | 125 | 61 |
| Binary | 1001001 | 11101000 | 10011 | 1000101 | 0 | 1011100 | 1001 | 1101001 | 1010101 | 110001 |
Color Harmonies of #49E813
Complementary color
Monochromatic Colors of #49E813
Black with #49E813
Text Example
Text Example
White with #49E813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E813; }
p { color: rgb(73,232,19); }
H1.HeaderClassName
{
color: #49E813;
}
.AnyTagClassName
{
color: #49E813;
}
</style>
background-color css
<style>
a { background-color: #49E813; }
a { background-color: rgb(73,232,19); }
div.DivClassName
{
background-color: #49E813;
}
.BgClassName
{
background-color: #49E813;
}
</style>
border-color css
<style>
span { border-color: #49E813; }
span { border-color: rgb(73,232,19); }
td.TdClassName
{
border-color: #49E813;
}
.TagClassName
{
border-color: #49E813;
}
</style>