Shades of Limeade #499407
Tints of Limeade #499407
RGB
CMYK
RGB Variations
Color information
#499407 (or 0x499407) is known color: Limeade. HEX triplet: 49, 94 and 07. RGB value is (73,148,7). Sum of RGB (Red+Green+Blue) = 73+148+7=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #499407 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499407 is #B66BF8. Grayscale: #6D6D6D. Windows color (decimal): -11955193 or 496713. OLE color: 496713.
HSL color Cylindrical-coordinate representation of color #499407: hue angle of 91.91º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #499407 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 7 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.42 |
| HSL | 91.91º | 0.91% | 0.3% | - |
| HSV(B) | 91.91º | 0.95% | 0.58% | - |
| XYZ | 13.38 | 22.61 | 3.86 | - |
| YUV | 109.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 7 | 0.51 | 0 | 0.95 | 0.42 | 91.91 | 0.91 | 0.3 |
| Hex | 49 | 94 | 7 | 33 | 0 | 5F | 2A | 5C | 5B | 1E |
| Octal | 111 | 224 | 7 | 63 | 0 | 137 | 52 | 134 | 133 | 36 |
| Binary | 1001001 | 10010100 | 111 | 110011 | 0 | 1011111 | 101010 | 1011100 | 1011011 | 11110 |
Color Harmonies of #499407
Complementary color
Monochromatic Colors of #499407
Black with #499407
Text Example
Text Example
White with #499407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499407; }
p { color: rgb(73,148,7); }
H1.HeaderClassName
{
color: #499407;
}
.AnyTagClassName
{
color: #499407;
}
</style>
background-color css
<style>
a { background-color: #499407; }
a { background-color: rgb(73,148,7); }
div.DivClassName
{
background-color: #499407;
}
.BgClassName
{
background-color: #499407;
}
</style>
border-color css
<style>
span { border-color: #499407; }
span { border-color: rgb(73,148,7); }
td.TdClassName
{
border-color: #499407;
}
.TagClassName
{
border-color: #499407;
}
</style>