Shades of Harlequin #49F728
Tints of Harlequin #49F728
RGB
CMYK
RGB Variations
Color information
#49F728 (or 0x49F728) is known color: Harlequin. HEX triplet: 49, F7 and 28. RGB value is (73,247,40). Sum of RGB (Red+Green+Blue) = 73+247+40=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 247 (96.88% from 255 or 68.61% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 247 - color contains mainly: green. Hex color #49F728 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F728 is #B608D7. Grayscale: #ACACAC. Windows color (decimal): -11929816 or 2684745. OLE color: 2684745.
HSL color Cylindrical-coordinate representation of color #49F728: hue angle of 110.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49F728 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 247 | 40 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.03 |
| HSL | 110.43º | 0.93% | 0.56% | - |
| HSV(B) | 110.43º | 0.84% | 0.97% | - |
| XYZ | 36.39 | 68.09 | 13.23 | - |
| YUV | 171.38 | 53.85 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 40 | 0.70 | 0 | 0.84 | 0.03 | 110.43 | 0.93 | 0.56 |
| Hex | 49 | F7 | 28 | 46 | 0 | 54 | 3 | 6E | 5D | 38 |
| Octal | 111 | 367 | 50 | 106 | 0 | 124 | 3 | 156 | 135 | 70 |
| Binary | 1001001 | 11110111 | 101000 | 1000110 | 0 | 1010100 | 11 | 1101110 | 1011101 | 111000 |
Color Harmonies of #49F728
Complementary color
Monochromatic Colors of #49F728
Black with #49F728
Text Example
Text Example
White with #49F728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F728; }
p { color: rgb(73,247,40); }
H1.HeaderClassName
{
color: #49F728;
}
.AnyTagClassName
{
color: #49F728;
}
</style>
background-color css
<style>
a { background-color: #49F728; }
a { background-color: rgb(73,247,40); }
div.DivClassName
{
background-color: #49F728;
}
.BgClassName
{
background-color: #49F728;
}
</style>
border-color css
<style>
span { border-color: #49F728; }
span { border-color: rgb(73,247,40); }
td.TdClassName
{
border-color: #49F728;
}
.TagClassName
{
border-color: #49F728;
}
</style>