Shades of Harlequin #49FD0C
Tints of Harlequin #49FD0C
RGB
CMYK
RGB Variations
Color information
#49FD0C (or 0x49FD0C) is known color: Harlequin. HEX triplet: 49, FD and 0C. RGB value is (73,253,12). Sum of RGB (Red+Green+Blue) = 73+253+12=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 253 (99.22% from 255 or 74.85% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FD0C is #B602F3. Grayscale: #ACACAC. Windows color (decimal): -11928308 or 851273. OLE color: 851273.
HSL color Cylindrical-coordinate representation of color #49FD0C: hue angle of 104.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49FD0C is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 12 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.01 |
| HSL | 104.81º | 0.98% | 0.52% | - |
| HSV(B) | 104.81º | 0.95% | 0.99% | - |
| XYZ | 37.94 | 71.69 | 12.19 | - |
| YUV | 171.71 | 37.87 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 12 | 0.71 | 0 | 0.95 | 0.01 | 104.81 | 0.98 | 0.52 |
| Hex | 49 | FD | C | 47 | 0 | 5F | 1 | 69 | 62 | 34 |
| Octal | 111 | 375 | 14 | 107 | 0 | 137 | 1 | 151 | 142 | 64 |
| Binary | 1001001 | 11111101 | 1100 | 1000111 | 0 | 1011111 | 1 | 1101001 | 1100010 | 110100 |
Color Harmonies of #49FD0C
Complementary color
Monochromatic Colors of #49FD0C
Black with #49FD0C
Text Example
Text Example
White with #49FD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FD0C; }
p { color: rgb(73,253,12); }
H1.HeaderClassName
{
color: #49FD0C;
}
.AnyTagClassName
{
color: #49FD0C;
}
</style>
background-color css
<style>
a { background-color: #49FD0C; }
a { background-color: rgb(73,253,12); }
div.DivClassName
{
background-color: #49FD0C;
}
.BgClassName
{
background-color: #49FD0C;
}
</style>
border-color css
<style>
span { border-color: #49FD0C; }
span { border-color: rgb(73,253,12); }
td.TdClassName
{
border-color: #49FD0C;
}
.TagClassName
{
border-color: #49FD0C;
}
</style>