Shades of Limeade #4D9905
Tints of Limeade #4D9905
RGB
CMYK
RGB Variations
Color information
#4D9905 (or 0x4D9905) is known color: Limeade. HEX triplet: 4D, 99 and 05. RGB value is (77,153,5). Sum of RGB (Red+Green+Blue) = 77+153+5=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9905 is #B266FA. Grayscale: #717171. Windows color (decimal): -11691771 or 366925. OLE color: 366925.
HSL color Cylindrical-coordinate representation of color #4D9905: hue angle of 90.81º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D9905 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 5 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.4 |
| HSL | 90.81º | 0.94% | 0.31% | - |
| HSV(B) | 90.81º | 0.97% | 0.6% | - |
| XYZ | 14.48 | 24.37 | 4.08 | - |
| YUV | 113.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 5 | 0.50 | 0 | 0.97 | 0.4 | 90.81 | 0.94 | 0.31 |
| Hex | 4D | 99 | 5 | 32 | 0 | 61 | 28 | 5B | 5E | 1F |
| Octal | 115 | 231 | 5 | 62 | 0 | 141 | 50 | 133 | 136 | 37 |
| Binary | 1001101 | 10011001 | 101 | 110010 | 0 | 1100001 | 101000 | 1011011 | 1011110 | 11111 |
Color Harmonies of #4D9905
Complementary color
Monochromatic Colors of #4D9905
Black with #4D9905
Text Example
Text Example
White with #4D9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9905; }
p { color: rgb(77,153,5); }
H1.HeaderClassName
{
color: #4D9905;
}
.AnyTagClassName
{
color: #4D9905;
}
</style>
background-color css
<style>
a { background-color: #4D9905; }
a { background-color: rgb(77,153,5); }
div.DivClassName
{
background-color: #4D9905;
}
.BgClassName
{
background-color: #4D9905;
}
</style>
border-color css
<style>
span { border-color: #4D9905; }
span { border-color: rgb(77,153,5); }
td.TdClassName
{
border-color: #4D9905;
}
.TagClassName
{
border-color: #4D9905;
}
</style>