Shades of Harlequin #49E411
Tints of Harlequin #49E411
RGB
CMYK
RGB Variations
Color information
#49E411 (or 0x49E411) is known color: Harlequin. HEX triplet: 49, E4 and 11. RGB value is (73,228,17). Sum of RGB (Red+Green+Blue) = 73+228+17=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 228 (89.45% from 255 or 71.70% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 228 - color contains mainly: green. Hex color #49E411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E411 is #B61BEE. Grayscale: #9E9E9E. Windows color (decimal): -11934703 or 1172553. OLE color: 1172553.
HSL color Cylindrical-coordinate representation of color #49E411: hue angle of 104.08º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49E411 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 228 | 17 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.11 |
| HSL | 104.08º | 0.86% | 0.48% | - |
| HSV(B) | 104.08º | 0.93% | 0.89% | - |
| XYZ | 30.59 | 56.94 | 9.91 | - |
| YUV | 157.6 | 48.65 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 228 | 17 | 0.68 | 0 | 0.93 | 0.11 | 104.08 | 0.86 | 0.48 |
| Hex | 49 | E4 | 11 | 44 | 0 | 5D | B | 68 | 56 | 30 |
| Octal | 111 | 344 | 21 | 104 | 0 | 135 | 13 | 150 | 126 | 60 |
| Binary | 1001001 | 11100100 | 10001 | 1000100 | 0 | 1011101 | 1011 | 1101000 | 1010110 | 110000 |
Color Harmonies of #49E411
Complementary color
Monochromatic Colors of #49E411
Black with #49E411
Text Example
Text Example
White with #49E411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E411; }
p { color: rgb(73,228,17); }
H1.HeaderClassName
{
color: #49E411;
}
.AnyTagClassName
{
color: #49E411;
}
</style>
background-color css
<style>
a { background-color: #49E411; }
a { background-color: rgb(73,228,17); }
div.DivClassName
{
background-color: #49E411;
}
.BgClassName
{
background-color: #49E411;
}
</style>
border-color css
<style>
span { border-color: #49E411; }
span { border-color: rgb(73,228,17); }
td.TdClassName
{
border-color: #49E411;
}
.TagClassName
{
border-color: #49E411;
}
</style>