Shades of Harlequin #49EA1A
Tints of Harlequin #49EA1A
RGB
CMYK
RGB Variations
Color information
#49EA1A (or 0x49EA1A) is known color: Harlequin. HEX triplet: 49, EA and 1A. RGB value is (73,234,26). Sum of RGB (Red+Green+Blue) = 73+234+26=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 234 (91.80% from 255 or 70.27% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EA1A is #B615E5. Grayscale: #A2A2A2. Windows color (decimal): -11933158 or 1763913. OLE color: 1763913.
HSL color Cylindrical-coordinate representation of color #49EA1A: hue angle of 106.44º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49EA1A is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 26 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.08 |
| HSL | 106.44º | 0.83% | 0.51% | - |
| HSV(B) | 106.44º | 0.89% | 0.92% | - |
| XYZ | 32.36 | 60.34 | 10.92 | - |
| YUV | 162.15 | 51.16 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 26 | 0.69 | 0 | 0.89 | 0.08 | 106.44 | 0.83 | 0.51 |
| Hex | 49 | EA | 1A | 45 | 0 | 59 | 8 | 6A | 53 | 33 |
| Octal | 111 | 352 | 32 | 105 | 0 | 131 | 10 | 152 | 123 | 63 |
| Binary | 1001001 | 11101010 | 11010 | 1000101 | 0 | 1011001 | 1000 | 1101010 | 1010011 | 110011 |
Color Harmonies of #49EA1A
Complementary color
Monochromatic Colors of #49EA1A
Black with #49EA1A
Text Example
Text Example
White with #49EA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EA1A; }
p { color: rgb(73,234,26); }
H1.HeaderClassName
{
color: #49EA1A;
}
.AnyTagClassName
{
color: #49EA1A;
}
</style>
background-color css
<style>
a { background-color: #49EA1A; }
a { background-color: rgb(73,234,26); }
div.DivClassName
{
background-color: #49EA1A;
}
.BgClassName
{
background-color: #49EA1A;
}
</style>
border-color css
<style>
span { border-color: #49EA1A; }
span { border-color: rgb(73,234,26); }
td.TdClassName
{
border-color: #49EA1A;
}
.TagClassName
{
border-color: #49EA1A;
}
</style>