Shades of Harlequin #49E108
Tints of Harlequin #49E108
RGB
CMYK
RGB Variations
Color information
#49E108 (or 0x49E108) is known color: Harlequin. HEX triplet: 49, E1 and 08. RGB value is (73,225,8). Sum of RGB (Red+Green+Blue) = 73+225+8=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #49E108 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E108 is #B61EF7. Grayscale: #9B9B9B. Windows color (decimal): -11935480 or 581961. OLE color: 581961.
HSL color Cylindrical-coordinate representation of color #49E108: hue angle of 102.03º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49E108 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.12 |
| HSL | 102.03º | 0.93% | 0.46% | - |
| HSV(B) | 102.03º | 0.96% | 0.88% | - |
| XYZ | 29.72 | 55.28 | 9.33 | - |
| YUV | 154.81 | 45.14 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 8 | 0.68 | 0 | 0.96 | 0.12 | 102.03 | 0.93 | 0.46 |
| Hex | 49 | E1 | 8 | 44 | 0 | 60 | C | 66 | 5D | 2E |
| Octal | 111 | 341 | 10 | 104 | 0 | 140 | 14 | 146 | 135 | 56 |
| Binary | 1001001 | 11100001 | 1000 | 1000100 | 0 | 1100000 | 1100 | 1100110 | 1011101 | 101110 |
Color Harmonies of #49E108
Complementary color
Monochromatic Colors of #49E108
Black with #49E108
Text Example
Text Example
White with #49E108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E108; }
p { color: rgb(73,225,8); }
H1.HeaderClassName
{
color: #49E108;
}
.AnyTagClassName
{
color: #49E108;
}
</style>
background-color css
<style>
a { background-color: #49E108; }
a { background-color: rgb(73,225,8); }
div.DivClassName
{
background-color: #49E108;
}
.BgClassName
{
background-color: #49E108;
}
</style>
border-color css
<style>
span { border-color: #49E108; }
span { border-color: rgb(73,225,8); }
td.TdClassName
{
border-color: #49E108;
}
.TagClassName
{
border-color: #49E108;
}
</style>