Shades of Harlequin #49FA21
Tints of Harlequin #49FA21
RGB
CMYK
RGB Variations
Color information
#49FA21 (or 0x49FA21) is known color: Harlequin. HEX triplet: 49, FA and 21. RGB value is (73,250,33). Sum of RGB (Red+Green+Blue) = 73+250+33=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FA21 is #B605DE. Grayscale: #ADADAD. Windows color (decimal): -11929055 or 2226761. OLE color: 2226761.
HSL color Cylindrical-coordinate representation of color #49FA21: hue angle of 108.94º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49FA21 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 33 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.02 |
| HSL | 108.94º | 0.96% | 0.55% | - |
| HSV(B) | 108.94º | 0.87% | 0.98% | - |
| XYZ | 37.21 | 69.9 | 12.97 | - |
| YUV | 172.34 | 49.36 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 33 | 0.71 | 0 | 0.87 | 0.02 | 108.94 | 0.96 | 0.55 |
| Hex | 49 | FA | 21 | 47 | 0 | 57 | 2 | 6D | 60 | 37 |
| Octal | 111 | 372 | 41 | 107 | 0 | 127 | 2 | 155 | 140 | 67 |
| Binary | 1001001 | 11111010 | 100001 | 1000111 | 0 | 1010111 | 10 | 1101101 | 1100000 | 110111 |
Color Harmonies of #49FA21
Complementary color
Monochromatic Colors of #49FA21
Black with #49FA21
Text Example
Text Example
White with #49FA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA21; }
p { color: rgb(73,250,33); }
H1.HeaderClassName
{
color: #49FA21;
}
.AnyTagClassName
{
color: #49FA21;
}
</style>
background-color css
<style>
a { background-color: #49FA21; }
a { background-color: rgb(73,250,33); }
div.DivClassName
{
background-color: #49FA21;
}
.BgClassName
{
background-color: #49FA21;
}
</style>
border-color css
<style>
span { border-color: #49FA21; }
span { border-color: rgb(73,250,33); }
td.TdClassName
{
border-color: #49FA21;
}
.TagClassName
{
border-color: #49FA21;
}
</style>