Shades of Harlequin #49FF07
Tints of Harlequin #49FF07
RGB
CMYK
RGB Variations
Color information
#49FF07 (or 0x49FF07) is known color: Harlequin. HEX triplet: 49, FF and 07. RGB value is (73,255,7). Sum of RGB (Red+Green+Blue) = 73+255+7=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FF07 is #B600F8. Grayscale: #ADADAD. Windows color (decimal): -11927801 or 524105. OLE color: 524105.
HSL color Cylindrical-coordinate representation of color #49FF07: hue angle of 104.03º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49FF07 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 7 | - |
| CMYK | 0.71 | 0 | 0.97 | 0 |
| HSL | 104.03º | 1% | 0.51% | - |
| HSV(B) | 104.03º | 0.97% | 1% | - |
| XYZ | 38.55 | 72.95 | 12.25 | - |
| YUV | 172.31 | 34.7 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 7 | 0.71 | 0 | 0.97 | 0 | 104.03 | 1 | 0.51 |
| Hex | 49 | FF | 7 | 47 | 0 | 61 | 0 | 68 | 64 | 33 |
| Octal | 111 | 377 | 7 | 107 | 0 | 141 | 0 | 150 | 144 | 63 |
| Binary | 1001001 | 11111111 | 111 | 1000111 | 0 | 1100001 | 0 | 1101000 | 1100100 | 110011 |
Color Harmonies of #49FF07
Complementary color
Monochromatic Colors of #49FF07
Black with #49FF07
Text Example
Text Example
White with #49FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF07; }
p { color: rgb(73,255,7); }
H1.HeaderClassName
{
color: #49FF07;
}
.AnyTagClassName
{
color: #49FF07;
}
</style>
background-color css
<style>
a { background-color: #49FF07; }
a { background-color: rgb(73,255,7); }
div.DivClassName
{
background-color: #49FF07;
}
.BgClassName
{
background-color: #49FF07;
}
</style>
border-color css
<style>
span { border-color: #49FF07; }
span { border-color: rgb(73,255,7); }
td.TdClassName
{
border-color: #49FF07;
}
.TagClassName
{
border-color: #49FF07;
}
</style>