Shades of Harlequin #49F219
Tints of Harlequin #49F219
RGB
CMYK
RGB Variations
Color information
#49F219 (or 0x49F219) is known color: Harlequin. HEX triplet: 49, F2 and 19. RGB value is (73,242,25). Sum of RGB (Red+Green+Blue) = 73+242+25=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #49F219 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F219 is #B60DE6. Grayscale: #A7A7A7. Windows color (decimal): -11931111 or 1700425. OLE color: 1700425.
HSL color Cylindrical-coordinate representation of color #49F219: hue angle of 106.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49F219 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 25 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.05 |
| HSL | 106.73º | 0.89% | 0.52% | - |
| HSV(B) | 106.73º | 0.9% | 0.95% | - |
| XYZ | 34.68 | 64.99 | 11.64 | - |
| YUV | 166.73 | 48.01 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 25 | 0.70 | 0 | 0.90 | 0.05 | 106.73 | 0.89 | 0.52 |
| Hex | 49 | F2 | 19 | 46 | 0 | 5A | 5 | 6B | 59 | 34 |
| Octal | 111 | 362 | 31 | 106 | 0 | 132 | 5 | 153 | 131 | 64 |
| Binary | 1001001 | 11110010 | 11001 | 1000110 | 0 | 1011010 | 101 | 1101011 | 1011001 | 110100 |
Color Harmonies of #49F219
Complementary color
Monochromatic Colors of #49F219
Black with #49F219
Text Example
Text Example
White with #49F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F219; }
p { color: rgb(73,242,25); }
H1.HeaderClassName
{
color: #49F219;
}
.AnyTagClassName
{
color: #49F219;
}
</style>
background-color css
<style>
a { background-color: #49F219; }
a { background-color: rgb(73,242,25); }
div.DivClassName
{
background-color: #49F219;
}
.BgClassName
{
background-color: #49F219;
}
</style>
border-color css
<style>
span { border-color: #49F219; }
span { border-color: rgb(73,242,25); }
td.TdClassName
{
border-color: #49F219;
}
.TagClassName
{
border-color: #49F219;
}
</style>