Shades of Harlequin #49FF00
Tints of Harlequin #49FF00
RGB
CMYK
RGB Variations
Color information
#49FF00 (or 0x49FF00) is known color: Harlequin. HEX triplet: 49, FF and 00. RGB value is (73,255,0). Sum of RGB (Red+Green+Blue) = 73+255+0=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 255 (100% from 255 or 77.74% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FF00 is #B600FF. Grayscale: #ACACAC. Windows color (decimal): -11927808 or 65353. OLE color: 65353.
HSL color Cylindrical-coordinate representation of color #49FF00: hue angle of 102.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49FF00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0 |
| HSL | 102.82º | 1% | 0.5% | - |
| HSV(B) | 102.82º | 1% | 1% | - |
| XYZ | 38.51 | 72.94 | 12.05 | - |
| YUV | 171.51 | 31.2 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 0 | 0.71 | 0 | 1 | 0 | 102.82 | 1 | 0.5 |
| Hex | 49 | FF | 0 | 47 | 0 | 64 | 0 | 67 | 64 | 32 |
| Octal | 111 | 377 | 0 | 107 | 0 | 144 | 0 | 147 | 144 | 62 |
| Binary | 1001001 | 11111111 | 0 | 1000111 | 0 | 1100100 | 0 | 1100111 | 1100100 | 110010 |
Color Harmonies of #49FF00
Complementary color
Monochromatic Colors of #49FF00
Black with #49FF00
Text Example
Text Example
White with #49FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF00; }
p { color: rgb(73,255,0); }
H1.HeaderClassName
{
color: #49FF00;
}
.AnyTagClassName
{
color: #49FF00;
}
</style>
background-color css
<style>
a { background-color: #49FF00; }
a { background-color: rgb(73,255,0); }
div.DivClassName
{
background-color: #49FF00;
}
.BgClassName
{
background-color: #49FF00;
}
</style>
border-color css
<style>
span { border-color: #49FF00; }
span { border-color: rgb(73,255,0); }
td.TdClassName
{
border-color: #49FF00;
}
.TagClassName
{
border-color: #49FF00;
}
</style>