Shades of Limeade #499501
Tints of Limeade #499501
RGB
CMYK
RGB Variations
Color information
#499501 (or 0x499501) is known color: Limeade. HEX triplet: 49, 95 and 01. RGB value is (73,149,1). Sum of RGB (Red+Green+Blue) = 73+149+1=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #499501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499501 is #B66AFE. Grayscale: #6D6D6D. Windows color (decimal): -11954943 or 103753. OLE color: 103753.
HSL color Cylindrical-coordinate representation of color #499501: hue angle of 90.81º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #499501 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.42 |
| HSL | 90.81º | 0.99% | 0.29% | - |
| HSV(B) | 90.81º | 0.99% | 0.58% | - |
| XYZ | 13.5 | 22.91 | 3.74 | - |
| YUV | 109.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 1 | 0.51 | 0 | 0.99 | 0.42 | 90.81 | 0.99 | 0.29 |
| Hex | 49 | 95 | 1 | 33 | 0 | 63 | 2A | 5B | 63 | 1D |
| Octal | 111 | 225 | 1 | 63 | 0 | 143 | 52 | 133 | 143 | 35 |
| Binary | 1001001 | 10010101 | 1 | 110011 | 0 | 1100011 | 101010 | 1011011 | 1100011 | 11101 |
Color Harmonies of #499501
Complementary color
Monochromatic Colors of #499501
Black with #499501
Text Example
Text Example
White with #499501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499501; }
p { color: rgb(73,149,1); }
H1.HeaderClassName
{
color: #499501;
}
.AnyTagClassName
{
color: #499501;
}
</style>
background-color css
<style>
a { background-color: #499501; }
a { background-color: rgb(73,149,1); }
div.DivClassName
{
background-color: #499501;
}
.BgClassName
{
background-color: #499501;
}
</style>
border-color css
<style>
span { border-color: #499501; }
span { border-color: rgb(73,149,1); }
td.TdClassName
{
border-color: #499501;
}
.TagClassName
{
border-color: #499501;
}
</style>