Shades of Harlequin #49FC0C
Tints of Harlequin #49FC0C
RGB
CMYK
RGB Variations
Color information
#49FC0C (or 0x49FC0C) is known color: Harlequin. HEX triplet: 49, FC and 0C. RGB value is (73,252,12). Sum of RGB (Red+Green+Blue) = 73+252+12=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FC0C is #B603F3. Grayscale: #ABABAB. Windows color (decimal): -11928564 or 851017. OLE color: 851017.
HSL color Cylindrical-coordinate representation of color #49FC0C: hue angle of 104.75º 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 #49FC0C is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 12 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.01 |
| HSL | 104.75º | 0.98% | 0.52% | - |
| HSV(B) | 104.75º | 0.95% | 0.99% | - |
| XYZ | 37.62 | 71.06 | 12.08 | - |
| YUV | 171.12 | 38.2 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 12 | 0.71 | 0 | 0.95 | 0.01 | 104.75 | 0.98 | 0.52 |
| Hex | 49 | FC | C | 47 | 0 | 5F | 1 | 69 | 62 | 34 |
| Octal | 111 | 374 | 14 | 107 | 0 | 137 | 1 | 151 | 142 | 64 |
| Binary | 1001001 | 11111100 | 1100 | 1000111 | 0 | 1011111 | 1 | 1101001 | 1100010 | 110100 |
Color Harmonies of #49FC0C
Complementary color
Monochromatic Colors of #49FC0C
Black with #49FC0C
Text Example
Text Example
White with #49FC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FC0C; }
p { color: rgb(73,252,12); }
H1.HeaderClassName
{
color: #49FC0C;
}
.AnyTagClassName
{
color: #49FC0C;
}
</style>
background-color css
<style>
a { background-color: #49FC0C; }
a { background-color: rgb(73,252,12); }
div.DivClassName
{
background-color: #49FC0C;
}
.BgClassName
{
background-color: #49FC0C;
}
</style>
border-color css
<style>
span { border-color: #49FC0C; }
span { border-color: rgb(73,252,12); }
td.TdClassName
{
border-color: #49FC0C;
}
.TagClassName
{
border-color: #49FC0C;
}
</style>