Shades of Harlequin #49E501
Tints of Harlequin #49E501
RGB
CMYK
RGB Variations
Color information
#49E501 (or 0x49E501) is known color: Harlequin. HEX triplet: 49, E5 and 01. RGB value is (73,229,1). Sum of RGB (Red+Green+Blue) = 73+229+1=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 229 (89.84% from 255 or 75.58% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 229 - color contains mainly: green. Hex color #49E501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E501 is #B61AFE. Grayscale: #9D9D9D. Windows color (decimal): -11934463 or 124233. OLE color: 124233.
HSL color Cylindrical-coordinate representation of color #49E501: hue angle of 101.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49E501 is Cyan = 0.68, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 229 | 1 | - |
| CMYK | 0.68 | 0 | 1.00 | 0.10 |
| HSL | 101.05º | 0.99% | 0.45% | - |
| HSV(B) | 101.05º | 1% | 0.9% | - |
| XYZ | 30.77 | 57.46 | 9.5 | - |
| YUV | 156.36 | 40.32 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 1 | 0.68 | 0 | 1.00 | 0.10 | 101.05 | 0.99 | 0.45 |
| Hex | 49 | E5 | 1 | 44 | 0 | 64 | A | 65 | 63 | 2D |
| Octal | 111 | 345 | 1 | 104 | 0 | 144 | 12 | 145 | 143 | 55 |
| Binary | 1001001 | 11100101 | 1 | 1000100 | 0 | 1100100 | 1010 | 1100101 | 1100011 | 101101 |
Color Harmonies of #49E501
Complementary color
Monochromatic Colors of #49E501
Black with #49E501
Text Example
Text Example
White with #49E501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E501; }
p { color: rgb(73,229,1); }
H1.HeaderClassName
{
color: #49E501;
}
.AnyTagClassName
{
color: #49E501;
}
</style>
background-color css
<style>
a { background-color: #49E501; }
a { background-color: rgb(73,229,1); }
div.DivClassName
{
background-color: #49E501;
}
.BgClassName
{
background-color: #49E501;
}
</style>
border-color css
<style>
span { border-color: #49E501; }
span { border-color: rgb(73,229,1); }
td.TdClassName
{
border-color: #49E501;
}
.TagClassName
{
border-color: #49E501;
}
</style>