Shades of Harlequin #49F211
Tints of Harlequin #49F211
RGB
CMYK
RGB Variations
Color information
#49F211 (or 0x49F211) is known color: Harlequin. HEX triplet: 49, F2 and 11. RGB value is (73,242,17). Sum of RGB (Red+Green+Blue) = 73+242+17=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #49F211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F211 is #B60DEE. Grayscale: #A6A6A6. Windows color (decimal): -11931119 or 1176137. OLE color: 1176137.
HSL color Cylindrical-coordinate representation of color #49F211: hue angle of 105.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49F211 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 17 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.05 |
| HSL | 105.07º | 0.9% | 0.51% | - |
| HSV(B) | 105.07º | 0.93% | 0.95% | - |
| XYZ | 34.6 | 64.96 | 11.25 | - |
| YUV | 165.82 | 44.01 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 17 | 0.70 | 0 | 0.93 | 0.05 | 105.07 | 0.9 | 0.51 |
| Hex | 49 | F2 | 11 | 46 | 0 | 5D | 5 | 69 | 5A | 33 |
| Octal | 111 | 362 | 21 | 106 | 0 | 135 | 5 | 151 | 132 | 63 |
| Binary | 1001001 | 11110010 | 10001 | 1000110 | 0 | 1011101 | 101 | 1101001 | 1011010 | 110011 |
Color Harmonies of #49F211
Complementary color
Monochromatic Colors of #49F211
Black with #49F211
Text Example
Text Example
White with #49F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F211; }
p { color: rgb(73,242,17); }
H1.HeaderClassName
{
color: #49F211;
}
.AnyTagClassName
{
color: #49F211;
}
</style>
background-color css
<style>
a { background-color: #49F211; }
a { background-color: rgb(73,242,17); }
div.DivClassName
{
background-color: #49F211;
}
.BgClassName
{
background-color: #49F211;
}
</style>
border-color css
<style>
span { border-color: #49F211; }
span { border-color: rgb(73,242,17); }
td.TdClassName
{
border-color: #49F211;
}
.TagClassName
{
border-color: #49F211;
}
</style>