Shades of Harlequin #49FA19
Tints of Harlequin #49FA19
RGB
CMYK
RGB Variations
Color information
#49FA19 (or 0x49FA19) is known color: Harlequin. HEX triplet: 49, FA and 19. RGB value is (73,250,25). Sum of RGB (Red+Green+Blue) = 73+250+25=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FA19 is #B605E6. Grayscale: #ACACAC. Windows color (decimal): -11929063 or 1702473. OLE color: 1702473.
HSL color Cylindrical-coordinate representation of color #49FA19: hue angle of 107.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49FA19 is Cyan = 0.71, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 25 | - |
| CMYK | 0.71 | 0 | 0.9 | 0.02 |
| HSL | 107.2º | 0.96% | 0.54% | - |
| HSV(B) | 107.2º | 0.9% | 0.98% | - |
| XYZ | 37.11 | 69.86 | 12.45 | - |
| YUV | 171.43 | 45.36 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 25 | 0.71 | 0 | 0.9 | 0.02 | 107.2 | 0.96 | 0.54 |
| Hex | 49 | FA | 19 | 47 | 0 | 5A | 2 | 6B | 60 | 36 |
| Octal | 111 | 372 | 31 | 107 | 0 | 132 | 2 | 153 | 140 | 66 |
| Binary | 1001001 | 11111010 | 11001 | 1000111 | 0 | 1011010 | 10 | 1101011 | 1100000 | 110110 |
Color Harmonies of #49FA19
Complementary color
Monochromatic Colors of #49FA19
Black with #49FA19
Text Example
Text Example
White with #49FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA19; }
p { color: rgb(73,250,25); }
H1.HeaderClassName
{
color: #49FA19;
}
.AnyTagClassName
{
color: #49FA19;
}
</style>
background-color css
<style>
a { background-color: #49FA19; }
a { background-color: rgb(73,250,25); }
div.DivClassName
{
background-color: #49FA19;
}
.BgClassName
{
background-color: #49FA19;
}
</style>
border-color css
<style>
span { border-color: #49FA19; }
span { border-color: rgb(73,250,25); }
td.TdClassName
{
border-color: #49FA19;
}
.TagClassName
{
border-color: #49FA19;
}
</style>