Shades of Harlequin #49F80D
Tints of Harlequin #49F80D
RGB
CMYK
RGB Variations
Color information
#49F80D (or 0x49F80D) is known color: Harlequin. HEX triplet: 49, F8 and 0D. RGB value is (73,248,13). Sum of RGB (Red+Green+Blue) = 73+248+13=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #49F80D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F80D is #B607F2. Grayscale: #A9A9A9. Windows color (decimal): -11929587 or 915529. OLE color: 915529.
HSL color Cylindrical-coordinate representation of color #49F80D: hue angle of 104.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49F80D is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 248 | 13 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.03 |
| HSL | 104.68º | 0.94% | 0.51% | - |
| HSV(B) | 104.68º | 0.95% | 0.97% | - |
| XYZ | 36.39 | 68.58 | 11.7 | - |
| YUV | 168.89 | 40.02 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 248 | 13 | 0.71 | 0 | 0.95 | 0.03 | 104.68 | 0.94 | 0.51 |
| Hex | 49 | F8 | D | 47 | 0 | 5F | 3 | 69 | 5E | 33 |
| Octal | 111 | 370 | 15 | 107 | 0 | 137 | 3 | 151 | 136 | 63 |
| Binary | 1001001 | 11111000 | 1101 | 1000111 | 0 | 1011111 | 11 | 1101001 | 1011110 | 110011 |
Color Harmonies of #49F80D
Complementary color
Monochromatic Colors of #49F80D
Black with #49F80D
Text Example
Text Example
White with #49F80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F80D; }
p { color: rgb(73,248,13); }
H1.HeaderClassName
{
color: #49F80D;
}
.AnyTagClassName
{
color: #49F80D;
}
</style>
background-color css
<style>
a { background-color: #49F80D; }
a { background-color: rgb(73,248,13); }
div.DivClassName
{
background-color: #49F80D;
}
.BgClassName
{
background-color: #49F80D;
}
</style>
border-color css
<style>
span { border-color: #49F80D; }
span { border-color: rgb(73,248,13); }
td.TdClassName
{
border-color: #49F80D;
}
.TagClassName
{
border-color: #49F80D;
}
</style>