Shades of Harlequin #49E010
Tints of Harlequin #49E010
RGB
CMYK
RGB Variations
Color information
#49E010 (or 0x49E010) is known color: Harlequin. HEX triplet: 49, E0 and 10. RGB value is (73,224,16). Sum of RGB (Red+Green+Blue) = 73+224+16=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #49E010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E010 is #B61FEF. Grayscale: #9B9B9B. Windows color (decimal): -11935728 or 1105993. OLE color: 1105993.
HSL color Cylindrical-coordinate representation of color #49E010: hue angle of 103.56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49E010 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.12 |
| HSL | 103.56º | 0.87% | 0.47% | - |
| HSV(B) | 103.56º | 0.93% | 0.88% | - |
| XYZ | 29.5 | 54.77 | 9.51 | - |
| YUV | 155.14 | 49.47 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 16 | 0.67 | 0 | 0.93 | 0.12 | 103.56 | 0.87 | 0.47 |
| Hex | 49 | E0 | 10 | 43 | 0 | 5D | C | 68 | 57 | 2F |
| Octal | 111 | 340 | 20 | 103 | 0 | 135 | 14 | 150 | 127 | 57 |
| Binary | 1001001 | 11100000 | 10000 | 1000011 | 0 | 1011101 | 1100 | 1101000 | 1010111 | 101111 |
Color Harmonies of #49E010
Complementary color
Monochromatic Colors of #49E010
Black with #49E010
Text Example
Text Example
White with #49E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E010; }
p { color: rgb(73,224,16); }
H1.HeaderClassName
{
color: #49E010;
}
.AnyTagClassName
{
color: #49E010;
}
</style>
background-color css
<style>
a { background-color: #49E010; }
a { background-color: rgb(73,224,16); }
div.DivClassName
{
background-color: #49E010;
}
.BgClassName
{
background-color: #49E010;
}
</style>
border-color css
<style>
span { border-color: #49E010; }
span { border-color: rgb(73,224,16); }
td.TdClassName
{
border-color: #49E010;
}
.TagClassName
{
border-color: #49E010;
}
</style>