Shades of Harlequin #49FE26
Tints of Harlequin #49FE26
RGB
CMYK
RGB Variations
Color information
#49FE26 (or 0x49FE26) is known color: Harlequin. HEX triplet: 49, FE and 26. RGB value is (73,254,38). Sum of RGB (Red+Green+Blue) = 73+254+38=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FE26 is #B601D9. Grayscale: #AFAFAF. Windows color (decimal): -11928026 or 2555465. OLE color: 2555465.
HSL color Cylindrical-coordinate representation of color #49FE26: hue angle of 110.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49FE26 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 38 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.00 |
| HSL | 110.28º | 0.99% | 0.57% | - |
| HSV(B) | 110.28º | 0.85% | 1% | - |
| XYZ | 38.54 | 72.44 | 13.78 | - |
| YUV | 175.26 | 50.53 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 38 | 0.71 | 0 | 0.85 | 0.00 | 110.28 | 0.99 | 0.57 |
| Hex | 49 | FE | 26 | 47 | 0 | 55 | 0 | 6E | 63 | 39 |
| Octal | 111 | 376 | 46 | 107 | 0 | 125 | 0 | 156 | 143 | 71 |
| Binary | 1001001 | 11111110 | 100110 | 1000111 | 0 | 1010101 | 0 | 1101110 | 1100011 | 111001 |
Color Harmonies of #49FE26
Complementary color
Monochromatic Colors of #49FE26
Black with #49FE26
Text Example
Text Example
White with #49FE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE26; }
p { color: rgb(73,254,38); }
H1.HeaderClassName
{
color: #49FE26;
}
.AnyTagClassName
{
color: #49FE26;
}
</style>
background-color css
<style>
a { background-color: #49FE26; }
a { background-color: rgb(73,254,38); }
div.DivClassName
{
background-color: #49FE26;
}
.BgClassName
{
background-color: #49FE26;
}
</style>
border-color css
<style>
span { border-color: #49FE26; }
span { border-color: rgb(73,254,38); }
td.TdClassName
{
border-color: #49FE26;
}
.TagClassName
{
border-color: #49FE26;
}
</style>