Shades of Harlequin #49E111
Tints of Harlequin #49E111
RGB
CMYK
RGB Variations
Color information
#49E111 (or 0x49E111) is known color: Harlequin. HEX triplet: 49, E1 and 11. RGB value is (73,225,17). Sum of RGB (Red+Green+Blue) = 73+225+17=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 225 (88.28% from 255 or 71.43% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 225 - color contains mainly: green. Hex color #49E111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E111 is #B61EEE. Grayscale: #9C9C9C. Windows color (decimal): -11935471 or 1171785. OLE color: 1171785.
HSL color Cylindrical-coordinate representation of color #49E111: hue angle of 103.85º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49E111 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 17 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.12 |
| HSL | 103.85º | 0.86% | 0.47% | - |
| HSV(B) | 103.85º | 0.92% | 0.88% | - |
| XYZ | 29.77 | 55.31 | 9.64 | - |
| YUV | 155.84 | 49.64 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 17 | 0.68 | 0 | 0.92 | 0.12 | 103.85 | 0.86 | 0.47 |
| Hex | 49 | E1 | 11 | 44 | 0 | 5C | C | 68 | 56 | 2F |
| Octal | 111 | 341 | 21 | 104 | 0 | 134 | 14 | 150 | 126 | 57 |
| Binary | 1001001 | 11100001 | 10001 | 1000100 | 0 | 1011100 | 1100 | 1101000 | 1010110 | 101111 |
Color Harmonies of #49E111
Complementary color
Monochromatic Colors of #49E111
Black with #49E111
Text Example
Text Example
White with #49E111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E111; }
p { color: rgb(73,225,17); }
H1.HeaderClassName
{
color: #49E111;
}
.AnyTagClassName
{
color: #49E111;
}
</style>
background-color css
<style>
a { background-color: #49E111; }
a { background-color: rgb(73,225,17); }
div.DivClassName
{
background-color: #49E111;
}
.BgClassName
{
background-color: #49E111;
}
</style>
border-color css
<style>
span { border-color: #49E111; }
span { border-color: rgb(73,225,17); }
td.TdClassName
{
border-color: #49E111;
}
.TagClassName
{
border-color: #49E111;
}
</style>