Shades of Harlequin #49F712
Tints of Harlequin #49F712
RGB
CMYK
RGB Variations
Color information
#49F712 (or 0x49F712) is known color: Harlequin. HEX triplet: 49, F7 and 12. RGB value is (73,247,18). Sum of RGB (Red+Green+Blue) = 73+247+18=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 247 (96.88% from 255 or 73.08% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 247 - color contains mainly: green. Hex color #49F712 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F712 is #B608ED. Grayscale: #A9A9A9. Windows color (decimal): -11929838 or 1242953. OLE color: 1242953.
HSL color Cylindrical-coordinate representation of color #49F712: hue angle of 105.59º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49F712 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 247 | 18 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.03 |
| HSL | 105.59º | 0.93% | 0.52% | - |
| HSV(B) | 105.59º | 0.93% | 0.97% | - |
| XYZ | 36.12 | 67.98 | 11.79 | - |
| YUV | 168.87 | 42.85 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 18 | 0.70 | 0 | 0.93 | 0.03 | 105.59 | 0.93 | 0.52 |
| Hex | 49 | F7 | 12 | 46 | 0 | 5D | 3 | 6A | 5D | 34 |
| Octal | 111 | 367 | 22 | 106 | 0 | 135 | 3 | 152 | 135 | 64 |
| Binary | 1001001 | 11110111 | 10010 | 1000110 | 0 | 1011101 | 11 | 1101010 | 1011101 | 110100 |
Color Harmonies of #49F712
Complementary color
Monochromatic Colors of #49F712
Black with #49F712
Text Example
Text Example
White with #49F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F712; }
p { color: rgb(73,247,18); }
H1.HeaderClassName
{
color: #49F712;
}
.AnyTagClassName
{
color: #49F712;
}
</style>
background-color css
<style>
a { background-color: #49F712; }
a { background-color: rgb(73,247,18); }
div.DivClassName
{
background-color: #49F712;
}
.BgClassName
{
background-color: #49F712;
}
</style>
border-color css
<style>
span { border-color: #49F712; }
span { border-color: rgb(73,247,18); }
td.TdClassName
{
border-color: #49F712;
}
.TagClassName
{
border-color: #49F712;
}
</style>