Shades of Harlequin #49F321
Tints of Harlequin #49F321
RGB
CMYK
RGB Variations
Color information
#49F321 (or 0x49F321) is known color: Harlequin. HEX triplet: 49, F3 and 21. RGB value is (73,243,33). Sum of RGB (Red+Green+Blue) = 73+243+33=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #49F321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F321 is #B60CDE. Grayscale: #A8A8A8. Windows color (decimal): -11930847 or 2224969. OLE color: 2224969.
HSL color Cylindrical-coordinate representation of color #49F321: hue angle of 108.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49F321 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 33 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.05 |
| HSL | 108.57º | 0.9% | 0.54% | - |
| HSV(B) | 108.57º | 0.86% | 0.95% | - |
| XYZ | 35.07 | 65.63 | 12.26 | - |
| YUV | 168.23 | 51.68 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 33 | 0.70 | 0 | 0.86 | 0.05 | 108.57 | 0.9 | 0.54 |
| Hex | 49 | F3 | 21 | 46 | 0 | 56 | 5 | 6D | 5A | 36 |
| Octal | 111 | 363 | 41 | 106 | 0 | 126 | 5 | 155 | 132 | 66 |
| Binary | 1001001 | 11110011 | 100001 | 1000110 | 0 | 1010110 | 101 | 1101101 | 1011010 | 110110 |
Color Harmonies of #49F321
Complementary color
Monochromatic Colors of #49F321
Black with #49F321
Text Example
Text Example
White with #49F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F321; }
p { color: rgb(73,243,33); }
H1.HeaderClassName
{
color: #49F321;
}
.AnyTagClassName
{
color: #49F321;
}
</style>
background-color css
<style>
a { background-color: #49F321; }
a { background-color: rgb(73,243,33); }
div.DivClassName
{
background-color: #49F321;
}
.BgClassName
{
background-color: #49F321;
}
</style>
border-color css
<style>
span { border-color: #49F321; }
span { border-color: rgb(73,243,33); }
td.TdClassName
{
border-color: #49F321;
}
.TagClassName
{
border-color: #49F321;
}
</style>