Shades of Limeade #4D9511
Tints of Limeade #4D9511
RGB
CMYK
RGB Variations
Color information
#4D9511 (or 0x4D9511) is known color: Limeade. HEX triplet: 4D, 95 and 11. RGB value is (77,149,17). Sum of RGB (Red+Green+Blue) = 77+149+17=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9511 is #B26AEE. Grayscale: #707070. Windows color (decimal): -11692783 or 1152333. OLE color: 1152333.
HSL color Cylindrical-coordinate representation of color #4D9511: hue angle of 92.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D9511 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 17 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.42 |
| HSL | 92.73º | 0.8% | 0.33% | - |
| HSV(B) | 92.73º | 0.89% | 0.58% | - |
| XYZ | 13.91 | 23.11 | 4.26 | - |
| YUV | 112.42 | 74.15 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 17 | 0.48 | 0 | 0.89 | 0.42 | 92.73 | 0.8 | 0.33 |
| Hex | 4D | 95 | 11 | 30 | 0 | 59 | 2A | 5D | 50 | 21 |
| Octal | 115 | 225 | 21 | 60 | 0 | 131 | 52 | 135 | 120 | 41 |
| Binary | 1001101 | 10010101 | 10001 | 110000 | 0 | 1011001 | 101010 | 1011101 | 1010000 | 100001 |
Color Harmonies of #4D9511
Complementary color
Monochromatic Colors of #4D9511
Black with #4D9511
Text Example
Text Example
White with #4D9511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9511; }
p { color: rgb(77,149,17); }
H1.HeaderClassName
{
color: #4D9511;
}
.AnyTagClassName
{
color: #4D9511;
}
</style>
background-color css
<style>
a { background-color: #4D9511; }
a { background-color: rgb(77,149,17); }
div.DivClassName
{
background-color: #4D9511;
}
.BgClassName
{
background-color: #4D9511;
}
</style>
border-color css
<style>
span { border-color: #4D9511; }
span { border-color: rgb(77,149,17); }
td.TdClassName
{
border-color: #4D9511;
}
.TagClassName
{
border-color: #4D9511;
}
</style>