Shades of Harlequin #49F200
Tints of Harlequin #49F200
RGB
CMYK
RGB Variations
Color information
#49F200 (or 0x49F200) is known color: Harlequin. HEX triplet: 49, F2 and 00. RGB value is (73,242,0). Sum of RGB (Red+Green+Blue) = 73+242+0=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 242 (94.92% from 255 or 76.83% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 242 - color contains mainly: green. Hex color #49F200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F200 is #B60DFF. Grayscale: #A4A4A4. Windows color (decimal): -11931136 or 62025. OLE color: 62025.
HSL color Cylindrical-coordinate representation of color #49F200: hue angle of 101.9º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49F200 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.05 |
| HSL | 101.9º | 1% | 0.47% | - |
| HSV(B) | 101.9º | 1% | 0.95% | - |
| XYZ | 34.5 | 64.92 | 10.71 | - |
| YUV | 163.88 | 35.51 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 0 | 0.70 | 0 | 1 | 0.05 | 101.9 | 1 | 0.47 |
| Hex | 49 | F2 | 0 | 46 | 0 | 64 | 5 | 66 | 64 | 2F |
| Octal | 111 | 362 | 0 | 106 | 0 | 144 | 5 | 146 | 144 | 57 |
| Binary | 1001001 | 11110010 | 0 | 1000110 | 0 | 1100100 | 101 | 1100110 | 1100100 | 101111 |
Color Harmonies of #49F200
Complementary color
Monochromatic Colors of #49F200
Black with #49F200
Text Example
Text Example
White with #49F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F200; }
p { color: rgb(73,242,0); }
H1.HeaderClassName
{
color: #49F200;
}
.AnyTagClassName
{
color: #49F200;
}
</style>
background-color css
<style>
a { background-color: #49F200; }
a { background-color: rgb(73,242,0); }
div.DivClassName
{
background-color: #49F200;
}
.BgClassName
{
background-color: #49F200;
}
</style>
border-color css
<style>
span { border-color: #49F200; }
span { border-color: rgb(73,242,0); }
td.TdClassName
{
border-color: #49F200;
}
.TagClassName
{
border-color: #49F200;
}
</style>