Shades of Harlequin #49EB00
Tints of Harlequin #49EB00
RGB
CMYK
RGB Variations
Color information
#49EB00 (or 0x49EB00) is known color: Harlequin. HEX triplet: 49, EB and 00. RGB value is (73,235,0). Sum of RGB (Red+Green+Blue) = 73+235+0=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 235 (92.19% from 255 or 76.30% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EB00 is #B614FF. Grayscale: #A0A0A0. Windows color (decimal): -11932928 or 60233. OLE color: 60233.
HSL color Cylindrical-coordinate representation of color #49EB00: hue angle of 101.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49EB00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 235 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.08 |
| HSL | 101.36º | 1% | 0.46% | - |
| HSV(B) | 101.36º | 1% | 0.92% | - |
| XYZ | 32.46 | 60.83 | 10.03 | - |
| YUV | 159.77 | 37.83 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 0 | 0.69 | 0 | 1 | 0.08 | 101.36 | 1 | 0.46 |
| Hex | 49 | EB | 0 | 45 | 0 | 64 | 8 | 65 | 64 | 2E |
| Octal | 111 | 353 | 0 | 105 | 0 | 144 | 10 | 145 | 144 | 56 |
| Binary | 1001001 | 11101011 | 0 | 1000101 | 0 | 1100100 | 1000 | 1100101 | 1100100 | 101110 |
Color Harmonies of #49EB00
Complementary color
Monochromatic Colors of #49EB00
Black with #49EB00
Text Example
Text Example
White with #49EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EB00; }
p { color: rgb(73,235,0); }
H1.HeaderClassName
{
color: #49EB00;
}
.AnyTagClassName
{
color: #49EB00;
}
</style>
background-color css
<style>
a { background-color: #49EB00; }
a { background-color: rgb(73,235,0); }
div.DivClassName
{
background-color: #49EB00;
}
.BgClassName
{
background-color: #49EB00;
}
</style>
border-color css
<style>
span { border-color: #49EB00; }
span { border-color: rgb(73,235,0); }
td.TdClassName
{
border-color: #49EB00;
}
.TagClassName
{
border-color: #49EB00;
}
</style>