Shades of Harlequin #49FE09
Tints of Harlequin #49FE09
RGB
CMYK
RGB Variations
Color information
#49FE09 (or 0x49FE09) is known color: Harlequin. HEX triplet: 49, FE and 09. RGB value is (73,254,9). Sum of RGB (Red+Green+Blue) = 73+254+9=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FE09 is #B601F6. Grayscale: #ACACAC. Windows color (decimal): -11928055 or 654921. OLE color: 654921.
HSL color Cylindrical-coordinate representation of color #49FE09: hue angle of 104.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49FE09 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 9 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.00 |
| HSL | 104.33º | 0.99% | 0.52% | - |
| HSV(B) | 104.33º | 0.96% | 1% | - |
| XYZ | 38.24 | 72.32 | 12.2 | - |
| YUV | 171.95 | 36.03 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 9 | 0.71 | 0 | 0.96 | 0.00 | 104.33 | 0.99 | 0.52 |
| Hex | 49 | FE | 9 | 47 | 0 | 60 | 0 | 68 | 63 | 34 |
| Octal | 111 | 376 | 11 | 107 | 0 | 140 | 0 | 150 | 143 | 64 |
| Binary | 1001001 | 11111110 | 1001 | 1000111 | 0 | 1100000 | 0 | 1101000 | 1100011 | 110100 |
Color Harmonies of #49FE09
Complementary color
Monochromatic Colors of #49FE09
Black with #49FE09
Text Example
Text Example
White with #49FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE09; }
p { color: rgb(73,254,9); }
H1.HeaderClassName
{
color: #49FE09;
}
.AnyTagClassName
{
color: #49FE09;
}
</style>
background-color css
<style>
a { background-color: #49FE09; }
a { background-color: rgb(73,254,9); }
div.DivClassName
{
background-color: #49FE09;
}
.BgClassName
{
background-color: #49FE09;
}
</style>
border-color css
<style>
span { border-color: #49FE09; }
span { border-color: rgb(73,254,9); }
td.TdClassName
{
border-color: #49FE09;
}
.TagClassName
{
border-color: #49FE09;
}
</style>