Shades of Harlequin #49F10B
Tints of Harlequin #49F10B
RGB
CMYK
RGB Variations
Color information
#49F10B (or 0x49F10B) is known color: Harlequin. HEX triplet: 49, F1 and 0B. RGB value is (73,241,11). Sum of RGB (Red+Green+Blue) = 73+241+11=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #49F10B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F10B is #B60EF4. Grayscale: #A5A5A5. Windows color (decimal): -11931381 or 782665. OLE color: 782665.
HSL color Cylindrical-coordinate representation of color #49F10B: hue angle of 103.83º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49F10B is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 11 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.05 |
| HSL | 103.83º | 0.91% | 0.49% | - |
| HSV(B) | 103.83º | 0.95% | 0.95% | - |
| XYZ | 34.26 | 64.35 | 10.93 | - |
| YUV | 164.55 | 41.34 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 11 | 0.70 | 0 | 0.95 | 0.05 | 103.83 | 0.91 | 0.49 |
| Hex | 49 | F1 | B | 46 | 0 | 5F | 5 | 68 | 5B | 31 |
| Octal | 111 | 361 | 13 | 106 | 0 | 137 | 5 | 150 | 133 | 61 |
| Binary | 1001001 | 11110001 | 1011 | 1000110 | 0 | 1011111 | 101 | 1101000 | 1011011 | 110001 |
Color Harmonies of #49F10B
Complementary color
Monochromatic Colors of #49F10B
Black with #49F10B
Text Example
Text Example
White with #49F10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F10B; }
p { color: rgb(73,241,11); }
H1.HeaderClassName
{
color: #49F10B;
}
.AnyTagClassName
{
color: #49F10B;
}
</style>
background-color css
<style>
a { background-color: #49F10B; }
a { background-color: rgb(73,241,11); }
div.DivClassName
{
background-color: #49F10B;
}
.BgClassName
{
background-color: #49F10B;
}
</style>
border-color css
<style>
span { border-color: #49F10B; }
span { border-color: rgb(73,241,11); }
td.TdClassName
{
border-color: #49F10B;
}
.TagClassName
{
border-color: #49F10B;
}
</style>