Shades of Limeade #4D9516
Tints of Limeade #4D9516
RGB
CMYK
RGB Variations
Color information
#4D9516 (or 0x4D9516) is known color: Limeade. HEX triplet: 4D, 95 and 16. RGB value is (77,149,22). Sum of RGB (Red+Green+Blue) = 77+149+22=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9516 is #B26AE9. Grayscale: #717171. Windows color (decimal): -11692778 or 1480013. OLE color: 1480013.
HSL color Cylindrical-coordinate representation of color #4D9516: hue angle of 94.02º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D9516 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 22 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.42 |
| HSL | 94.02º | 0.74% | 0.34% | - |
| HSV(B) | 94.02º | 0.85% | 0.58% | - |
| XYZ | 13.95 | 23.13 | 4.49 | - |
| YUV | 112.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 22 | 0.48 | 0 | 0.85 | 0.42 | 94.02 | 0.74 | 0.34 |
| Hex | 4D | 95 | 16 | 30 | 0 | 55 | 2A | 5E | 4A | 22 |
| Octal | 115 | 225 | 26 | 60 | 0 | 125 | 52 | 136 | 112 | 42 |
| Binary | 1001101 | 10010101 | 10110 | 110000 | 0 | 1010101 | 101010 | 1011110 | 1001010 | 100010 |
Color Harmonies of #4D9516
Complementary color
Monochromatic Colors of #4D9516
Black with #4D9516
Text Example
Text Example
White with #4D9516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9516; }
p { color: rgb(77,149,22); }
H1.HeaderClassName
{
color: #4D9516;
}
.AnyTagClassName
{
color: #4D9516;
}
</style>
background-color css
<style>
a { background-color: #4D9516; }
a { background-color: rgb(77,149,22); }
div.DivClassName
{
background-color: #4D9516;
}
.BgClassName
{
background-color: #4D9516;
}
</style>
border-color css
<style>
span { border-color: #4D9516; }
span { border-color: rgb(77,149,22); }
td.TdClassName
{
border-color: #4D9516;
}
.TagClassName
{
border-color: #4D9516;
}
</style>