Shades of Limeade #4D9509
Tints of Limeade #4D9509
RGB
CMYK
RGB Variations
Color information
#4D9509 (or 0x4D9509) is known color: Limeade. HEX triplet: 4D, 95 and 09. RGB value is (77,149,9). Sum of RGB (Red+Green+Blue) = 77+149+9=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9509 is #B26AF6. Grayscale: #6F6F6F. Windows color (decimal): -11692791 or 628045. OLE color: 628045.
HSL color Cylindrical-coordinate representation of color #4D9509: hue angle of 90.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D9509 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 9 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.42 |
| HSL | 90.86º | 0.89% | 0.31% | - |
| HSV(B) | 90.86º | 0.94% | 0.58% | - |
| XYZ | 13.86 | 23.09 | 3.99 | - |
| YUV | 111.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 9 | 0.48 | 0 | 0.94 | 0.42 | 90.86 | 0.89 | 0.31 |
| Hex | 4D | 95 | 9 | 30 | 0 | 5E | 2A | 5B | 59 | 1F |
| Octal | 115 | 225 | 11 | 60 | 0 | 136 | 52 | 133 | 131 | 37 |
| Binary | 1001101 | 10010101 | 1001 | 110000 | 0 | 1011110 | 101010 | 1011011 | 1011001 | 11111 |
Color Harmonies of #4D9509
Complementary color
Monochromatic Colors of #4D9509
Black with #4D9509
Text Example
Text Example
White with #4D9509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9509; }
p { color: rgb(77,149,9); }
H1.HeaderClassName
{
color: #4D9509;
}
.AnyTagClassName
{
color: #4D9509;
}
</style>
background-color css
<style>
a { background-color: #4D9509; }
a { background-color: rgb(77,149,9); }
div.DivClassName
{
background-color: #4D9509;
}
.BgClassName
{
background-color: #4D9509;
}
</style>
border-color css
<style>
span { border-color: #4D9509; }
span { border-color: rgb(77,149,9); }
td.TdClassName
{
border-color: #4D9509;
}
.TagClassName
{
border-color: #4D9509;
}
</style>