Shades of Harlequin #49F117
Tints of Harlequin #49F117
RGB
CMYK
RGB Variations
Color information
#49F117 (or 0x49F117) is known color: Harlequin. HEX triplet: 49, F1 and 17. RGB value is (73,241,23). Sum of RGB (Red+Green+Blue) = 73+241+23=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #49F117 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F117 is #B60EE8. Grayscale: #A6A6A6. Windows color (decimal): -11931369 or 1569097. OLE color: 1569097.
HSL color Cylindrical-coordinate representation of color #49F117: hue angle of 106.24º 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 #49F117 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 23 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.05 |
| HSL | 106.24º | 0.89% | 0.52% | - |
| HSV(B) | 106.24º | 0.9% | 0.95% | - |
| XYZ | 34.36 | 64.39 | 11.43 | - |
| YUV | 165.92 | 47.34 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 23 | 0.70 | 0 | 0.90 | 0.05 | 106.24 | 0.89 | 0.52 |
| Hex | 49 | F1 | 17 | 46 | 0 | 5A | 5 | 6A | 59 | 34 |
| Octal | 111 | 361 | 27 | 106 | 0 | 132 | 5 | 152 | 131 | 64 |
| Binary | 1001001 | 11110001 | 10111 | 1000110 | 0 | 1011010 | 101 | 1101010 | 1011001 | 110100 |
Color Harmonies of #49F117
Complementary color
Monochromatic Colors of #49F117
Black with #49F117
Text Example
Text Example
White with #49F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F117; }
p { color: rgb(73,241,23); }
H1.HeaderClassName
{
color: #49F117;
}
.AnyTagClassName
{
color: #49F117;
}
</style>
background-color css
<style>
a { background-color: #49F117; }
a { background-color: rgb(73,241,23); }
div.DivClassName
{
background-color: #49F117;
}
.BgClassName
{
background-color: #49F117;
}
</style>
border-color css
<style>
span { border-color: #49F117; }
span { border-color: rgb(73,241,23); }
td.TdClassName
{
border-color: #49F117;
}
.TagClassName
{
border-color: #49F117;
}
</style>