Shades of Limeade #4D9C16
Tints of Limeade #4D9C16
RGB
CMYK
RGB Variations
Color information
#4D9C16 (or 0x4D9C16) is known color: Limeade. HEX triplet: 4D, 9C and 16. RGB value is (77,156,22). Sum of RGB (Red+Green+Blue) = 77+156+22=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 156 (61.33% from 255 or 61.18% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9C16 is #B263E9. Grayscale: #757575. Windows color (decimal): -11690986 or 1481805. OLE color: 1481805.
HSL color Cylindrical-coordinate representation of color #4D9C16: hue angle of 95.37º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D9C16 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 156 | 22 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.39 |
| HSL | 95.37º | 0.75% | 0.35% | - |
| HSV(B) | 95.37º | 0.86% | 0.61% | - |
| XYZ | 15.09 | 25.41 | 4.87 | - |
| YUV | 117.1 | 74.33 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 22 | 0.51 | 0 | 0.86 | 0.39 | 95.37 | 0.75 | 0.35 |
| Hex | 4D | 9C | 16 | 33 | 0 | 56 | 27 | 5F | 4B | 23 |
| Octal | 115 | 234 | 26 | 63 | 0 | 126 | 47 | 137 | 113 | 43 |
| Binary | 1001101 | 10011100 | 10110 | 110011 | 0 | 1010110 | 100111 | 1011111 | 1001011 | 100011 |
Color Harmonies of #4D9C16
Complementary color
Monochromatic Colors of #4D9C16
Black with #4D9C16
Text Example
Text Example
White with #4D9C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9C16; }
p { color: rgb(77,156,22); }
H1.HeaderClassName
{
color: #4D9C16;
}
.AnyTagClassName
{
color: #4D9C16;
}
</style>
background-color css
<style>
a { background-color: #4D9C16; }
a { background-color: rgb(77,156,22); }
div.DivClassName
{
background-color: #4D9C16;
}
.BgClassName
{
background-color: #4D9C16;
}
</style>
border-color css
<style>
span { border-color: #4D9C16; }
span { border-color: rgb(77,156,22); }
td.TdClassName
{
border-color: #4D9C16;
}
.TagClassName
{
border-color: #4D9C16;
}
</style>