Shades of Limeade #4D9117
Tints of Limeade #4D9117
RGB
CMYK
RGB Variations
Color information
#4D9117 (or 0x4D9117) is known color: Limeade. HEX triplet: 4D, 91 and 17. RGB value is (77,145,23). Sum of RGB (Red+Green+Blue) = 77+145+23=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9117 is #B26EE8. Grayscale: #6F6F6F. Windows color (decimal): -11693801 or 1544525. OLE color: 1544525.
HSL color Cylindrical-coordinate representation of color #4D9117: hue angle of 93.44º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D9117 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 23 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.43 |
| HSL | 93.44º | 0.73% | 0.33% | - |
| HSV(B) | 93.44º | 0.84% | 0.57% | - |
| XYZ | 13.34 | 21.89 | 4.33 | - |
| YUV | 110.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 23 | 0.47 | 0 | 0.84 | 0.43 | 93.44 | 0.73 | 0.33 |
| Hex | 4D | 91 | 17 | 2F | 0 | 54 | 2B | 5D | 49 | 21 |
| Octal | 115 | 221 | 27 | 57 | 0 | 124 | 53 | 135 | 111 | 41 |
| Binary | 1001101 | 10010001 | 10111 | 101111 | 0 | 1010100 | 101011 | 1011101 | 1001001 | 100001 |
Color Harmonies of #4D9117
Complementary color
Monochromatic Colors of #4D9117
Black with #4D9117
Text Example
Text Example
White with #4D9117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9117; }
p { color: rgb(77,145,23); }
H1.HeaderClassName
{
color: #4D9117;
}
.AnyTagClassName
{
color: #4D9117;
}
</style>
background-color css
<style>
a { background-color: #4D9117; }
a { background-color: rgb(77,145,23); }
div.DivClassName
{
background-color: #4D9117;
}
.BgClassName
{
background-color: #4D9117;
}
</style>
border-color css
<style>
span { border-color: #4D9117; }
span { border-color: rgb(77,145,23); }
td.TdClassName
{
border-color: #4D9117;
}
.TagClassName
{
border-color: #4D9117;
}
</style>