Shades of Harlequin #49EA1B
Tints of Harlequin #49EA1B
RGB
CMYK
RGB Variations
Color information
#49EA1B (or 0x49EA1B) is known color: Harlequin. HEX triplet: 49, EA and 1B. RGB value is (73,234,27). Sum of RGB (Red+Green+Blue) = 73+234+27=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EA1B is #B615E4. Grayscale: #A2A2A2. Windows color (decimal): -11933157 or 1829449. OLE color: 1829449.
HSL color Cylindrical-coordinate representation of color #49EA1B: hue angle of 106.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49EA1B is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 27 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.08 |
| HSL | 106.67º | 0.83% | 0.51% | - |
| HSV(B) | 106.67º | 0.88% | 0.92% | - |
| XYZ | 32.37 | 60.34 | 10.98 | - |
| YUV | 162.26 | 51.66 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 27 | 0.69 | 0 | 0.88 | 0.08 | 106.67 | 0.83 | 0.51 |
| Hex | 49 | EA | 1B | 45 | 0 | 58 | 8 | 6B | 53 | 33 |
| Octal | 111 | 352 | 33 | 105 | 0 | 130 | 10 | 153 | 123 | 63 |
| Binary | 1001001 | 11101010 | 11011 | 1000101 | 0 | 1011000 | 1000 | 1101011 | 1010011 | 110011 |
Color Harmonies of #49EA1B
Complementary color
Monochromatic Colors of #49EA1B
Black with #49EA1B
Text Example
Text Example
White with #49EA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EA1B; }
p { color: rgb(73,234,27); }
H1.HeaderClassName
{
color: #49EA1B;
}
.AnyTagClassName
{
color: #49EA1B;
}
</style>
background-color css
<style>
a { background-color: #49EA1B; }
a { background-color: rgb(73,234,27); }
div.DivClassName
{
background-color: #49EA1B;
}
.BgClassName
{
background-color: #49EA1B;
}
</style>
border-color css
<style>
span { border-color: #49EA1B; }
span { border-color: rgb(73,234,27); }
td.TdClassName
{
border-color: #49EA1B;
}
.TagClassName
{
border-color: #49EA1B;
}
</style>