Shades of Harlequin #49E505
Tints of Harlequin #49E505
RGB
CMYK
RGB Variations
Color information
#49E505 (or 0x49E505) is known color: Harlequin. HEX triplet: 49, E5 and 05. RGB value is (73,229,5). Sum of RGB (Red+Green+Blue) = 73+229+5=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #49E505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E505 is #B61AFA. Grayscale: #9D9D9D. Windows color (decimal): -11934459 or 386377. OLE color: 386377.
HSL color Cylindrical-coordinate representation of color #49E505: hue angle of 101.79º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49E505 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 229 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.10 |
| HSL | 101.79º | 0.96% | 0.46% | - |
| HSV(B) | 101.79º | 0.98% | 0.9% | - |
| XYZ | 30.79 | 57.47 | 9.61 | - |
| YUV | 156.82 | 42.32 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 5 | 0.68 | 0 | 0.98 | 0.10 | 101.79 | 0.96 | 0.46 |
| Hex | 49 | E5 | 5 | 44 | 0 | 62 | A | 66 | 60 | 2E |
| Octal | 111 | 345 | 5 | 104 | 0 | 142 | 12 | 146 | 140 | 56 |
| Binary | 1001001 | 11100101 | 101 | 1000100 | 0 | 1100010 | 1010 | 1100110 | 1100000 | 101110 |
Color Harmonies of #49E505
Complementary color
Monochromatic Colors of #49E505
Black with #49E505
Text Example
Text Example
White with #49E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E505; }
p { color: rgb(73,229,5); }
H1.HeaderClassName
{
color: #49E505;
}
.AnyTagClassName
{
color: #49E505;
}
</style>
background-color css
<style>
a { background-color: #49E505; }
a { background-color: rgb(73,229,5); }
div.DivClassName
{
background-color: #49E505;
}
.BgClassName
{
background-color: #49E505;
}
</style>
border-color css
<style>
span { border-color: #49E505; }
span { border-color: rgb(73,229,5); }
td.TdClassName
{
border-color: #49E505;
}
.TagClassName
{
border-color: #49E505;
}
</style>