Shades of Harlequin #49DD00
Tints of Harlequin #49DD00
RGB
CMYK
RGB Variations
Color information
#49DD00 (or 0x49DD00) is known color: Harlequin. HEX triplet: 49, DD and 00. RGB value is (73,221,0). Sum of RGB (Red+Green+Blue) = 73+221+0=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DD00 is #B622FF. Grayscale: #989898. Windows color (decimal): -11936512 or 56649. OLE color: 56649.
HSL color Cylindrical-coordinate representation of color #49DD00: hue angle of 100.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49DD00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.13 |
| HSL | 100.18º | 1% | 0.43% | - |
| HSV(B) | 100.18º | 1% | 0.87% | - |
| XYZ | 28.6 | 53.13 | 8.75 | - |
| YUV | 151.55 | 42.47 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 0 | 0.67 | 0 | 1 | 0.13 | 100.18 | 1 | 0.43 |
| Hex | 49 | DD | 0 | 43 | 0 | 64 | D | 64 | 64 | 2B |
| Octal | 111 | 335 | 0 | 103 | 0 | 144 | 15 | 144 | 144 | 53 |
| Binary | 1001001 | 11011101 | 0 | 1000011 | 0 | 1100100 | 1101 | 1100100 | 1100100 | 101011 |
Color Harmonies of #49DD00
Complementary color
Monochromatic Colors of #49DD00
Black with #49DD00
Text Example
Text Example
White with #49DD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD00; }
p { color: rgb(73,221,0); }
H1.HeaderClassName
{
color: #49DD00;
}
.AnyTagClassName
{
color: #49DD00;
}
</style>
background-color css
<style>
a { background-color: #49DD00; }
a { background-color: rgb(73,221,0); }
div.DivClassName
{
background-color: #49DD00;
}
.BgClassName
{
background-color: #49DD00;
}
</style>
border-color css
<style>
span { border-color: #49DD00; }
span { border-color: rgb(73,221,0); }
td.TdClassName
{
border-color: #49DD00;
}
.TagClassName
{
border-color: #49DD00;
}
</style>