Shades of Harlequin #49FF21
Tints of Harlequin #49FF21
RGB
CMYK
RGB Variations
Color information
#49FF21 (or 0x49FF21) is known color: Harlequin. HEX triplet: 49, FF and 21. RGB value is (73,255,33). Sum of RGB (Red+Green+Blue) = 73+255+33=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF21 is #B600DE. Grayscale: #AFAFAF. Windows color (decimal): -11927775 or 2228041. OLE color: 2228041.
HSL color Cylindrical-coordinate representation of color #49FF21: hue angle of 109.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49FF21 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 33 | - |
| CMYK | 0.71 | 0 | 0.87 | 0 |
| HSL | 109.19º | 1% | 0.56% | - |
| HSV(B) | 109.19º | 0.87% | 1% | - |
| XYZ | 38.78 | 73.05 | 13.49 | - |
| YUV | 175.27 | 47.7 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 33 | 0.71 | 0 | 0.87 | 0 | 109.19 | 1 | 0.56 |
| Hex | 49 | FF | 21 | 47 | 0 | 57 | 0 | 6D | 64 | 38 |
| Octal | 111 | 377 | 41 | 107 | 0 | 127 | 0 | 155 | 144 | 70 |
| Binary | 1001001 | 11111111 | 100001 | 1000111 | 0 | 1010111 | 0 | 1101101 | 1100100 | 111000 |
Color Harmonies of #49FF21
Complementary color
Monochromatic Colors of #49FF21
Black with #49FF21
Text Example
Text Example
White with #49FF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF21; }
p { color: rgb(73,255,33); }
H1.HeaderClassName
{
color: #49FF21;
}
.AnyTagClassName
{
color: #49FF21;
}
</style>
background-color css
<style>
a { background-color: #49FF21; }
a { background-color: rgb(73,255,33); }
div.DivClassName
{
background-color: #49FF21;
}
.BgClassName
{
background-color: #49FF21;
}
</style>
border-color css
<style>
span { border-color: #49FF21; }
span { border-color: rgb(73,255,33); }
td.TdClassName
{
border-color: #49FF21;
}
.TagClassName
{
border-color: #49FF21;
}
</style>