Shades of Harlequin #49FA30
Tints of Harlequin #49FA30
RGB
CMYK
RGB Variations
Color information
#49FA30 (or 0x49FA30) is known color: Harlequin. HEX triplet: 49, FA and 30. RGB value is (73,250,48). Sum of RGB (Red+Green+Blue) = 73+250+48=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FA30 is #B605CF. Grayscale: #AEAEAE. Windows color (decimal): -11929040 or 3209801. OLE color: 3209801.
HSL color Cylindrical-coordinate representation of color #49FA30: hue angle of 112.57º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49FA30 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 48 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.02 |
| HSL | 112.57º | 0.95% | 0.58% | - |
| HSV(B) | 112.57º | 0.81% | 0.98% | - |
| XYZ | 37.47 | 70 | 14.33 | - |
| YUV | 174.05 | 56.86 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 48 | 0.71 | 0 | 0.81 | 0.02 | 112.57 | 0.95 | 0.58 |
| Hex | 49 | FA | 30 | 47 | 0 | 51 | 2 | 71 | 5F | 3A |
| Octal | 111 | 372 | 60 | 107 | 0 | 121 | 2 | 161 | 137 | 72 |
| Binary | 1001001 | 11111010 | 110000 | 1000111 | 0 | 1010001 | 10 | 1110001 | 1011111 | 111010 |
Color Harmonies of #49FA30
Complementary color
Monochromatic Colors of #49FA30
Black with #49FA30
Text Example
Text Example
White with #49FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA30; }
p { color: rgb(73,250,48); }
H1.HeaderClassName
{
color: #49FA30;
}
.AnyTagClassName
{
color: #49FA30;
}
</style>
background-color css
<style>
a { background-color: #49FA30; }
a { background-color: rgb(73,250,48); }
div.DivClassName
{
background-color: #49FA30;
}
.BgClassName
{
background-color: #49FA30;
}
</style>
border-color css
<style>
span { border-color: #49FA30; }
span { border-color: rgb(73,250,48); }
td.TdClassName
{
border-color: #49FA30;
}
.TagClassName
{
border-color: #49FA30;
}
</style>