Shades of Harlequin #49FF2A
Tints of Harlequin #49FF2A
RGB
CMYK
RGB Variations
Color information
#49FF2A (or 0x49FF2A) is known color: Harlequin. HEX triplet: 49, FF and 2A. RGB value is (73,255,42). Sum of RGB (Red+Green+Blue) = 73+255+42=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF2A is #B600D5. Grayscale: #B0B0B0. Windows color (decimal): -11927766 or 2817865. OLE color: 2817865.
HSL color Cylindrical-coordinate representation of color #49FF2A: hue angle of 111.27º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49FF2A is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 42 | - |
| CMYK | 0.71 | 0 | 0.84 | 0 |
| HSL | 111.27º | 1% | 0.58% | - |
| HSV(B) | 111.27º | 0.84% | 1% | - |
| XYZ | 38.93 | 73.1 | 14.25 | - |
| YUV | 176.3 | 52.2 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 42 | 0.71 | 0 | 0.84 | 0 | 111.27 | 1 | 0.58 |
| Hex | 49 | FF | 2A | 47 | 0 | 54 | 0 | 6F | 64 | 3A |
| Octal | 111 | 377 | 52 | 107 | 0 | 124 | 0 | 157 | 144 | 72 |
| Binary | 1001001 | 11111111 | 101010 | 1000111 | 0 | 1010100 | 0 | 1101111 | 1100100 | 111010 |
Color Harmonies of #49FF2A
Complementary color
Monochromatic Colors of #49FF2A
Black with #49FF2A
Text Example
Text Example
White with #49FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF2A; }
p { color: rgb(73,255,42); }
H1.HeaderClassName
{
color: #49FF2A;
}
.AnyTagClassName
{
color: #49FF2A;
}
</style>
background-color css
<style>
a { background-color: #49FF2A; }
a { background-color: rgb(73,255,42); }
div.DivClassName
{
background-color: #49FF2A;
}
.BgClassName
{
background-color: #49FF2A;
}
</style>
border-color css
<style>
span { border-color: #49FF2A; }
span { border-color: rgb(73,255,42); }
td.TdClassName
{
border-color: #49FF2A;
}
.TagClassName
{
border-color: #49FF2A;
}
</style>