Shades of Limeade #498E06
Tints of Limeade #498E06
RGB
CMYK
RGB Variations
Color information
#498E06 (or 0x498E06) is known color: Limeade. HEX triplet: 49, 8E and 06. RGB value is (73,142,6). Sum of RGB (Red+Green+Blue) = 73+142+6=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 142 (55.86% from 255 or 64.25% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 142 - color contains mainly: green. Hex color #498E06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498E06 is #B671F9. Grayscale: #6A6A6A. Windows color (decimal): -11956730 or 429641. OLE color: 429641.
HSL color Cylindrical-coordinate representation of color #498E06: hue angle of 90.44º 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 #498E06 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 6 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.44 |
| HSL | 90.44º | 0.92% | 0.29% | - |
| HSV(B) | 90.44º | 0.96% | 0.56% | - |
| XYZ | 12.45 | 20.78 | 3.53 | - |
| YUV | 105.87 | 71.64 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 6 | 0.49 | 0 | 0.96 | 0.44 | 90.44 | 0.92 | 0.29 |
| Hex | 49 | 8E | 6 | 31 | 0 | 60 | 2C | 5A | 5C | 1D |
| Octal | 111 | 216 | 6 | 61 | 0 | 140 | 54 | 132 | 134 | 35 |
| Binary | 1001001 | 10001110 | 110 | 110001 | 0 | 1100000 | 101100 | 1011010 | 1011100 | 11101 |
Color Harmonies of #498E06
Complementary color
Monochromatic Colors of #498E06
Black with #498E06
Text Example
Text Example
White with #498E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E06; }
p { color: rgb(73,142,6); }
H1.HeaderClassName
{
color: #498E06;
}
.AnyTagClassName
{
color: #498E06;
}
</style>
background-color css
<style>
a { background-color: #498E06; }
a { background-color: rgb(73,142,6); }
div.DivClassName
{
background-color: #498E06;
}
.BgClassName
{
background-color: #498E06;
}
</style>
border-color css
<style>
span { border-color: #498E06; }
span { border-color: rgb(73,142,6); }
td.TdClassName
{
border-color: #498E06;
}
.TagClassName
{
border-color: #498E06;
}
</style>