Shades of Limeade #49990E
Tints of Limeade #49990E
RGB
CMYK
RGB Variations
Color information
#49990E (or 0x49990E) is known color: Limeade. HEX triplet: 49, 99 and 0E. RGB value is (73,153,14). Sum of RGB (Red+Green+Blue) = 73+153+14=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #49990E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49990E is #B666F1. Grayscale: #717171. Windows color (decimal): -11953906 or 956745. OLE color: 956745.
HSL color Cylindrical-coordinate representation of color #49990E: hue angle of 94.53º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49990E is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 14 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.4 |
| HSL | 94.53º | 0.83% | 0.33% | - |
| HSV(B) | 94.53º | 0.91% | 0.6% | - |
| XYZ | 14.22 | 24.23 | 4.34 | - |
| YUV | 113.23 | 72 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 14 | 0.52 | 0 | 0.91 | 0.4 | 94.53 | 0.83 | 0.33 |
| Hex | 49 | 99 | E | 34 | 0 | 5B | 28 | 5F | 53 | 21 |
| Octal | 111 | 231 | 16 | 64 | 0 | 133 | 50 | 137 | 123 | 41 |
| Binary | 1001001 | 10011001 | 1110 | 110100 | 0 | 1011011 | 101000 | 1011111 | 1010011 | 100001 |
Color Harmonies of #49990E
Complementary color
Monochromatic Colors of #49990E
Black with #49990E
Text Example
Text Example
White with #49990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49990E; }
p { color: rgb(73,153,14); }
H1.HeaderClassName
{
color: #49990E;
}
.AnyTagClassName
{
color: #49990E;
}
</style>
background-color css
<style>
a { background-color: #49990E; }
a { background-color: rgb(73,153,14); }
div.DivClassName
{
background-color: #49990E;
}
.BgClassName
{
background-color: #49990E;
}
</style>
border-color css
<style>
span { border-color: #49990E; }
span { border-color: rgb(73,153,14); }
td.TdClassName
{
border-color: #49990E;
}
.TagClassName
{
border-color: #49990E;
}
</style>