Shades of Harlequin #49E107
Tints of Harlequin #49E107
RGB
CMYK
RGB Variations
Color information
#49E107 (or 0x49E107) is known color: Harlequin. HEX triplet: 49, E1 and 07. RGB value is (73,225,7). Sum of RGB (Red+Green+Blue) = 73+225+7=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #49E107 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E107 is #B61EF8. Grayscale: #9B9B9B. Windows color (decimal): -11935481 or 516425. OLE color: 516425.
HSL color Cylindrical-coordinate representation of color #49E107: hue angle of 101.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49E107 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 7 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.12 |
| HSL | 101.83º | 0.94% | 0.45% | - |
| HSV(B) | 101.83º | 0.97% | 0.88% | - |
| XYZ | 29.71 | 55.28 | 9.31 | - |
| YUV | 154.7 | 44.64 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 7 | 0.68 | 0 | 0.97 | 0.12 | 101.83 | 0.94 | 0.45 |
| Hex | 49 | E1 | 7 | 44 | 0 | 61 | C | 66 | 5E | 2D |
| Octal | 111 | 341 | 7 | 104 | 0 | 141 | 14 | 146 | 136 | 55 |
| Binary | 1001001 | 11100001 | 111 | 1000100 | 0 | 1100001 | 1100 | 1100110 | 1011110 | 101101 |
Color Harmonies of #49E107
Complementary color
Monochromatic Colors of #49E107
Black with #49E107
Text Example
Text Example
White with #49E107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E107; }
p { color: rgb(73,225,7); }
H1.HeaderClassName
{
color: #49E107;
}
.AnyTagClassName
{
color: #49E107;
}
</style>
background-color css
<style>
a { background-color: #49E107; }
a { background-color: rgb(73,225,7); }
div.DivClassName
{
background-color: #49E107;
}
.BgClassName
{
background-color: #49E107;
}
</style>
border-color css
<style>
span { border-color: #49E107; }
span { border-color: rgb(73,225,7); }
td.TdClassName
{
border-color: #49E107;
}
.TagClassName
{
border-color: #49E107;
}
</style>