Shades of Harlequin #49FA17
Tints of Harlequin #49FA17
RGB
CMYK
RGB Variations
Color information
#49FA17 (or 0x49FA17) is known color: Harlequin. HEX triplet: 49, FA and 17. RGB value is (73,250,23). Sum of RGB (Red+Green+Blue) = 73+250+23=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FA17 is #B605E8. Grayscale: #ABABAB. Windows color (decimal): -11929065 or 1571401. OLE color: 1571401.
HSL color Cylindrical-coordinate representation of color #49FA17: hue angle of 106.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49FA17 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 23 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.02 |
| HSL | 106.78º | 0.96% | 0.54% | - |
| HSV(B) | 106.78º | 0.91% | 0.98% | - |
| XYZ | 37.09 | 69.85 | 12.34 | - |
| YUV | 171.2 | 44.36 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 23 | 0.71 | 0 | 0.91 | 0.02 | 106.78 | 0.96 | 0.54 |
| Hex | 49 | FA | 17 | 47 | 0 | 5B | 2 | 6B | 60 | 36 |
| Octal | 111 | 372 | 27 | 107 | 0 | 133 | 2 | 153 | 140 | 66 |
| Binary | 1001001 | 11111010 | 10111 | 1000111 | 0 | 1011011 | 10 | 1101011 | 1100000 | 110110 |
Color Harmonies of #49FA17
Complementary color
Monochromatic Colors of #49FA17
Black with #49FA17
Text Example
Text Example
White with #49FA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA17; }
p { color: rgb(73,250,23); }
H1.HeaderClassName
{
color: #49FA17;
}
.AnyTagClassName
{
color: #49FA17;
}
</style>
background-color css
<style>
a { background-color: #49FA17; }
a { background-color: rgb(73,250,23); }
div.DivClassName
{
background-color: #49FA17;
}
.BgClassName
{
background-color: #49FA17;
}
</style>
border-color css
<style>
span { border-color: #49FA17; }
span { border-color: rgb(73,250,23); }
td.TdClassName
{
border-color: #49FA17;
}
.TagClassName
{
border-color: #49FA17;
}
</style>