Shades of Limeade #4D9209
Tints of Limeade #4D9209
RGB
CMYK
RGB Variations
Color information
#4D9209 (or 0x4D9209) is known color: Limeade. HEX triplet: 4D, 92 and 09. RGB value is (77,146,9). Sum of RGB (Red+Green+Blue) = 77+146+9=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9209 is #B26DF6. Grayscale: #6E6E6E. Windows color (decimal): -11693559 or 627277. OLE color: 627277.
HSL color Cylindrical-coordinate representation of color #4D9209: hue angle of 90.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D9209 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 9 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.43 |
| HSL | 90.22º | 0.88% | 0.3% | - |
| HSV(B) | 90.22º | 0.94% | 0.57% | - |
| XYZ | 13.39 | 22.16 | 3.83 | - |
| YUV | 109.75 | 71.14 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 9 | 0.47 | 0 | 0.94 | 0.43 | 90.22 | 0.88 | 0.3 |
| Hex | 4D | 92 | 9 | 2F | 0 | 5E | 2B | 5A | 58 | 1E |
| Octal | 115 | 222 | 11 | 57 | 0 | 136 | 53 | 132 | 130 | 36 |
| Binary | 1001101 | 10010010 | 1001 | 101111 | 0 | 1011110 | 101011 | 1011010 | 1011000 | 11110 |
Color Harmonies of #4D9209
Complementary color
Monochromatic Colors of #4D9209
Black with #4D9209
Text Example
Text Example
White with #4D9209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9209; }
p { color: rgb(77,146,9); }
H1.HeaderClassName
{
color: #4D9209;
}
.AnyTagClassName
{
color: #4D9209;
}
</style>
background-color css
<style>
a { background-color: #4D9209; }
a { background-color: rgb(77,146,9); }
div.DivClassName
{
background-color: #4D9209;
}
.BgClassName
{
background-color: #4D9209;
}
</style>
border-color css
<style>
span { border-color: #4D9209; }
span { border-color: rgb(77,146,9); }
td.TdClassName
{
border-color: #4D9209;
}
.TagClassName
{
border-color: #4D9209;
}
</style>