Shades of Harlequin #49F100
Tints of Harlequin #49F100
RGB
CMYK
RGB Variations
Color information
#49F100 (or 0x49F100) is known color: Harlequin. HEX triplet: 49, F1 and 00. RGB value is (73,241,0). Sum of RGB (Red+Green+Blue) = 73+241+0=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #49F100 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F100 is #B60EFF. Grayscale: #A4A4A4. Windows color (decimal): -11931392 or 61769. OLE color: 61769.
HSL color Cylindrical-coordinate representation of color #49F100: hue angle of 101.83º 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 #49F100 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.05 |
| HSL | 101.83º | 1% | 0.47% | - |
| HSV(B) | 101.83º | 1% | 0.95% | - |
| XYZ | 34.2 | 64.33 | 10.61 | - |
| YUV | 163.29 | 35.84 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 0 | 0.70 | 0 | 1 | 0.05 | 101.83 | 1 | 0.47 |
| Hex | 49 | F1 | 0 | 46 | 0 | 64 | 5 | 66 | 64 | 2F |
| Octal | 111 | 361 | 0 | 106 | 0 | 144 | 5 | 146 | 144 | 57 |
| Binary | 1001001 | 11110001 | 0 | 1000110 | 0 | 1100100 | 101 | 1100110 | 1100100 | 101111 |
Color Harmonies of #49F100
Complementary color
Monochromatic Colors of #49F100
Black with #49F100
Text Example
Text Example
White with #49F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F100; }
p { color: rgb(73,241,0); }
H1.HeaderClassName
{
color: #49F100;
}
.AnyTagClassName
{
color: #49F100;
}
</style>
background-color css
<style>
a { background-color: #49F100; }
a { background-color: rgb(73,241,0); }
div.DivClassName
{
background-color: #49F100;
}
.BgClassName
{
background-color: #49F100;
}
</style>
border-color css
<style>
span { border-color: #49F100; }
span { border-color: rgb(73,241,0); }
td.TdClassName
{
border-color: #49F100;
}
.TagClassName
{
border-color: #49F100;
}
</style>