Shades of Limeade #4D9514
Tints of Limeade #4D9514
RGB
CMYK
RGB Variations
Color information
#4D9514 (or 0x4D9514) is known color: Limeade. HEX triplet: 4D, 95 and 14. RGB value is (77,149,20). Sum of RGB (Red+Green+Blue) = 77+149+20=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9514 is #B26AEB. Grayscale: #717171. Windows color (decimal): -11692780 or 1348941. OLE color: 1348941.
HSL color Cylindrical-coordinate representation of color #4D9514: hue angle of 93.49º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D9514 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 20 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.42 |
| HSL | 93.49º | 0.76% | 0.33% | - |
| HSV(B) | 93.49º | 0.87% | 0.58% | - |
| XYZ | 13.93 | 23.12 | 4.39 | - |
| YUV | 112.77 | 75.65 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 20 | 0.48 | 0 | 0.87 | 0.42 | 93.49 | 0.76 | 0.33 |
| Hex | 4D | 95 | 14 | 30 | 0 | 57 | 2A | 5D | 4C | 21 |
| Octal | 115 | 225 | 24 | 60 | 0 | 127 | 52 | 135 | 114 | 41 |
| Binary | 1001101 | 10010101 | 10100 | 110000 | 0 | 1010111 | 101010 | 1011101 | 1001100 | 100001 |
Color Harmonies of #4D9514
Complementary color
Monochromatic Colors of #4D9514
Black with #4D9514
Text Example
Text Example
White with #4D9514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9514; }
p { color: rgb(77,149,20); }
H1.HeaderClassName
{
color: #4D9514;
}
.AnyTagClassName
{
color: #4D9514;
}
</style>
background-color css
<style>
a { background-color: #4D9514; }
a { background-color: rgb(77,149,20); }
div.DivClassName
{
background-color: #4D9514;
}
.BgClassName
{
background-color: #4D9514;
}
</style>
border-color css
<style>
span { border-color: #4D9514; }
span { border-color: rgb(77,149,20); }
td.TdClassName
{
border-color: #4D9514;
}
.TagClassName
{
border-color: #4D9514;
}
</style>