Shades of Harlequin #49FE17
Tints of Harlequin #49FE17
RGB
CMYK
RGB Variations
Color information
#49FE17 (or 0x49FE17) is known color: Harlequin. HEX triplet: 49, FE and 17. RGB value is (73,254,23). Sum of RGB (Red+Green+Blue) = 73+254+23=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 254 (99.61% from 255 or 72.57% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FE17 is #B601E8. Grayscale: #AEAEAE. Windows color (decimal): -11928041 or 1572425. OLE color: 1572425.
HSL color Cylindrical-coordinate representation of color #49FE17: hue angle of 107.01º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49FE17 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 23 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.00 |
| HSL | 107.01º | 0.99% | 0.54% | - |
| HSV(B) | 107.01º | 0.91% | 1% | - |
| XYZ | 38.34 | 72.36 | 12.76 | - |
| YUV | 173.55 | 43.03 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 23 | 0.71 | 0 | 0.91 | 0.00 | 107.01 | 0.99 | 0.54 |
| Hex | 49 | FE | 17 | 47 | 0 | 5B | 0 | 6B | 63 | 36 |
| Octal | 111 | 376 | 27 | 107 | 0 | 133 | 0 | 153 | 143 | 66 |
| Binary | 1001001 | 11111110 | 10111 | 1000111 | 0 | 1011011 | 0 | 1101011 | 1100011 | 110110 |
Color Harmonies of #49FE17
Complementary color
Monochromatic Colors of #49FE17
Black with #49FE17
Text Example
Text Example
White with #49FE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE17; }
p { color: rgb(73,254,23); }
H1.HeaderClassName
{
color: #49FE17;
}
.AnyTagClassName
{
color: #49FE17;
}
</style>
background-color css
<style>
a { background-color: #49FE17; }
a { background-color: rgb(73,254,23); }
div.DivClassName
{
background-color: #49FE17;
}
.BgClassName
{
background-color: #49FE17;
}
</style>
border-color css
<style>
span { border-color: #49FE17; }
span { border-color: rgb(73,254,23); }
td.TdClassName
{
border-color: #49FE17;
}
.TagClassName
{
border-color: #49FE17;
}
</style>