Shades of Limeade #499005
Tints of Limeade #499005
RGB
CMYK
RGB Variations
Color information
#499005 (or 0x499005) is known color: Limeade. HEX triplet: 49, 90 and 05. RGB value is (73,144,5). Sum of RGB (Red+Green+Blue) = 73+144+5=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #499005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499005 is #B66FFA. Grayscale: #6B6B6B. Windows color (decimal): -11956219 or 364617. OLE color: 364617.
HSL color Cylindrical-coordinate representation of color #499005: hue angle of 90.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #499005 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 5 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.44 |
| HSL | 90.65º | 0.93% | 0.29% | - |
| HSV(B) | 90.65º | 0.97% | 0.56% | - |
| XYZ | 12.75 | 21.37 | 3.6 | - |
| YUV | 106.93 | 70.48 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 5 | 0.49 | 0 | 0.97 | 0.44 | 90.65 | 0.93 | 0.29 |
| Hex | 49 | 90 | 5 | 31 | 0 | 61 | 2C | 5B | 5D | 1D |
| Octal | 111 | 220 | 5 | 61 | 0 | 141 | 54 | 133 | 135 | 35 |
| Binary | 1001001 | 10010000 | 101 | 110001 | 0 | 1100001 | 101100 | 1011011 | 1011101 | 11101 |
Color Harmonies of #499005
Complementary color
Monochromatic Colors of #499005
Black with #499005
Text Example
Text Example
White with #499005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499005; }
p { color: rgb(73,144,5); }
H1.HeaderClassName
{
color: #499005;
}
.AnyTagClassName
{
color: #499005;
}
</style>
background-color css
<style>
a { background-color: #499005; }
a { background-color: rgb(73,144,5); }
div.DivClassName
{
background-color: #499005;
}
.BgClassName
{
background-color: #499005;
}
</style>
border-color css
<style>
span { border-color: #499005; }
span { border-color: rgb(73,144,5); }
td.TdClassName
{
border-color: #499005;
}
.TagClassName
{
border-color: #499005;
}
</style>