Shades of Harlequin #49F113
Tints of Harlequin #49F113
RGB
CMYK
RGB Variations
Color information
#49F113 (or 0x49F113) is known color: Harlequin. HEX triplet: 49, F1 and 13. RGB value is (73,241,19). Sum of RGB (Red+Green+Blue) = 73+241+19=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #49F113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F113 is #B60EEC. Grayscale: #A6A6A6. Windows color (decimal): -11931373 or 1306953. OLE color: 1306953.
HSL color Cylindrical-coordinate representation of color #49F113: hue angle of 105.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49F113 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 19 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.05 |
| HSL | 105.41º | 0.89% | 0.51% | - |
| HSV(B) | 105.41º | 0.92% | 0.95% | - |
| XYZ | 34.32 | 64.37 | 11.23 | - |
| YUV | 165.46 | 45.34 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 19 | 0.70 | 0 | 0.92 | 0.05 | 105.41 | 0.89 | 0.51 |
| Hex | 49 | F1 | 13 | 46 | 0 | 5C | 5 | 69 | 59 | 33 |
| Octal | 111 | 361 | 23 | 106 | 0 | 134 | 5 | 151 | 131 | 63 |
| Binary | 1001001 | 11110001 | 10011 | 1000110 | 0 | 1011100 | 101 | 1101001 | 1011001 | 110011 |
Color Harmonies of #49F113
Complementary color
Monochromatic Colors of #49F113
Black with #49F113
Text Example
Text Example
White with #49F113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F113; }
p { color: rgb(73,241,19); }
H1.HeaderClassName
{
color: #49F113;
}
.AnyTagClassName
{
color: #49F113;
}
</style>
background-color css
<style>
a { background-color: #49F113; }
a { background-color: rgb(73,241,19); }
div.DivClassName
{
background-color: #49F113;
}
.BgClassName
{
background-color: #49F113;
}
</style>
border-color css
<style>
span { border-color: #49F113; }
span { border-color: rgb(73,241,19); }
td.TdClassName
{
border-color: #49F113;
}
.TagClassName
{
border-color: #49F113;
}
</style>