Shades of Harlequin #49E709
Tints of Harlequin #49E709
RGB
CMYK
RGB Variations
Color information
#49E709 (or 0x49E709) is known color: Harlequin. HEX triplet: 49, E7 and 09. RGB value is (73,231,9). Sum of RGB (Red+Green+Blue) = 73+231+9=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 231 (90.62% from 255 or 73.80% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 231 - color contains mainly: green. Hex color #49E709 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49E709 is #B618F6. Grayscale: #9F9F9F. Windows color (decimal): -11933943 or 649033. OLE color: 649033.
HSL color Cylindrical-coordinate representation of color #49E709: hue angle of 102.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49E709 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 9 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.09 |
| HSL | 102.7º | 0.93% | 0.47% | - |
| HSV(B) | 102.7º | 0.96% | 0.91% | - |
| XYZ | 31.37 | 58.59 | 9.91 | - |
| YUV | 158.45 | 43.65 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 9 | 0.68 | 0 | 0.96 | 0.09 | 102.7 | 0.93 | 0.47 |
| Hex | 49 | E7 | 9 | 44 | 0 | 60 | 9 | 67 | 5C | 2F |
| Octal | 111 | 347 | 11 | 104 | 0 | 140 | 11 | 147 | 134 | 57 |
| Binary | 1001001 | 11100111 | 1001 | 1000100 | 0 | 1100000 | 1001 | 1100111 | 1011100 | 101111 |
Color Harmonies of #49E709
Complementary color
Monochromatic Colors of #49E709
Black with #49E709
Text Example
Text Example
White with #49E709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E709; }
p { color: rgb(73,231,9); }
H1.HeaderClassName
{
color: #49E709;
}
.AnyTagClassName
{
color: #49E709;
}
</style>
background-color css
<style>
a { background-color: #49E709; }
a { background-color: rgb(73,231,9); }
div.DivClassName
{
background-color: #49E709;
}
.BgClassName
{
background-color: #49E709;
}
</style>
border-color css
<style>
span { border-color: #49E709; }
span { border-color: rgb(73,231,9); }
td.TdClassName
{
border-color: #49E709;
}
.TagClassName
{
border-color: #49E709;
}
</style>