Shades of Harlequin #49F105
Tints of Harlequin #49F105
RGB
CMYK
RGB Variations
Color information
#49F105 (or 0x49F105) is known color: Harlequin. HEX triplet: 49, F1 and 05. RGB value is (73,241,5). Sum of RGB (Red+Green+Blue) = 73+241+5=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #49F105 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F105 is #B60EFA. Grayscale: #A4A4A4. Windows color (decimal): -11931387 or 389449. OLE color: 389449.
HSL color Cylindrical-coordinate representation of color #49F105: hue angle of 102.71º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49F105 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.05 |
| HSL | 102.71º | 0.96% | 0.48% | - |
| HSV(B) | 102.71º | 0.98% | 0.95% | - |
| XYZ | 34.23 | 64.34 | 10.76 | - |
| YUV | 163.86 | 38.34 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 5 | 0.70 | 0 | 0.98 | 0.05 | 102.71 | 0.96 | 0.48 |
| Hex | 49 | F1 | 5 | 46 | 0 | 62 | 5 | 67 | 60 | 30 |
| Octal | 111 | 361 | 5 | 106 | 0 | 142 | 5 | 147 | 140 | 60 |
| Binary | 1001001 | 11110001 | 101 | 1000110 | 0 | 1100010 | 101 | 1100111 | 1100000 | 110000 |
Color Harmonies of #49F105
Complementary color
Monochromatic Colors of #49F105
Black with #49F105
Text Example
Text Example
White with #49F105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F105; }
p { color: rgb(73,241,5); }
H1.HeaderClassName
{
color: #49F105;
}
.AnyTagClassName
{
color: #49F105;
}
</style>
background-color css
<style>
a { background-color: #49F105; }
a { background-color: rgb(73,241,5); }
div.DivClassName
{
background-color: #49F105;
}
.BgClassName
{
background-color: #49F105;
}
</style>
border-color css
<style>
span { border-color: #49F105; }
span { border-color: rgb(73,241,5); }
td.TdClassName
{
border-color: #49F105;
}
.TagClassName
{
border-color: #49F105;
}
</style>