Shades of Harlequin #49EF10
Tints of Harlequin #49EF10
RGB
CMYK
RGB Variations
Color information
#49EF10 (or 0x49EF10) is known color: Harlequin. HEX triplet: 49, EF and 10. RGB value is (73,239,16). Sum of RGB (Red+Green+Blue) = 73+239+16=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 239 (93.75% from 255 or 72.87% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EF10 is #B610EF. Grayscale: #A4A4A4. Windows color (decimal): -11931888 or 1109833. OLE color: 1109833.
HSL color Cylindrical-coordinate representation of color #49EF10: hue angle of 104.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49EF10 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.06 |
| HSL | 104.66º | 0.87% | 0.5% | - |
| HSV(B) | 104.66º | 0.93% | 0.94% | - |
| XYZ | 33.71 | 63.19 | 10.91 | - |
| YUV | 163.94 | 44.5 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 16 | 0.69 | 0 | 0.93 | 0.06 | 104.66 | 0.87 | 0.5 |
| Hex | 49 | EF | 10 | 45 | 0 | 5D | 6 | 69 | 57 | 32 |
| Octal | 111 | 357 | 20 | 105 | 0 | 135 | 6 | 151 | 127 | 62 |
| Binary | 1001001 | 11101111 | 10000 | 1000101 | 0 | 1011101 | 110 | 1101001 | 1010111 | 110010 |
Color Harmonies of #49EF10
Complementary color
Monochromatic Colors of #49EF10
Black with #49EF10
Text Example
Text Example
White with #49EF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF10; }
p { color: rgb(73,239,16); }
H1.HeaderClassName
{
color: #49EF10;
}
.AnyTagClassName
{
color: #49EF10;
}
</style>
background-color css
<style>
a { background-color: #49EF10; }
a { background-color: rgb(73,239,16); }
div.DivClassName
{
background-color: #49EF10;
}
.BgClassName
{
background-color: #49EF10;
}
</style>
border-color css
<style>
span { border-color: #49EF10; }
span { border-color: rgb(73,239,16); }
td.TdClassName
{
border-color: #49EF10;
}
.TagClassName
{
border-color: #49EF10;
}
</style>