Shades of Limeade #499706
Tints of Limeade #499706
RGB
CMYK
RGB Variations
Color information
#499706 (or 0x499706) is known color: Limeade. HEX triplet: 49, 97 and 06. RGB value is (73,151,6). Sum of RGB (Red+Green+Blue) = 73+151+6=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #499706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499706 is #B668F9. Grayscale: #6F6F6F. Windows color (decimal): -11954426 or 431945. OLE color: 431945.
HSL color Cylindrical-coordinate representation of color #499706: hue angle of 92.28º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #499706 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 6 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.41 |
| HSL | 92.28º | 0.92% | 0.31% | - |
| HSV(B) | 92.28º | 0.96% | 0.59% | - |
| XYZ | 13.85 | 23.56 | 3.99 | - |
| YUV | 111.15 | 68.66 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 6 | 0.52 | 0 | 0.96 | 0.41 | 92.28 | 0.92 | 0.31 |
| Hex | 49 | 97 | 6 | 34 | 0 | 60 | 29 | 5C | 5C | 1F |
| Octal | 111 | 227 | 6 | 64 | 0 | 140 | 51 | 134 | 134 | 37 |
| Binary | 1001001 | 10010111 | 110 | 110100 | 0 | 1100000 | 101001 | 1011100 | 1011100 | 11111 |
Color Harmonies of #499706
Complementary color
Monochromatic Colors of #499706
Black with #499706
Text Example
Text Example
White with #499706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499706; }
p { color: rgb(73,151,6); }
H1.HeaderClassName
{
color: #499706;
}
.AnyTagClassName
{
color: #499706;
}
</style>
background-color css
<style>
a { background-color: #499706; }
a { background-color: rgb(73,151,6); }
div.DivClassName
{
background-color: #499706;
}
.BgClassName
{
background-color: #499706;
}
</style>
border-color css
<style>
span { border-color: #499706; }
span { border-color: rgb(73,151,6); }
td.TdClassName
{
border-color: #499706;
}
.TagClassName
{
border-color: #499706;
}
</style>