Shades of Harlequin #49F226
Tints of Harlequin #49F226
RGB
CMYK
RGB Variations
Color information
#49F226 (or 0x49F226) is known color: Harlequin. HEX triplet: 49, F2 and 26. RGB value is (73,242,38). Sum of RGB (Red+Green+Blue) = 73+242+38=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #49F226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F226 is #B60DD9. Grayscale: #A8A8A8. Windows color (decimal): -11931098 or 2552393. OLE color: 2552393.
HSL color Cylindrical-coordinate representation of color #49F226: hue angle of 109.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49F226 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 38 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.05 |
| HSL | 109.71º | 0.89% | 0.55% | - |
| HSV(B) | 109.71º | 0.84% | 0.95% | - |
| XYZ | 34.85 | 65.06 | 12.55 | - |
| YUV | 168.21 | 54.51 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 38 | 0.70 | 0 | 0.84 | 0.05 | 109.71 | 0.89 | 0.55 |
| Hex | 49 | F2 | 26 | 46 | 0 | 54 | 5 | 6E | 59 | 37 |
| Octal | 111 | 362 | 46 | 106 | 0 | 124 | 5 | 156 | 131 | 67 |
| Binary | 1001001 | 11110010 | 100110 | 1000110 | 0 | 1010100 | 101 | 1101110 | 1011001 | 110111 |
Color Harmonies of #49F226
Complementary color
Monochromatic Colors of #49F226
Black with #49F226
Text Example
Text Example
White with #49F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F226; }
p { color: rgb(73,242,38); }
H1.HeaderClassName
{
color: #49F226;
}
.AnyTagClassName
{
color: #49F226;
}
</style>
background-color css
<style>
a { background-color: #49F226; }
a { background-color: rgb(73,242,38); }
div.DivClassName
{
background-color: #49F226;
}
.BgClassName
{
background-color: #49F226;
}
</style>
border-color css
<style>
span { border-color: #49F226; }
span { border-color: rgb(73,242,38); }
td.TdClassName
{
border-color: #49F226;
}
.TagClassName
{
border-color: #49F226;
}
</style>