Shades of Harlequin #49F11B
Tints of Harlequin #49F11B
RGB
CMYK
RGB Variations
Color information
#49F11B (or 0x49F11B) is known color: Harlequin. HEX triplet: 49, F1 and 1B. RGB value is (73,241,27). Sum of RGB (Red+Green+Blue) = 73+241+27=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #49F11B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F11B is #B60EE4. Grayscale: #A7A7A7. Windows color (decimal): -11931365 or 1831241. OLE color: 1831241.
HSL color Cylindrical-coordinate representation of color #49F11B: hue angle of 107.1º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49F11B is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 27 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.05 |
| HSL | 107.1º | 0.88% | 0.53% | - |
| HSV(B) | 107.1º | 0.89% | 0.95% | - |
| XYZ | 34.4 | 64.41 | 11.66 | - |
| YUV | 166.37 | 49.34 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 27 | 0.70 | 0 | 0.89 | 0.05 | 107.1 | 0.88 | 0.53 |
| Hex | 49 | F1 | 1B | 46 | 0 | 59 | 5 | 6B | 58 | 35 |
| Octal | 111 | 361 | 33 | 106 | 0 | 131 | 5 | 153 | 130 | 65 |
| Binary | 1001001 | 11110001 | 11011 | 1000110 | 0 | 1011001 | 101 | 1101011 | 1011000 | 110101 |
Color Harmonies of #49F11B
Complementary color
Monochromatic Colors of #49F11B
Black with #49F11B
Text Example
Text Example
White with #49F11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F11B; }
p { color: rgb(73,241,27); }
H1.HeaderClassName
{
color: #49F11B;
}
.AnyTagClassName
{
color: #49F11B;
}
</style>
background-color css
<style>
a { background-color: #49F11B; }
a { background-color: rgb(73,241,27); }
div.DivClassName
{
background-color: #49F11B;
}
.BgClassName
{
background-color: #49F11B;
}
</style>
border-color css
<style>
span { border-color: #49F11B; }
span { border-color: rgb(73,241,27); }
td.TdClassName
{
border-color: #49F11B;
}
.TagClassName
{
border-color: #49F11B;
}
</style>