Shades of Harlequin #49EA22
Tints of Harlequin #49EA22
RGB
CMYK
RGB Variations
Color information
#49EA22 (or 0x49EA22) is known color: Harlequin. HEX triplet: 49, EA and 22. RGB value is (73,234,34). Sum of RGB (Red+Green+Blue) = 73+234+34=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 234 (91.80% from 255 or 68.62% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EA22 is #B615DD. Grayscale: #A3A3A3. Windows color (decimal): -11933150 or 2288201. OLE color: 2288201.
HSL color Cylindrical-coordinate representation of color #49EA22: hue angle of 108.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49EA22 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 34 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.08 |
| HSL | 108.3º | 0.83% | 0.53% | - |
| HSV(B) | 108.3º | 0.85% | 0.92% | - |
| XYZ | 32.46 | 60.38 | 11.46 | - |
| YUV | 163.06 | 55.16 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 34 | 0.69 | 0 | 0.85 | 0.08 | 108.3 | 0.83 | 0.53 |
| Hex | 49 | EA | 22 | 45 | 0 | 55 | 8 | 6C | 53 | 35 |
| Octal | 111 | 352 | 42 | 105 | 0 | 125 | 10 | 154 | 123 | 65 |
| Binary | 1001001 | 11101010 | 100010 | 1000101 | 0 | 1010101 | 1000 | 1101100 | 1010011 | 110101 |
Color Harmonies of #49EA22
Complementary color
Monochromatic Colors of #49EA22
Black with #49EA22
Text Example
Text Example
White with #49EA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EA22; }
p { color: rgb(73,234,34); }
H1.HeaderClassName
{
color: #49EA22;
}
.AnyTagClassName
{
color: #49EA22;
}
</style>
background-color css
<style>
a { background-color: #49EA22; }
a { background-color: rgb(73,234,34); }
div.DivClassName
{
background-color: #49EA22;
}
.BgClassName
{
background-color: #49EA22;
}
</style>
border-color css
<style>
span { border-color: #49EA22; }
span { border-color: rgb(73,234,34); }
td.TdClassName
{
border-color: #49EA22;
}
.TagClassName
{
border-color: #49EA22;
}
</style>