Shades of Limeade #49990F
Tints of Limeade #49990F
RGB
CMYK
RGB Variations
Color information
#49990F (or 0x49990F) is known color: Limeade. HEX triplet: 49, 99 and 0F. RGB value is (73,153,15). Sum of RGB (Red+Green+Blue) = 73+153+15=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #49990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49990F is #B666F0. Grayscale: #717171. Windows color (decimal): -11953905 or 1022281. OLE color: 1022281.
HSL color Cylindrical-coordinate representation of color #49990F: hue angle of 94.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49990F is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 15 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.4 |
| HSL | 94.78º | 0.82% | 0.33% | - |
| HSV(B) | 94.78º | 0.9% | 0.6% | - |
| XYZ | 14.23 | 24.23 | 4.38 | - |
| YUV | 113.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 15 | 0.52 | 0 | 0.90 | 0.4 | 94.78 | 0.82 | 0.33 |
| Hex | 49 | 99 | F | 34 | 0 | 5A | 28 | 5F | 52 | 21 |
| Octal | 111 | 231 | 17 | 64 | 0 | 132 | 50 | 137 | 122 | 41 |
| Binary | 1001001 | 10011001 | 1111 | 110100 | 0 | 1011010 | 101000 | 1011111 | 1010010 | 100001 |
Color Harmonies of #49990F
Complementary color
Monochromatic Colors of #49990F
Black with #49990F
Text Example
Text Example
White with #49990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49990F; }
p { color: rgb(73,153,15); }
H1.HeaderClassName
{
color: #49990F;
}
.AnyTagClassName
{
color: #49990F;
}
</style>
background-color css
<style>
a { background-color: #49990F; }
a { background-color: rgb(73,153,15); }
div.DivClassName
{
background-color: #49990F;
}
.BgClassName
{
background-color: #49990F;
}
</style>
border-color css
<style>
span { border-color: #49990F; }
span { border-color: rgb(73,153,15); }
td.TdClassName
{
border-color: #49990F;
}
.TagClassName
{
border-color: #49990F;
}
</style>