Shades of Harlequin #49F314
Tints of Harlequin #49F314
RGB
CMYK
RGB Variations
Color information
#49F314 (or 0x49F314) is known color: Harlequin. HEX triplet: 49, F3 and 14. RGB value is (73,243,20). Sum of RGB (Red+Green+Blue) = 73+243+20=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #49F314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F314 is #B60CEB. Grayscale: #A7A7A7. Windows color (decimal): -11930860 or 1373001. OLE color: 1373001.
HSL color Cylindrical-coordinate representation of color #49F314: hue angle of 105.74º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49F314 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 20 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.05 |
| HSL | 105.74º | 0.9% | 0.52% | - |
| HSV(B) | 105.74º | 0.92% | 0.95% | - |
| XYZ | 34.92 | 65.57 | 11.48 | - |
| YUV | 166.75 | 45.18 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 20 | 0.70 | 0 | 0.92 | 0.05 | 105.74 | 0.9 | 0.52 |
| Hex | 49 | F3 | 14 | 46 | 0 | 5C | 5 | 6A | 5A | 34 |
| Octal | 111 | 363 | 24 | 106 | 0 | 134 | 5 | 152 | 132 | 64 |
| Binary | 1001001 | 11110011 | 10100 | 1000110 | 0 | 1011100 | 101 | 1101010 | 1011010 | 110100 |
Color Harmonies of #49F314
Complementary color
Monochromatic Colors of #49F314
Black with #49F314
Text Example
Text Example
White with #49F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F314; }
p { color: rgb(73,243,20); }
H1.HeaderClassName
{
color: #49F314;
}
.AnyTagClassName
{
color: #49F314;
}
</style>
background-color css
<style>
a { background-color: #49F314; }
a { background-color: rgb(73,243,20); }
div.DivClassName
{
background-color: #49F314;
}
.BgClassName
{
background-color: #49F314;
}
</style>
border-color css
<style>
span { border-color: #49F314; }
span { border-color: rgb(73,243,20); }
td.TdClassName
{
border-color: #49F314;
}
.TagClassName
{
border-color: #49F314;
}
</style>