Shades of Limeade #4D9A05
Tints of Limeade #4D9A05
RGB
CMYK
RGB Variations
Color information
#4D9A05 (or 0x4D9A05) is known color: Limeade. HEX triplet: 4D, 9A and 05. RGB value is (77,154,5). Sum of RGB (Red+Green+Blue) = 77+154+5=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9A05 is #B265FA. Grayscale: #727272. Windows color (decimal): -11691515 or 367181. OLE color: 367181.
HSL color Cylindrical-coordinate representation of color #4D9A05: hue angle of 91.01º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D9A05 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 154 | 5 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.40 |
| HSL | 91.01º | 0.94% | 0.31% | - |
| HSV(B) | 91.01º | 0.97% | 0.6% | - |
| XYZ | 14.64 | 24.7 | 4.14 | - |
| YUV | 113.99 | 66.49 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 154 | 5 | 0.50 | 0 | 0.97 | 0.40 | 91.01 | 0.94 | 0.31 |
| Hex | 4D | 9A | 5 | 32 | 0 | 61 | 28 | 5B | 5E | 1F |
| Octal | 115 | 232 | 5 | 62 | 0 | 141 | 50 | 133 | 136 | 37 |
| Binary | 1001101 | 10011010 | 101 | 110010 | 0 | 1100001 | 101000 | 1011011 | 1011110 | 11111 |
Color Harmonies of #4D9A05
Complementary color
Monochromatic Colors of #4D9A05
Black with #4D9A05
Text Example
Text Example
White with #4D9A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9A05; }
p { color: rgb(77,154,5); }
H1.HeaderClassName
{
color: #4D9A05;
}
.AnyTagClassName
{
color: #4D9A05;
}
</style>
background-color css
<style>
a { background-color: #4D9A05; }
a { background-color: rgb(77,154,5); }
div.DivClassName
{
background-color: #4D9A05;
}
.BgClassName
{
background-color: #4D9A05;
}
</style>
border-color css
<style>
span { border-color: #4D9A05; }
span { border-color: rgb(77,154,5); }
td.TdClassName
{
border-color: #4D9A05;
}
.TagClassName
{
border-color: #4D9A05;
}
</style>