Shades of Harlequin #49ED09
Tints of Harlequin #49ED09
RGB
CMYK
RGB Variations
Color information
#49ED09 (or 0x49ED09) is known color: Harlequin. HEX triplet: 49, ED and 09. RGB value is (73,237,9). Sum of RGB (Red+Green+Blue) = 73+237+9=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 237 (92.97% from 255 or 74.29% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49ED09 is #B612F6. Grayscale: #A2A2A2. Windows color (decimal): -11932407 or 650569. OLE color: 650569.
HSL color Cylindrical-coordinate representation of color #49ED09: hue angle of 103.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49ED09 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 9 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.07 |
| HSL | 103.16º | 0.93% | 0.48% | - |
| HSV(B) | 103.16º | 0.96% | 0.93% | - |
| XYZ | 33.08 | 62 | 10.48 | - |
| YUV | 161.97 | 41.67 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 9 | 0.69 | 0 | 0.96 | 0.07 | 103.16 | 0.93 | 0.48 |
| Hex | 49 | ED | 9 | 45 | 0 | 60 | 7 | 67 | 5D | 30 |
| Octal | 111 | 355 | 11 | 105 | 0 | 140 | 7 | 147 | 135 | 60 |
| Binary | 1001001 | 11101101 | 1001 | 1000101 | 0 | 1100000 | 111 | 1100111 | 1011101 | 110000 |
Color Harmonies of #49ED09
Complementary color
Monochromatic Colors of #49ED09
Black with #49ED09
Text Example
Text Example
White with #49ED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED09; }
p { color: rgb(73,237,9); }
H1.HeaderClassName
{
color: #49ED09;
}
.AnyTagClassName
{
color: #49ED09;
}
</style>
background-color css
<style>
a { background-color: #49ED09; }
a { background-color: rgb(73,237,9); }
div.DivClassName
{
background-color: #49ED09;
}
.BgClassName
{
background-color: #49ED09;
}
</style>
border-color css
<style>
span { border-color: #49ED09; }
span { border-color: rgb(73,237,9); }
td.TdClassName
{
border-color: #49ED09;
}
.TagClassName
{
border-color: #49ED09;
}
</style>