Shades of Harlequin #49F719
Tints of Harlequin #49F719
RGB
CMYK
RGB Variations
Color information
#49F719 (or 0x49F719) is known color: Harlequin. HEX triplet: 49, F7 and 19. RGB value is (73,247,25). Sum of RGB (Red+Green+Blue) = 73+247+25=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #49F719 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F719 is #B608E6. Grayscale: #AAAAAA. Windows color (decimal): -11929831 or 1701705. OLE color: 1701705.
HSL color Cylindrical-coordinate representation of color #49F719: hue angle of 107.03º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49F719 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 247 | 25 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.03 |
| HSL | 107.03º | 0.93% | 0.53% | - |
| HSV(B) | 107.03º | 0.9% | 0.97% | - |
| XYZ | 36.18 | 68.01 | 12.14 | - |
| YUV | 169.67 | 46.35 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 25 | 0.70 | 0 | 0.90 | 0.03 | 107.03 | 0.93 | 0.53 |
| Hex | 49 | F7 | 19 | 46 | 0 | 5A | 3 | 6B | 5D | 35 |
| Octal | 111 | 367 | 31 | 106 | 0 | 132 | 3 | 153 | 135 | 65 |
| Binary | 1001001 | 11110111 | 11001 | 1000110 | 0 | 1011010 | 11 | 1101011 | 1011101 | 110101 |
Color Harmonies of #49F719
Complementary color
Monochromatic Colors of #49F719
Black with #49F719
Text Example
Text Example
White with #49F719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F719; }
p { color: rgb(73,247,25); }
H1.HeaderClassName
{
color: #49F719;
}
.AnyTagClassName
{
color: #49F719;
}
</style>
background-color css
<style>
a { background-color: #49F719; }
a { background-color: rgb(73,247,25); }
div.DivClassName
{
background-color: #49F719;
}
.BgClassName
{
background-color: #49F719;
}
</style>
border-color css
<style>
span { border-color: #49F719; }
span { border-color: rgb(73,247,25); }
td.TdClassName
{
border-color: #49F719;
}
.TagClassName
{
border-color: #49F719;
}
</style>