Shades of Limeade #4D9214
Tints of Limeade #4D9214
RGB
CMYK
RGB Variations
Color information
#4D9214 (or 0x4D9214) is known color: Limeade. HEX triplet: 4D, 92 and 14. RGB value is (77,146,20). Sum of RGB (Red+Green+Blue) = 77+146+20=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9214 is #B26DEB. Grayscale: #6F6F6F. Windows color (decimal): -11693548 or 1348173. OLE color: 1348173.
HSL color Cylindrical-coordinate representation of color #4D9214: hue angle of 92.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D9214 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 20 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.43 |
| HSL | 92.86º | 0.76% | 0.33% | - |
| HSV(B) | 92.86º | 0.86% | 0.57% | - |
| XYZ | 13.47 | 22.19 | 4.23 | - |
| YUV | 111.01 | 76.64 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 20 | 0.47 | 0 | 0.86 | 0.43 | 92.86 | 0.76 | 0.33 |
| Hex | 4D | 92 | 14 | 2F | 0 | 56 | 2B | 5D | 4C | 21 |
| Octal | 115 | 222 | 24 | 57 | 0 | 126 | 53 | 135 | 114 | 41 |
| Binary | 1001101 | 10010010 | 10100 | 101111 | 0 | 1010110 | 101011 | 1011101 | 1001100 | 100001 |
Color Harmonies of #4D9214
Complementary color
Monochromatic Colors of #4D9214
Black with #4D9214
Text Example
Text Example
White with #4D9214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9214; }
p { color: rgb(77,146,20); }
H1.HeaderClassName
{
color: #4D9214;
}
.AnyTagClassName
{
color: #4D9214;
}
</style>
background-color css
<style>
a { background-color: #4D9214; }
a { background-color: rgb(77,146,20); }
div.DivClassName
{
background-color: #4D9214;
}
.BgClassName
{
background-color: #4D9214;
}
</style>
border-color css
<style>
span { border-color: #4D9214; }
span { border-color: rgb(77,146,20); }
td.TdClassName
{
border-color: #4D9214;
}
.TagClassName
{
border-color: #4D9214;
}
</style>