Shades of Limeade #4D9B09
Tints of Limeade #4D9B09
RGB
CMYK
RGB Variations
Color information
#4D9B09 (or 0x4D9B09) is known color: Limeade. HEX triplet: 4D, 9B and 09. RGB value is (77,155,9). Sum of RGB (Red+Green+Blue) = 77+155+9=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 155 (60.94% from 255 or 64.32% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9B09 is #B264F6. Grayscale: #737373. Windows color (decimal): -11691255 or 629581. OLE color: 629581.
HSL color Cylindrical-coordinate representation of color #4D9B09: hue angle of 92.05º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D9B09 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 9 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.39 |
| HSL | 92.05º | 0.89% | 0.32% | - |
| HSV(B) | 92.05º | 0.94% | 0.61% | - |
| XYZ | 14.83 | 25.04 | 4.31 | - |
| YUV | 115.03 | 68.16 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 9 | 0.50 | 0 | 0.94 | 0.39 | 92.05 | 0.89 | 0.32 |
| Hex | 4D | 9B | 9 | 32 | 0 | 5E | 27 | 5C | 59 | 20 |
| Octal | 115 | 233 | 11 | 62 | 0 | 136 | 47 | 134 | 131 | 40 |
| Binary | 1001101 | 10011011 | 1001 | 110010 | 0 | 1011110 | 100111 | 1011100 | 1011001 | 100000 |
Color Harmonies of #4D9B09
Complementary color
Monochromatic Colors of #4D9B09
Black with #4D9B09
Text Example
Text Example
White with #4D9B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B09; }
p { color: rgb(77,155,9); }
H1.HeaderClassName
{
color: #4D9B09;
}
.AnyTagClassName
{
color: #4D9B09;
}
</style>
background-color css
<style>
a { background-color: #4D9B09; }
a { background-color: rgb(77,155,9); }
div.DivClassName
{
background-color: #4D9B09;
}
.BgClassName
{
background-color: #4D9B09;
}
</style>
border-color css
<style>
span { border-color: #4D9B09; }
span { border-color: rgb(77,155,9); }
td.TdClassName
{
border-color: #4D9B09;
}
.TagClassName
{
border-color: #4D9B09;
}
</style>