Shades of Harlequin #49F524
Tints of Harlequin #49F524
RGB
CMYK
RGB Variations
Color information
#49F524 (or 0x49F524) is known color: Harlequin. HEX triplet: 49, F5 and 24. RGB value is (73,245,36). Sum of RGB (Red+Green+Blue) = 73+245+36=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 245 (96.09% from 255 or 69.21% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 245 - color contains mainly: green. Hex color #49F524 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F524 is #B60ADB. Grayscale: #AAAAAA. Windows color (decimal): -11930332 or 2422089. OLE color: 2422089.
HSL color Cylindrical-coordinate representation of color #49F524: hue angle of 109.38º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49F524 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 36 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.04 |
| HSL | 109.38º | 0.91% | 0.55% | - |
| HSV(B) | 109.38º | 0.85% | 0.96% | - |
| XYZ | 35.72 | 66.85 | 12.69 | - |
| YUV | 169.75 | 52.52 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 36 | 0.70 | 0 | 0.85 | 0.04 | 109.38 | 0.91 | 0.55 |
| Hex | 49 | F5 | 24 | 46 | 0 | 55 | 4 | 6D | 5B | 37 |
| Octal | 111 | 365 | 44 | 106 | 0 | 125 | 4 | 155 | 133 | 67 |
| Binary | 1001001 | 11110101 | 100100 | 1000110 | 0 | 1010101 | 100 | 1101101 | 1011011 | 110111 |
Color Harmonies of #49F524
Complementary color
Monochromatic Colors of #49F524
Black with #49F524
Text Example
Text Example
White with #49F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F524; }
p { color: rgb(73,245,36); }
H1.HeaderClassName
{
color: #49F524;
}
.AnyTagClassName
{
color: #49F524;
}
</style>
background-color css
<style>
a { background-color: #49F524; }
a { background-color: rgb(73,245,36); }
div.DivClassName
{
background-color: #49F524;
}
.BgClassName
{
background-color: #49F524;
}
</style>
border-color css
<style>
span { border-color: #49F524; }
span { border-color: rgb(73,245,36); }
td.TdClassName
{
border-color: #49F524;
}
.TagClassName
{
border-color: #49F524;
}
</style>