Shades of Harlequin #49F015
Tints of Harlequin #49F015
RGB
CMYK
RGB Variations
Color information
#49F015 (or 0x49F015) is known color: Harlequin. HEX triplet: 49, F0 and 15. RGB value is (73,240,21). Sum of RGB (Red+Green+Blue) = 73+240+21=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 240 (94.14% from 255 or 71.86% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 240 - color contains mainly: green. Hex color #49F015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F015 is #B60FEA. Grayscale: #A5A5A5. Windows color (decimal): -11931627 or 1437769. OLE color: 1437769.
HSL color Cylindrical-coordinate representation of color #49F015: hue angle of 105.75º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49F015 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 21 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.06 |
| HSL | 105.75º | 0.88% | 0.51% | - |
| HSV(B) | 105.75º | 0.91% | 0.94% | - |
| XYZ | 34.04 | 63.79 | 11.23 | - |
| YUV | 165.1 | 46.67 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 21 | 0.70 | 0 | 0.91 | 0.06 | 105.75 | 0.88 | 0.51 |
| Hex | 49 | F0 | 15 | 46 | 0 | 5B | 6 | 6A | 58 | 33 |
| Octal | 111 | 360 | 25 | 106 | 0 | 133 | 6 | 152 | 130 | 63 |
| Binary | 1001001 | 11110000 | 10101 | 1000110 | 0 | 1011011 | 110 | 1101010 | 1011000 | 110011 |
Color Harmonies of #49F015
Complementary color
Monochromatic Colors of #49F015
Black with #49F015
Text Example
Text Example
White with #49F015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F015; }
p { color: rgb(73,240,21); }
H1.HeaderClassName
{
color: #49F015;
}
.AnyTagClassName
{
color: #49F015;
}
</style>
background-color css
<style>
a { background-color: #49F015; }
a { background-color: rgb(73,240,21); }
div.DivClassName
{
background-color: #49F015;
}
.BgClassName
{
background-color: #49F015;
}
</style>
border-color css
<style>
span { border-color: #49F015; }
span { border-color: rgb(73,240,21); }
td.TdClassName
{
border-color: #49F015;
}
.TagClassName
{
border-color: #49F015;
}
</style>