Shades of Harlequin #49F123
Tints of Harlequin #49F123
RGB
CMYK
RGB Variations
Color information
#49F123 (or 0x49F123) is known color: Harlequin. HEX triplet: 49, F1 and 23. RGB value is (73,241,35). Sum of RGB (Red+Green+Blue) = 73+241+35=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #49F123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F123 is #B60EDC. Grayscale: #A7A7A7. Windows color (decimal): -11931357 or 2355529. OLE color: 2355529.
HSL color Cylindrical-coordinate representation of color #49F123: hue angle of 108.93º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49F123 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 35 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.05 |
| HSL | 108.93º | 0.88% | 0.54% | - |
| HSV(B) | 108.93º | 0.85% | 0.95% | - |
| XYZ | 34.51 | 64.45 | 12.21 | - |
| YUV | 167.28 | 53.34 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 35 | 0.70 | 0 | 0.85 | 0.05 | 108.93 | 0.88 | 0.54 |
| Hex | 49 | F1 | 23 | 46 | 0 | 55 | 5 | 6D | 58 | 36 |
| Octal | 111 | 361 | 43 | 106 | 0 | 125 | 5 | 155 | 130 | 66 |
| Binary | 1001001 | 11110001 | 100011 | 1000110 | 0 | 1010101 | 101 | 1101101 | 1011000 | 110110 |
Color Harmonies of #49F123
Complementary color
Monochromatic Colors of #49F123
Black with #49F123
Text Example
Text Example
White with #49F123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F123; }
p { color: rgb(73,241,35); }
H1.HeaderClassName
{
color: #49F123;
}
.AnyTagClassName
{
color: #49F123;
}
</style>
background-color css
<style>
a { background-color: #49F123; }
a { background-color: rgb(73,241,35); }
div.DivClassName
{
background-color: #49F123;
}
.BgClassName
{
background-color: #49F123;
}
</style>
border-color css
<style>
span { border-color: #49F123; }
span { border-color: rgb(73,241,35); }
td.TdClassName
{
border-color: #49F123;
}
.TagClassName
{
border-color: #49F123;
}
</style>