Shades of Harlequin #49E415
Tints of Harlequin #49E415
RGB
CMYK
RGB Variations
Color information
#49E415 (or 0x49E415) is known color: Harlequin. HEX triplet: 49, E4 and 15. RGB value is (73,228,21). Sum of RGB (Red+Green+Blue) = 73+228+21=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 228 (89.45% from 255 or 70.81% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 228 - color contains mainly: green. Hex color #49E415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E415 is #B61BEA. Grayscale: #9E9E9E. Windows color (decimal): -11934699 or 1434697. OLE color: 1434697.
HSL color Cylindrical-coordinate representation of color #49E415: hue angle of 104.93º 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 #49E415 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 228 | 21 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.11 |
| HSL | 104.93º | 0.83% | 0.49% | - |
| HSV(B) | 104.93º | 0.91% | 0.89% | - |
| XYZ | 30.63 | 56.96 | 10.09 | - |
| YUV | 158.06 | 50.65 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 228 | 21 | 0.68 | 0 | 0.91 | 0.11 | 104.93 | 0.83 | 0.49 |
| Hex | 49 | E4 | 15 | 44 | 0 | 5B | B | 69 | 53 | 31 |
| Octal | 111 | 344 | 25 | 104 | 0 | 133 | 13 | 151 | 123 | 61 |
| Binary | 1001001 | 11100100 | 10101 | 1000100 | 0 | 1011011 | 1011 | 1101001 | 1010011 | 110001 |
Color Harmonies of #49E415
Complementary color
Monochromatic Colors of #49E415
Black with #49E415
Text Example
Text Example
White with #49E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E415; }
p { color: rgb(73,228,21); }
H1.HeaderClassName
{
color: #49E415;
}
.AnyTagClassName
{
color: #49E415;
}
</style>
background-color css
<style>
a { background-color: #49E415; }
a { background-color: rgb(73,228,21); }
div.DivClassName
{
background-color: #49E415;
}
.BgClassName
{
background-color: #49E415;
}
</style>
border-color css
<style>
span { border-color: #49E415; }
span { border-color: rgb(73,228,21); }
td.TdClassName
{
border-color: #49E415;
}
.TagClassName
{
border-color: #49E415;
}
</style>