Shades of Limeade #49990C
Tints of Limeade #49990C
RGB
CMYK
RGB Variations
Color information
#49990C (or 0x49990C) is known color: Limeade. HEX triplet: 49, 99 and 0C. RGB value is (73,153,12). Sum of RGB (Red+Green+Blue) = 73+153+12=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #49990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49990C is #B666F3. Grayscale: #717171. Windows color (decimal): -11953908 or 825673. OLE color: 825673.
HSL color Cylindrical-coordinate representation of color #49990C: hue angle of 94.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49990C is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 12 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.4 |
| HSL | 94.04º | 0.85% | 0.32% | - |
| HSV(B) | 94.04º | 0.92% | 0.6% | - |
| XYZ | 14.21 | 24.23 | 4.28 | - |
| YUV | 113.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 12 | 0.52 | 0 | 0.92 | 0.4 | 94.04 | 0.85 | 0.32 |
| Hex | 49 | 99 | C | 34 | 0 | 5C | 28 | 5E | 55 | 20 |
| Octal | 111 | 231 | 14 | 64 | 0 | 134 | 50 | 136 | 125 | 40 |
| Binary | 1001001 | 10011001 | 1100 | 110100 | 0 | 1011100 | 101000 | 1011110 | 1010101 | 100000 |
Color Harmonies of #49990C
Complementary color
Monochromatic Colors of #49990C
Black with #49990C
Text Example
Text Example
White with #49990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49990C; }
p { color: rgb(73,153,12); }
H1.HeaderClassName
{
color: #49990C;
}
.AnyTagClassName
{
color: #49990C;
}
</style>
background-color css
<style>
a { background-color: #49990C; }
a { background-color: rgb(73,153,12); }
div.DivClassName
{
background-color: #49990C;
}
.BgClassName
{
background-color: #49990C;
}
</style>
border-color css
<style>
span { border-color: #49990C; }
span { border-color: rgb(73,153,12); }
td.TdClassName
{
border-color: #49990C;
}
.TagClassName
{
border-color: #49990C;
}
</style>