Shades of Harlequin #49E917
Tints of Harlequin #49E917
RGB
CMYK
RGB Variations
Color information
#49E917 (or 0x49E917) is known color: Harlequin. HEX triplet: 49, E9 and 17. RGB value is (73,233,23). Sum of RGB (Red+Green+Blue) = 73+233+23=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 233 (91.41% from 255 or 70.82% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 233 - color contains mainly: green. Hex color #49E917 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49E917 is #B616E8. Grayscale: #A1A1A1. Windows color (decimal): -11933417 or 1567049. OLE color: 1567049.
HSL color Cylindrical-coordinate representation of color #49E917: hue angle of 105.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49E917 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 233 | 23 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.09 |
| HSL | 105.71º | 0.83% | 0.5% | - |
| HSV(B) | 105.71º | 0.9% | 0.91% | - |
| XYZ | 32.04 | 59.76 | 10.66 | - |
| YUV | 161.22 | 49.99 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 233 | 23 | 0.69 | 0 | 0.90 | 0.09 | 105.71 | 0.83 | 0.5 |
| Hex | 49 | E9 | 17 | 45 | 0 | 5A | 9 | 6A | 53 | 32 |
| Octal | 111 | 351 | 27 | 105 | 0 | 132 | 11 | 152 | 123 | 62 |
| Binary | 1001001 | 11101001 | 10111 | 1000101 | 0 | 1011010 | 1001 | 1101010 | 1010011 | 110010 |
Color Harmonies of #49E917
Complementary color
Monochromatic Colors of #49E917
Black with #49E917
Text Example
Text Example
White with #49E917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E917; }
p { color: rgb(73,233,23); }
H1.HeaderClassName
{
color: #49E917;
}
.AnyTagClassName
{
color: #49E917;
}
</style>
background-color css
<style>
a { background-color: #49E917; }
a { background-color: rgb(73,233,23); }
div.DivClassName
{
background-color: #49E917;
}
.BgClassName
{
background-color: #49E917;
}
</style>
border-color css
<style>
span { border-color: #49E917; }
span { border-color: rgb(73,233,23); }
td.TdClassName
{
border-color: #49E917;
}
.TagClassName
{
border-color: #49E917;
}
</style>