Shades of Limeade #4D9E16
Tints of Limeade #4D9E16
RGB
CMYK
RGB Variations
Color information
#4D9E16 (or 0x4D9E16) is known color: Limeade. HEX triplet: 4D, 9E and 16. RGB value is (77,158,22). Sum of RGB (Red+Green+Blue) = 77+158+22=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 158 (62.11% from 255 or 61.48% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9E16 is #B261E9. Grayscale: #767676. Windows color (decimal): -11690474 or 1482317. OLE color: 1482317.
HSL color Cylindrical-coordinate representation of color #4D9E16: hue angle of 95.74º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D9E16 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 158 | 22 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.38 |
| HSL | 95.74º | 0.76% | 0.35% | - |
| HSV(B) | 95.74º | 0.86% | 0.62% | - |
| XYZ | 15.43 | 26.09 | 4.98 | - |
| YUV | 118.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 22 | 0.51 | 0 | 0.86 | 0.38 | 95.74 | 0.76 | 0.35 |
| Hex | 4D | 9E | 16 | 33 | 0 | 56 | 26 | 60 | 4C | 23 |
| Octal | 115 | 236 | 26 | 63 | 0 | 126 | 46 | 140 | 114 | 43 |
| Binary | 1001101 | 10011110 | 10110 | 110011 | 0 | 1010110 | 100110 | 1100000 | 1001100 | 100011 |
Color Harmonies of #4D9E16
Complementary color
Monochromatic Colors of #4D9E16
Black with #4D9E16
Text Example
Text Example
White with #4D9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9E16; }
p { color: rgb(77,158,22); }
H1.HeaderClassName
{
color: #4D9E16;
}
.AnyTagClassName
{
color: #4D9E16;
}
</style>
background-color css
<style>
a { background-color: #4D9E16; }
a { background-color: rgb(77,158,22); }
div.DivClassName
{
background-color: #4D9E16;
}
.BgClassName
{
background-color: #4D9E16;
}
</style>
border-color css
<style>
span { border-color: #4D9E16; }
span { border-color: rgb(77,158,22); }
td.TdClassName
{
border-color: #4D9E16;
}
.TagClassName
{
border-color: #4D9E16;
}
</style>