Shades of Limeade #4D9107
Tints of Limeade #4D9107
RGB
CMYK
RGB Variations
Color information
#4D9107 (or 0x4D9107) is known color: Limeade. HEX triplet: 4D, 91 and 07. RGB value is (77,145,7). Sum of RGB (Red+Green+Blue) = 77+145+7=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9107 is #B26EF8. Grayscale: #6D6D6D. Windows color (decimal): -11693817 or 495949. OLE color: 495949.
HSL color Cylindrical-coordinate representation of color #4D9107: hue angle of 89.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D9107 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 7 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.43 |
| HSL | 89.57º | 0.91% | 0.3% | - |
| HSV(B) | 89.57º | 0.95% | 0.57% | - |
| XYZ | 13.22 | 21.84 | 3.72 | - |
| YUV | 108.94 | 70.47 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 7 | 0.47 | 0 | 0.95 | 0.43 | 89.57 | 0.91 | 0.3 |
| Hex | 4D | 91 | 7 | 2F | 0 | 5F | 2B | 5A | 5B | 1E |
| Octal | 115 | 221 | 7 | 57 | 0 | 137 | 53 | 132 | 133 | 36 |
| Binary | 1001101 | 10010001 | 111 | 101111 | 0 | 1011111 | 101011 | 1011010 | 1011011 | 11110 |
Color Harmonies of #4D9107
Complementary color
Monochromatic Colors of #4D9107
Black with #4D9107
Text Example
Text Example
White with #4D9107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9107; }
p { color: rgb(77,145,7); }
H1.HeaderClassName
{
color: #4D9107;
}
.AnyTagClassName
{
color: #4D9107;
}
</style>
background-color css
<style>
a { background-color: #4D9107; }
a { background-color: rgb(77,145,7); }
div.DivClassName
{
background-color: #4D9107;
}
.BgClassName
{
background-color: #4D9107;
}
</style>
border-color css
<style>
span { border-color: #4D9107; }
span { border-color: rgb(77,145,7); }
td.TdClassName
{
border-color: #4D9107;
}
.TagClassName
{
border-color: #4D9107;
}
</style>