Shades of Harlequin #49FF27
Tints of Harlequin #49FF27
RGB
CMYK
RGB Variations
Color information
#49FF27 (or 0x49FF27) is known color: Harlequin. HEX triplet: 49, FF and 27. RGB value is (73,255,39). Sum of RGB (Red+Green+Blue) = 73+255+39=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF27 is #B600D8. Grayscale: #B0B0B0. Windows color (decimal): -11927769 or 2621257. OLE color: 2621257.
HSL color Cylindrical-coordinate representation of color #49FF27: hue angle of 110.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49FF27 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 39 | - |
| CMYK | 0.71 | 0 | 0.85 | 0 |
| HSL | 110.56º | 1% | 0.58% | - |
| HSV(B) | 110.56º | 0.85% | 1% | - |
| XYZ | 38.87 | 73.08 | 13.98 | - |
| YUV | 175.96 | 50.7 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 39 | 0.71 | 0 | 0.85 | 0 | 110.56 | 1 | 0.58 |
| Hex | 49 | FF | 27 | 47 | 0 | 55 | 0 | 6F | 64 | 3A |
| Octal | 111 | 377 | 47 | 107 | 0 | 125 | 0 | 157 | 144 | 72 |
| Binary | 1001001 | 11111111 | 100111 | 1000111 | 0 | 1010101 | 0 | 1101111 | 1100100 | 111010 |
Color Harmonies of #49FF27
Complementary color
Monochromatic Colors of #49FF27
Black with #49FF27
Text Example
Text Example
White with #49FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF27; }
p { color: rgb(73,255,39); }
H1.HeaderClassName
{
color: #49FF27;
}
.AnyTagClassName
{
color: #49FF27;
}
</style>
background-color css
<style>
a { background-color: #49FF27; }
a { background-color: rgb(73,255,39); }
div.DivClassName
{
background-color: #49FF27;
}
.BgClassName
{
background-color: #49FF27;
}
</style>
border-color css
<style>
span { border-color: #49FF27; }
span { border-color: rgb(73,255,39); }
td.TdClassName
{
border-color: #49FF27;
}
.TagClassName
{
border-color: #49FF27;
}
</style>