Shades of Harlequin #49F917
Tints of Harlequin #49F917
RGB
CMYK
RGB Variations
Color information
#49F917 (or 0x49F917) is known color: Harlequin. HEX triplet: 49, F9 and 17. RGB value is (73,249,23). Sum of RGB (Red+Green+Blue) = 73+249+23=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #49F917 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F917 is #B606E8. Grayscale: #ABABAB. Windows color (decimal): -11929321 or 1571145. OLE color: 1571145.
HSL color Cylindrical-coordinate representation of color #49F917: hue angle of 106.73º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49F917 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 23 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.02 |
| HSL | 106.73º | 0.95% | 0.53% | - |
| HSV(B) | 106.73º | 0.91% | 0.98% | - |
| XYZ | 36.78 | 69.23 | 12.23 | - |
| YUV | 170.61 | 44.69 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 23 | 0.71 | 0 | 0.91 | 0.02 | 106.73 | 0.95 | 0.53 |
| Hex | 49 | F9 | 17 | 47 | 0 | 5B | 2 | 6B | 5F | 35 |
| Octal | 111 | 371 | 27 | 107 | 0 | 133 | 2 | 153 | 137 | 65 |
| Binary | 1001001 | 11111001 | 10111 | 1000111 | 0 | 1011011 | 10 | 1101011 | 1011111 | 110101 |
Color Harmonies of #49F917
Complementary color
Monochromatic Colors of #49F917
Black with #49F917
Text Example
Text Example
White with #49F917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F917; }
p { color: rgb(73,249,23); }
H1.HeaderClassName
{
color: #49F917;
}
.AnyTagClassName
{
color: #49F917;
}
</style>
background-color css
<style>
a { background-color: #49F917; }
a { background-color: rgb(73,249,23); }
div.DivClassName
{
background-color: #49F917;
}
.BgClassName
{
background-color: #49F917;
}
</style>
border-color css
<style>
span { border-color: #49F917; }
span { border-color: rgb(73,249,23); }
td.TdClassName
{
border-color: #49F917;
}
.TagClassName
{
border-color: #49F917;
}
</style>