Shades of Harlequin #49E308
Tints of Harlequin #49E308
RGB
CMYK
RGB Variations
Color information
#49E308 (or 0x49E308) is known color: Harlequin. HEX triplet: 49, E3 and 08. RGB value is (73,227,8). Sum of RGB (Red+Green+Blue) = 73+227+8=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 227 (89.06% from 255 or 73.70% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 227 - color contains mainly: green. Hex color #49E308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E308 is #B61CF7. Grayscale: #9C9C9C. Windows color (decimal): -11934968 or 582473. OLE color: 582473.
HSL color Cylindrical-coordinate representation of color #49E308: hue angle of 102.19º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49E308 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.11 |
| HSL | 102.19º | 0.93% | 0.46% | - |
| HSV(B) | 102.19º | 0.96% | 0.89% | - |
| XYZ | 30.26 | 56.37 | 9.52 | - |
| YUV | 155.99 | 44.48 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 8 | 0.68 | 0 | 0.96 | 0.11 | 102.19 | 0.93 | 0.46 |
| Hex | 49 | E3 | 8 | 44 | 0 | 60 | B | 66 | 5D | 2E |
| Octal | 111 | 343 | 10 | 104 | 0 | 140 | 13 | 146 | 135 | 56 |
| Binary | 1001001 | 11100011 | 1000 | 1000100 | 0 | 1100000 | 1011 | 1100110 | 1011101 | 101110 |
Color Harmonies of #49E308
Complementary color
Monochromatic Colors of #49E308
Black with #49E308
Text Example
Text Example
White with #49E308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E308; }
p { color: rgb(73,227,8); }
H1.HeaderClassName
{
color: #49E308;
}
.AnyTagClassName
{
color: #49E308;
}
</style>
background-color css
<style>
a { background-color: #49E308; }
a { background-color: rgb(73,227,8); }
div.DivClassName
{
background-color: #49E308;
}
.BgClassName
{
background-color: #49E308;
}
</style>
border-color css
<style>
span { border-color: #49E308; }
span { border-color: rgb(73,227,8); }
td.TdClassName
{
border-color: #49E308;
}
.TagClassName
{
border-color: #49E308;
}
</style>