Shades of Harlequin #49FB30
Tints of Harlequin #49FB30
RGB
CMYK
RGB Variations
Color information
#49FB30 (or 0x49FB30) is known color: Harlequin. HEX triplet: 49, FB and 30. RGB value is (73,251,48). Sum of RGB (Red+Green+Blue) = 73+251+48=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 251 (98.44% from 255 or 67.47% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FB30 is #B604CF. Grayscale: #AFAFAF. Windows color (decimal): -11928784 or 3210057. OLE color: 3210057.
HSL color Cylindrical-coordinate representation of color #49FB30: hue angle of 112.61º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49FB30 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 48 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.02 |
| HSL | 112.61º | 0.96% | 0.59% | - |
| HSV(B) | 112.61º | 0.81% | 0.98% | - |
| XYZ | 37.78 | 70.62 | 14.44 | - |
| YUV | 174.64 | 56.53 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 48 | 0.71 | 0 | 0.81 | 0.02 | 112.61 | 0.96 | 0.59 |
| Hex | 49 | FB | 30 | 47 | 0 | 51 | 2 | 71 | 60 | 3B |
| Octal | 111 | 373 | 60 | 107 | 0 | 121 | 2 | 161 | 140 | 73 |
| Binary | 1001001 | 11111011 | 110000 | 1000111 | 0 | 1010001 | 10 | 1110001 | 1100000 | 111011 |
Color Harmonies of #49FB30
Complementary color
Monochromatic Colors of #49FB30
Black with #49FB30
Text Example
Text Example
White with #49FB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FB30; }
p { color: rgb(73,251,48); }
H1.HeaderClassName
{
color: #49FB30;
}
.AnyTagClassName
{
color: #49FB30;
}
</style>
background-color css
<style>
a { background-color: #49FB30; }
a { background-color: rgb(73,251,48); }
div.DivClassName
{
background-color: #49FB30;
}
.BgClassName
{
background-color: #49FB30;
}
</style>
border-color css
<style>
span { border-color: #49FB30; }
span { border-color: rgb(73,251,48); }
td.TdClassName
{
border-color: #49FB30;
}
.TagClassName
{
border-color: #49FB30;
}
</style>