Shades of Harlequin #49FF25
Tints of Harlequin #49FF25
RGB
CMYK
RGB Variations
Color information
#49FF25 (or 0x49FF25) is known color: Harlequin. HEX triplet: 49, FF and 25. RGB value is (73,255,37). Sum of RGB (Red+Green+Blue) = 73+255+37=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF25 is #B600DA. Grayscale: #B0B0B0. Windows color (decimal): -11927771 or 2490185. OLE color: 2490185.
HSL color Cylindrical-coordinate representation of color #49FF25: hue angle of 110.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49FF25 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 37 | - |
| CMYK | 0.71 | 0 | 0.85 | 0 |
| HSL | 110.09º | 1% | 0.57% | - |
| HSV(B) | 110.09º | 0.85% | 1% | - |
| XYZ | 38.84 | 73.07 | 13.81 | - |
| YUV | 175.73 | 49.7 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 37 | 0.71 | 0 | 0.85 | 0 | 110.09 | 1 | 0.57 |
| Hex | 49 | FF | 25 | 47 | 0 | 55 | 0 | 6E | 64 | 39 |
| Octal | 111 | 377 | 45 | 107 | 0 | 125 | 0 | 156 | 144 | 71 |
| Binary | 1001001 | 11111111 | 100101 | 1000111 | 0 | 1010101 | 0 | 1101110 | 1100100 | 111001 |
Color Harmonies of #49FF25
Complementary color
Monochromatic Colors of #49FF25
Black with #49FF25
Text Example
Text Example
White with #49FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF25; }
p { color: rgb(73,255,37); }
H1.HeaderClassName
{
color: #49FF25;
}
.AnyTagClassName
{
color: #49FF25;
}
</style>
background-color css
<style>
a { background-color: #49FF25; }
a { background-color: rgb(73,255,37); }
div.DivClassName
{
background-color: #49FF25;
}
.BgClassName
{
background-color: #49FF25;
}
</style>
border-color css
<style>
span { border-color: #49FF25; }
span { border-color: rgb(73,255,37); }
td.TdClassName
{
border-color: #49FF25;
}
.TagClassName
{
border-color: #49FF25;
}
</style>