Shades of Harlequin #49E407
Tints of Harlequin #49E407
RGB
CMYK
RGB Variations
Color information
#49E407 (or 0x49E407) is known color: Harlequin. HEX triplet: 49, E4 and 07. RGB value is (73,228,7). Sum of RGB (Red+Green+Blue) = 73+228+7=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 228 (89.45% from 255 or 74.03% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 228 - color contains mainly: green. Hex color #49E407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E407 is #B61BF8. Grayscale: #9D9D9D. Windows color (decimal): -11934713 or 517193. OLE color: 517193.
HSL color Cylindrical-coordinate representation of color #49E407: hue angle of 102.08º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49E407 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 228 | 7 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.11 |
| HSL | 102.08º | 0.94% | 0.46% | - |
| HSV(B) | 102.08º | 0.97% | 0.89% | - |
| XYZ | 30.53 | 56.92 | 9.58 | - |
| YUV | 156.46 | 43.65 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 228 | 7 | 0.68 | 0 | 0.97 | 0.11 | 102.08 | 0.94 | 0.46 |
| Hex | 49 | E4 | 7 | 44 | 0 | 61 | B | 66 | 5E | 2E |
| Octal | 111 | 344 | 7 | 104 | 0 | 141 | 13 | 146 | 136 | 56 |
| Binary | 1001001 | 11100100 | 111 | 1000100 | 0 | 1100001 | 1011 | 1100110 | 1011110 | 101110 |
Color Harmonies of #49E407
Complementary color
Monochromatic Colors of #49E407
Black with #49E407
Text Example
Text Example
White with #49E407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E407; }
p { color: rgb(73,228,7); }
H1.HeaderClassName
{
color: #49E407;
}
.AnyTagClassName
{
color: #49E407;
}
</style>
background-color css
<style>
a { background-color: #49E407; }
a { background-color: rgb(73,228,7); }
div.DivClassName
{
background-color: #49E407;
}
.BgClassName
{
background-color: #49E407;
}
</style>
border-color css
<style>
span { border-color: #49E407; }
span { border-color: rgb(73,228,7); }
td.TdClassName
{
border-color: #49E407;
}
.TagClassName
{
border-color: #49E407;
}
</style>