Shades of Limeade #4D9510
Tints of Limeade #4D9510
RGB
CMYK
RGB Variations
Color information
#4D9510 (or 0x4D9510) is known color: Limeade. HEX triplet: 4D, 95 and 10. RGB value is (77,149,16). Sum of RGB (Red+Green+Blue) = 77+149+16=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9510 is #B26AEF. Grayscale: #707070. Windows color (decimal): -11692784 or 1086797. OLE color: 1086797.
HSL color Cylindrical-coordinate representation of color #4D9510: hue angle of 92.48º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D9510 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 16 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.42 |
| HSL | 92.48º | 0.81% | 0.32% | - |
| HSV(B) | 92.48º | 0.89% | 0.58% | - |
| XYZ | 13.9 | 23.11 | 4.22 | - |
| YUV | 112.31 | 73.65 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 16 | 0.48 | 0 | 0.89 | 0.42 | 92.48 | 0.81 | 0.32 |
| Hex | 4D | 95 | 10 | 30 | 0 | 59 | 2A | 5C | 51 | 20 |
| Octal | 115 | 225 | 20 | 60 | 0 | 131 | 52 | 134 | 121 | 40 |
| Binary | 1001101 | 10010101 | 10000 | 110000 | 0 | 1011001 | 101010 | 1011100 | 1010001 | 100000 |
Color Harmonies of #4D9510
Complementary color
Monochromatic Colors of #4D9510
Black with #4D9510
Text Example
Text Example
White with #4D9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9510; }
p { color: rgb(77,149,16); }
H1.HeaderClassName
{
color: #4D9510;
}
.AnyTagClassName
{
color: #4D9510;
}
</style>
background-color css
<style>
a { background-color: #4D9510; }
a { background-color: rgb(77,149,16); }
div.DivClassName
{
background-color: #4D9510;
}
.BgClassName
{
background-color: #4D9510;
}
</style>
border-color css
<style>
span { border-color: #4D9510; }
span { border-color: rgb(77,149,16); }
td.TdClassName
{
border-color: #4D9510;
}
.TagClassName
{
border-color: #4D9510;
}
</style>