Shades of Limeade #499609
Tints of Limeade #499609
RGB
CMYK
RGB Variations
Color information
#499609 (or 0x499609) is known color: Limeade. HEX triplet: 49, 96 and 09. RGB value is (73,150,9). Sum of RGB (Red+Green+Blue) = 73+150+9=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #499609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499609 is #B669F6. Grayscale: #6F6F6F. Windows color (decimal): -11954679 or 628297. OLE color: 628297.
HSL color Cylindrical-coordinate representation of color #499609: hue angle of 92.77º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #499609 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 9 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.41 |
| HSL | 92.77º | 0.89% | 0.31% | - |
| HSV(B) | 92.77º | 0.94% | 0.59% | - |
| XYZ | 13.7 | 23.25 | 4.02 | - |
| YUV | 110.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 9 | 0.51 | 0 | 0.94 | 0.41 | 92.77 | 0.89 | 0.31 |
| Hex | 49 | 96 | 9 | 33 | 0 | 5E | 29 | 5D | 59 | 1F |
| Octal | 111 | 226 | 11 | 63 | 0 | 136 | 51 | 135 | 131 | 37 |
| Binary | 1001001 | 10010110 | 1001 | 110011 | 0 | 1011110 | 101001 | 1011101 | 1011001 | 11111 |
Color Harmonies of #499609
Complementary color
Monochromatic Colors of #499609
Black with #499609
Text Example
Text Example
White with #499609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499609; }
p { color: rgb(73,150,9); }
H1.HeaderClassName
{
color: #499609;
}
.AnyTagClassName
{
color: #499609;
}
</style>
background-color css
<style>
a { background-color: #499609; }
a { background-color: rgb(73,150,9); }
div.DivClassName
{
background-color: #499609;
}
.BgClassName
{
background-color: #499609;
}
</style>
border-color css
<style>
span { border-color: #499609; }
span { border-color: rgb(73,150,9); }
td.TdClassName
{
border-color: #499609;
}
.TagClassName
{
border-color: #499609;
}
</style>