Shades of Limeade #4D9116
Tints of Limeade #4D9116
RGB
CMYK
RGB Variations
Color information
#4D9116 (or 0x4D9116) is known color: Limeade. HEX triplet: 4D, 91 and 16. RGB value is (77,145,22). Sum of RGB (Red+Green+Blue) = 77+145+22=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9116 is #B26EE9. Grayscale: #6F6F6F. Windows color (decimal): -11693802 or 1478989. OLE color: 1478989.
HSL color Cylindrical-coordinate representation of color #4D9116: hue angle of 93.17º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D9116 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 22 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.43 |
| HSL | 93.17º | 0.74% | 0.33% | - |
| HSV(B) | 93.17º | 0.85% | 0.57% | - |
| XYZ | 13.33 | 21.89 | 4.28 | - |
| YUV | 110.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 22 | 0.47 | 0 | 0.85 | 0.43 | 93.17 | 0.74 | 0.33 |
| Hex | 4D | 91 | 16 | 2F | 0 | 55 | 2B | 5D | 4A | 21 |
| Octal | 115 | 221 | 26 | 57 | 0 | 125 | 53 | 135 | 112 | 41 |
| Binary | 1001101 | 10010001 | 10110 | 101111 | 0 | 1010101 | 101011 | 1011101 | 1001010 | 100001 |
Color Harmonies of #4D9116
Complementary color
Monochromatic Colors of #4D9116
Black with #4D9116
Text Example
Text Example
White with #4D9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9116; }
p { color: rgb(77,145,22); }
H1.HeaderClassName
{
color: #4D9116;
}
.AnyTagClassName
{
color: #4D9116;
}
</style>
background-color css
<style>
a { background-color: #4D9116; }
a { background-color: rgb(77,145,22); }
div.DivClassName
{
background-color: #4D9116;
}
.BgClassName
{
background-color: #4D9116;
}
</style>
border-color css
<style>
span { border-color: #4D9116; }
span { border-color: rgb(77,145,22); }
td.TdClassName
{
border-color: #4D9116;
}
.TagClassName
{
border-color: #4D9116;
}
</style>