Shades of Harlequin #49F506
Tints of Harlequin #49F506
RGB
CMYK
RGB Variations
Color information
#49F506 (or 0x49F506) is known color: Harlequin. HEX triplet: 49, F5 and 06. RGB value is (73,245,6). Sum of RGB (Red+Green+Blue) = 73+245+6=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 245 (96.09% from 255 or 75.62% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 245 - color contains mainly: green. Hex color #49F506 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F506 is #B60AF9. Grayscale: #A7A7A7. Windows color (decimal): -11930362 or 456009. OLE color: 456009.
HSL color Cylindrical-coordinate representation of color #49F506: hue angle of 103.18º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49F506 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 6 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.04 |
| HSL | 103.18º | 0.95% | 0.49% | - |
| HSV(B) | 103.18º | 0.98% | 0.96% | - |
| XYZ | 35.43 | 66.73 | 11.19 | - |
| YUV | 166.33 | 37.52 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 6 | 0.70 | 0 | 0.98 | 0.04 | 103.18 | 0.95 | 0.49 |
| Hex | 49 | F5 | 6 | 46 | 0 | 62 | 4 | 67 | 5F | 31 |
| Octal | 111 | 365 | 6 | 106 | 0 | 142 | 4 | 147 | 137 | 61 |
| Binary | 1001001 | 11110101 | 110 | 1000110 | 0 | 1100010 | 100 | 1100111 | 1011111 | 110001 |
Color Harmonies of #49F506
Complementary color
Monochromatic Colors of #49F506
Black with #49F506
Text Example
Text Example
White with #49F506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F506; }
p { color: rgb(73,245,6); }
H1.HeaderClassName
{
color: #49F506;
}
.AnyTagClassName
{
color: #49F506;
}
</style>
background-color css
<style>
a { background-color: #49F506; }
a { background-color: rgb(73,245,6); }
div.DivClassName
{
background-color: #49F506;
}
.BgClassName
{
background-color: #49F506;
}
</style>
border-color css
<style>
span { border-color: #49F506; }
span { border-color: rgb(73,245,6); }
td.TdClassName
{
border-color: #49F506;
}
.TagClassName
{
border-color: #49F506;
}
</style>