Shades of Harlequin #49E910
Tints of Harlequin #49E910
RGB
CMYK
RGB Variations
Color information
#49E910 (or 0x49E910) is known color: Harlequin. HEX triplet: 49, E9 and 10. RGB value is (73,233,16). Sum of RGB (Red+Green+Blue) = 73+233+16=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 233 (91.41% from 255 or 72.36% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 233 - color contains mainly: green. Hex color #49E910 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49E910 is #B616EF. Grayscale: #A1A1A1. Windows color (decimal): -11933424 or 1108297. OLE color: 1108297.
HSL color Cylindrical-coordinate representation of color #49E910: hue angle of 104.24º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49E910 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 233 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.09 |
| HSL | 104.24º | 0.87% | 0.49% | - |
| HSV(B) | 104.24º | 0.93% | 0.91% | - |
| XYZ | 31.98 | 59.73 | 10.33 | - |
| YUV | 160.42 | 46.49 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 233 | 16 | 0.69 | 0 | 0.93 | 0.09 | 104.24 | 0.87 | 0.49 |
| Hex | 49 | E9 | 10 | 45 | 0 | 5D | 9 | 68 | 57 | 31 |
| Octal | 111 | 351 | 20 | 105 | 0 | 135 | 11 | 150 | 127 | 61 |
| Binary | 1001001 | 11101001 | 10000 | 1000101 | 0 | 1011101 | 1001 | 1101000 | 1010111 | 110001 |
Color Harmonies of #49E910
Complementary color
Monochromatic Colors of #49E910
Black with #49E910
Text Example
Text Example
White with #49E910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E910; }
p { color: rgb(73,233,16); }
H1.HeaderClassName
{
color: #49E910;
}
.AnyTagClassName
{
color: #49E910;
}
</style>
background-color css
<style>
a { background-color: #49E910; }
a { background-color: rgb(73,233,16); }
div.DivClassName
{
background-color: #49E910;
}
.BgClassName
{
background-color: #49E910;
}
</style>
border-color css
<style>
span { border-color: #49E910; }
span { border-color: rgb(73,233,16); }
td.TdClassName
{
border-color: #49E910;
}
.TagClassName
{
border-color: #49E910;
}
</style>