Shades of Limeade #4D9809
Tints of Limeade #4D9809
RGB
CMYK
RGB Variations
Color information
#4D9809 (or 0x4D9809) is known color: Limeade. HEX triplet: 4D, 98 and 09. RGB value is (77,152,9). Sum of RGB (Red+Green+Blue) = 77+152+9=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9809 is #B267F6. Grayscale: #717171. Windows color (decimal): -11692023 or 628813. OLE color: 628813.
HSL color Cylindrical-coordinate representation of color #4D9809: hue angle of 91.47º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D9809 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 9 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.40 |
| HSL | 91.47º | 0.89% | 0.32% | - |
| HSV(B) | 91.47º | 0.94% | 0.6% | - |
| XYZ | 14.34 | 24.05 | 4.15 | - |
| YUV | 113.27 | 69.15 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 9 | 0.49 | 0 | 0.94 | 0.40 | 91.47 | 0.89 | 0.32 |
| Hex | 4D | 98 | 9 | 31 | 0 | 5E | 28 | 5B | 59 | 20 |
| Octal | 115 | 230 | 11 | 61 | 0 | 136 | 50 | 133 | 131 | 40 |
| Binary | 1001101 | 10011000 | 1001 | 110001 | 0 | 1011110 | 101000 | 1011011 | 1011001 | 100000 |
Color Harmonies of #4D9809
Complementary color
Monochromatic Colors of #4D9809
Black with #4D9809
Text Example
Text Example
White with #4D9809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9809; }
p { color: rgb(77,152,9); }
H1.HeaderClassName
{
color: #4D9809;
}
.AnyTagClassName
{
color: #4D9809;
}
</style>
background-color css
<style>
a { background-color: #4D9809; }
a { background-color: rgb(77,152,9); }
div.DivClassName
{
background-color: #4D9809;
}
.BgClassName
{
background-color: #4D9809;
}
</style>
border-color css
<style>
span { border-color: #4D9809; }
span { border-color: rgb(77,152,9); }
td.TdClassName
{
border-color: #4D9809;
}
.TagClassName
{
border-color: #4D9809;
}
</style>