Shades of Limeade #499107
Tints of Limeade #499107
RGB
CMYK
RGB Variations
Color information
#499107 (or 0x499107) is known color: Limeade. HEX triplet: 49, 91 and 07. RGB value is (73,145,7). Sum of RGB (Red+Green+Blue) = 73+145+7=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #499107 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499107 is #B66EF8. Grayscale: #6C6C6C. Windows color (decimal): -11955961 or 495945. OLE color: 495945.
HSL color Cylindrical-coordinate representation of color #499107: hue angle of 91.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #499107 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 7 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.43 |
| HSL | 91.3º | 0.91% | 0.3% | - |
| HSV(B) | 91.3º | 0.95% | 0.57% | - |
| XYZ | 12.91 | 21.68 | 3.71 | - |
| YUV | 107.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 7 | 0.50 | 0 | 0.95 | 0.43 | 91.3 | 0.91 | 0.3 |
| Hex | 49 | 91 | 7 | 32 | 0 | 5F | 2B | 5B | 5B | 1E |
| Octal | 111 | 221 | 7 | 62 | 0 | 137 | 53 | 133 | 133 | 36 |
| Binary | 1001001 | 10010001 | 111 | 110010 | 0 | 1011111 | 101011 | 1011011 | 1011011 | 11110 |
Color Harmonies of #499107
Complementary color
Monochromatic Colors of #499107
Black with #499107
Text Example
Text Example
White with #499107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499107; }
p { color: rgb(73,145,7); }
H1.HeaderClassName
{
color: #499107;
}
.AnyTagClassName
{
color: #499107;
}
</style>
background-color css
<style>
a { background-color: #499107; }
a { background-color: rgb(73,145,7); }
div.DivClassName
{
background-color: #499107;
}
.BgClassName
{
background-color: #499107;
}
</style>
border-color css
<style>
span { border-color: #499107; }
span { border-color: rgb(73,145,7); }
td.TdClassName
{
border-color: #499107;
}
.TagClassName
{
border-color: #499107;
}
</style>