Shades of Harlequin #49FF30
Tints of Harlequin #49FF30
RGB
CMYK
RGB Variations
Color information
#49FF30 (or 0x49FF30) is known color: Harlequin. HEX triplet: 49, FF and 30. RGB value is (73,255,48). Sum of RGB (Red+Green+Blue) = 73+255+48=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF30 is #B600CF. Grayscale: #B1B1B1. Windows color (decimal): -11927760 or 3211081. OLE color: 3211081.
HSL color Cylindrical-coordinate representation of color #49FF30: hue angle of 112.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49FF30 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 48 | - |
| CMYK | 0.71 | 0 | 0.81 | 0 |
| HSL | 112.75º | 1% | 0.59% | - |
| HSV(B) | 112.75º | 0.81% | 1% | - |
| XYZ | 39.04 | 73.15 | 14.86 | - |
| YUV | 176.98 | 55.2 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 48 | 0.71 | 0 | 0.81 | 0 | 112.75 | 1 | 0.59 |
| Hex | 49 | FF | 30 | 47 | 0 | 51 | 0 | 71 | 64 | 3B |
| Octal | 111 | 377 | 60 | 107 | 0 | 121 | 0 | 161 | 144 | 73 |
| Binary | 1001001 | 11111111 | 110000 | 1000111 | 0 | 1010001 | 0 | 1110001 | 1100100 | 111011 |
Color Harmonies of #49FF30
Complementary color
Monochromatic Colors of #49FF30
Black with #49FF30
Text Example
Text Example
White with #49FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF30; }
p { color: rgb(73,255,48); }
H1.HeaderClassName
{
color: #49FF30;
}
.AnyTagClassName
{
color: #49FF30;
}
</style>
background-color css
<style>
a { background-color: #49FF30; }
a { background-color: rgb(73,255,48); }
div.DivClassName
{
background-color: #49FF30;
}
.BgClassName
{
background-color: #49FF30;
}
</style>
border-color css
<style>
span { border-color: #49FF30; }
span { border-color: rgb(73,255,48); }
td.TdClassName
{
border-color: #49FF30;
}
.TagClassName
{
border-color: #49FF30;
}
</style>