Shades of Harlequin #49FF33
Tints of Harlequin #49FF33
RGB
CMYK
RGB Variations
Color information
#49FF33 (or 0x49FF33) is known color: Harlequin. HEX triplet: 49, FF and 33. RGB value is (73,255,51). Sum of RGB (Red+Green+Blue) = 73+255+51=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF33 is #B600CC. Grayscale: #B1B1B1. Windows color (decimal): -11927757 or 3407689. OLE color: 3407689.
HSL color Cylindrical-coordinate representation of color #49FF33: hue angle of 113.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49FF33 is Cyan = 0.71, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 51 | - |
| CMYK | 0.71 | 0 | 0.8 | 0 |
| HSL | 113.53º | 1% | 0.6% | - |
| HSV(B) | 113.53º | 0.8% | 1% | - |
| XYZ | 39.11 | 73.18 | 15.2 | - |
| YUV | 177.33 | 56.7 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 51 | 0.71 | 0 | 0.8 | 0 | 113.53 | 1 | 0.6 |
| Hex | 49 | FF | 33 | 47 | 0 | 50 | 0 | 72 | 64 | 3C |
| Octal | 111 | 377 | 63 | 107 | 0 | 120 | 0 | 162 | 144 | 74 |
| Binary | 1001001 | 11111111 | 110011 | 1000111 | 0 | 1010000 | 0 | 1110010 | 1100100 | 111100 |
Color Harmonies of #49FF33
Complementary color
Monochromatic Colors of #49FF33
Black with #49FF33
Text Example
Text Example
White with #49FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF33; }
p { color: rgb(73,255,51); }
H1.HeaderClassName
{
color: #49FF33;
}
.AnyTagClassName
{
color: #49FF33;
}
</style>
background-color css
<style>
a { background-color: #49FF33; }
a { background-color: rgb(73,255,51); }
div.DivClassName
{
background-color: #49FF33;
}
.BgClassName
{
background-color: #49FF33;
}
</style>
border-color css
<style>
span { border-color: #49FF33; }
span { border-color: rgb(73,255,51); }
td.TdClassName
{
border-color: #49FF33;
}
.TagClassName
{
border-color: #49FF33;
}
</style>