Shades of Limeade #499006
Tints of Limeade #499006
RGB
CMYK
RGB Variations
Color information
#499006 (or 0x499006) is known color: Limeade. HEX triplet: 49, 90 and 06. RGB value is (73,144,6). Sum of RGB (Red+Green+Blue) = 73+144+6=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #499006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499006 is #B66FF9. Grayscale: #6B6B6B. Windows color (decimal): -11956218 or 430153. OLE color: 430153.
HSL color Cylindrical-coordinate representation of color #499006: hue angle of 90.87º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #499006 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 6 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.44 |
| HSL | 90.87º | 0.92% | 0.29% | - |
| HSV(B) | 90.87º | 0.96% | 0.56% | - |
| XYZ | 12.75 | 21.38 | 3.63 | - |
| YUV | 107.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 6 | 0.49 | 0 | 0.96 | 0.44 | 90.87 | 0.92 | 0.29 |
| Hex | 49 | 90 | 6 | 31 | 0 | 60 | 2C | 5B | 5C | 1D |
| Octal | 111 | 220 | 6 | 61 | 0 | 140 | 54 | 133 | 134 | 35 |
| Binary | 1001001 | 10010000 | 110 | 110001 | 0 | 1100000 | 101100 | 1011011 | 1011100 | 11101 |
Color Harmonies of #499006
Complementary color
Monochromatic Colors of #499006
Black with #499006
Text Example
Text Example
White with #499006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499006; }
p { color: rgb(73,144,6); }
H1.HeaderClassName
{
color: #499006;
}
.AnyTagClassName
{
color: #499006;
}
</style>
background-color css
<style>
a { background-color: #499006; }
a { background-color: rgb(73,144,6); }
div.DivClassName
{
background-color: #499006;
}
.BgClassName
{
background-color: #499006;
}
</style>
border-color css
<style>
span { border-color: #499006; }
span { border-color: rgb(73,144,6); }
td.TdClassName
{
border-color: #499006;
}
.TagClassName
{
border-color: #499006;
}
</style>