Shades of Harlequin #49E317
Tints of Harlequin #49E317
RGB
CMYK
RGB Variations
Color information
#49E317 (or 0x49E317) is known color: Harlequin. HEX triplet: 49, E3 and 17. RGB value is (73,227,23). Sum of RGB (Red+Green+Blue) = 73+227+23=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 227 (89.06% from 255 or 70.28% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 227 - color contains mainly: green. Hex color #49E317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E317 is #B61CE8. Grayscale: #9E9E9E. Windows color (decimal): -11934953 or 1565513. OLE color: 1565513.
HSL color Cylindrical-coordinate representation of color #49E317: hue angle of 105.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49E317 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 23 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.11 |
| HSL | 105.29º | 0.82% | 0.49% | - |
| HSV(B) | 105.29º | 0.9% | 0.89% | - |
| XYZ | 30.37 | 56.42 | 10.1 | - |
| YUV | 157.7 | 51.98 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 23 | 0.68 | 0 | 0.90 | 0.11 | 105.29 | 0.82 | 0.49 |
| Hex | 49 | E3 | 17 | 44 | 0 | 5A | B | 69 | 52 | 31 |
| Octal | 111 | 343 | 27 | 104 | 0 | 132 | 13 | 151 | 122 | 61 |
| Binary | 1001001 | 11100011 | 10111 | 1000100 | 0 | 1011010 | 1011 | 1101001 | 1010010 | 110001 |
Color Harmonies of #49E317
Complementary color
Monochromatic Colors of #49E317
Black with #49E317
Text Example
Text Example
White with #49E317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E317; }
p { color: rgb(73,227,23); }
H1.HeaderClassName
{
color: #49E317;
}
.AnyTagClassName
{
color: #49E317;
}
</style>
background-color css
<style>
a { background-color: #49E317; }
a { background-color: rgb(73,227,23); }
div.DivClassName
{
background-color: #49E317;
}
.BgClassName
{
background-color: #49E317;
}
</style>
border-color css
<style>
span { border-color: #49E317; }
span { border-color: rgb(73,227,23); }
td.TdClassName
{
border-color: #49E317;
}
.TagClassName
{
border-color: #49E317;
}
</style>