Shades of Harlequin #49E315
Tints of Harlequin #49E315
RGB
CMYK
RGB Variations
Color information
#49E315 (or 0x49E315) is known color: Harlequin. HEX triplet: 49, E3 and 15. RGB value is (73,227,21). Sum of RGB (Red+Green+Blue) = 73+227+21=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 227 (89.06% from 255 or 70.72% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 227 - color contains mainly: green. Hex color #49E315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E315 is #B61CEA. Grayscale: #9E9E9E. Windows color (decimal): -11934955 or 1434441. OLE color: 1434441.
HSL color Cylindrical-coordinate representation of color #49E315: hue angle of 104.85º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49E315 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 21 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.11 |
| HSL | 104.85º | 0.83% | 0.49% | - |
| HSV(B) | 104.85º | 0.91% | 0.89% | - |
| XYZ | 30.35 | 56.41 | 10 | - |
| YUV | 157.47 | 50.98 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 21 | 0.68 | 0 | 0.91 | 0.11 | 104.85 | 0.83 | 0.49 |
| Hex | 49 | E3 | 15 | 44 | 0 | 5B | B | 69 | 53 | 31 |
| Octal | 111 | 343 | 25 | 104 | 0 | 133 | 13 | 151 | 123 | 61 |
| Binary | 1001001 | 11100011 | 10101 | 1000100 | 0 | 1011011 | 1011 | 1101001 | 1010011 | 110001 |
Color Harmonies of #49E315
Complementary color
Monochromatic Colors of #49E315
Black with #49E315
Text Example
Text Example
White with #49E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E315; }
p { color: rgb(73,227,21); }
H1.HeaderClassName
{
color: #49E315;
}
.AnyTagClassName
{
color: #49E315;
}
</style>
background-color css
<style>
a { background-color: #49E315; }
a { background-color: rgb(73,227,21); }
div.DivClassName
{
background-color: #49E315;
}
.BgClassName
{
background-color: #49E315;
}
</style>
border-color css
<style>
span { border-color: #49E315; }
span { border-color: rgb(73,227,21); }
td.TdClassName
{
border-color: #49E315;
}
.TagClassName
{
border-color: #49E315;
}
</style>