Shades of Harlequin #49FE1E
Tints of Harlequin #49FE1E
RGB
CMYK
RGB Variations
Color information
#49FE1E (or 0x49FE1E) is known color: Harlequin. HEX triplet: 49, FE and 1E. RGB value is (73,254,30). Sum of RGB (Red+Green+Blue) = 73+254+30=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FE1E is #B601E1. Grayscale: #AFAFAF. Windows color (decimal): -11928034 or 2031177. OLE color: 2031177.
HSL color Cylindrical-coordinate representation of color #49FE1E: hue angle of 108.48º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49FE1E is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 30 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.00 |
| HSL | 108.48º | 0.99% | 0.56% | - |
| HSV(B) | 108.48º | 0.88% | 1% | - |
| XYZ | 38.42 | 72.39 | 13.18 | - |
| YUV | 174.35 | 46.53 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 30 | 0.71 | 0 | 0.88 | 0.00 | 108.48 | 0.99 | 0.56 |
| Hex | 49 | FE | 1E | 47 | 0 | 58 | 0 | 6C | 63 | 38 |
| Octal | 111 | 376 | 36 | 107 | 0 | 130 | 0 | 154 | 143 | 70 |
| Binary | 1001001 | 11111110 | 11110 | 1000111 | 0 | 1011000 | 0 | 1101100 | 1100011 | 111000 |
Color Harmonies of #49FE1E
Complementary color
Monochromatic Colors of #49FE1E
Black with #49FE1E
Text Example
Text Example
White with #49FE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE1E; }
p { color: rgb(73,254,30); }
H1.HeaderClassName
{
color: #49FE1E;
}
.AnyTagClassName
{
color: #49FE1E;
}
</style>
background-color css
<style>
a { background-color: #49FE1E; }
a { background-color: rgb(73,254,30); }
div.DivClassName
{
background-color: #49FE1E;
}
.BgClassName
{
background-color: #49FE1E;
}
</style>
border-color css
<style>
span { border-color: #49FE1E; }
span { border-color: rgb(73,254,30); }
td.TdClassName
{
border-color: #49FE1E;
}
.TagClassName
{
border-color: #49FE1E;
}
</style>