Shades of Limeade #4D9308
Tints of Limeade #4D9308
RGB
CMYK
RGB Variations
Color information
#4D9308 (or 0x4D9308) is known color: Limeade. HEX triplet: 4D, 93 and 08. RGB value is (77,147,8). Sum of RGB (Red+Green+Blue) = 77+147+8=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9308 is #B26CF7. Grayscale: #6E6E6E. Windows color (decimal): -11693304 or 561997. OLE color: 561997.
HSL color Cylindrical-coordinate representation of color #4D9308: hue angle of 90.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D9308 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 8 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.42 |
| HSL | 90.22º | 0.9% | 0.3% | - |
| HSV(B) | 90.22º | 0.95% | 0.58% | - |
| XYZ | 13.54 | 22.46 | 3.85 | - |
| YUV | 110.22 | 70.31 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 8 | 0.48 | 0 | 0.95 | 0.42 | 90.22 | 0.9 | 0.3 |
| Hex | 4D | 93 | 8 | 30 | 0 | 5F | 2A | 5A | 5A | 1E |
| Octal | 115 | 223 | 10 | 60 | 0 | 137 | 52 | 132 | 132 | 36 |
| Binary | 1001101 | 10010011 | 1000 | 110000 | 0 | 1011111 | 101010 | 1011010 | 1011010 | 11110 |
Color Harmonies of #4D9308
Complementary color
Monochromatic Colors of #4D9308
Black with #4D9308
Text Example
Text Example
White with #4D9308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9308; }
p { color: rgb(77,147,8); }
H1.HeaderClassName
{
color: #4D9308;
}
.AnyTagClassName
{
color: #4D9308;
}
</style>
background-color css
<style>
a { background-color: #4D9308; }
a { background-color: rgb(77,147,8); }
div.DivClassName
{
background-color: #4D9308;
}
.BgClassName
{
background-color: #4D9308;
}
</style>
border-color css
<style>
span { border-color: #4D9308; }
span { border-color: rgb(77,147,8); }
td.TdClassName
{
border-color: #4D9308;
}
.TagClassName
{
border-color: #4D9308;
}
</style>