Shades of Limeade #4D9B05
Tints of Limeade #4D9B05
RGB
CMYK
RGB Variations
Color information
#4D9B05 (or 0x4D9B05) is known color: Limeade. HEX triplet: 4D, 9B and 05. RGB value is (77,155,5). Sum of RGB (Red+Green+Blue) = 77+155+5=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 155 (60.94% from 255 or 65.40% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9B05 is #B264FA. Grayscale: #737373. Windows color (decimal): -11691259 or 367437. OLE color: 367437.
HSL color Cylindrical-coordinate representation of color #4D9B05: hue angle of 91.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D9B05 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 5 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.39 |
| HSL | 91.2º | 0.94% | 0.31% | - |
| HSV(B) | 91.2º | 0.97% | 0.61% | - |
| XYZ | 14.81 | 25.03 | 4.19 | - |
| YUV | 114.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 5 | 0.50 | 0 | 0.97 | 0.39 | 91.2 | 0.94 | 0.31 |
| Hex | 4D | 9B | 5 | 32 | 0 | 61 | 27 | 5B | 5E | 1F |
| Octal | 115 | 233 | 5 | 62 | 0 | 141 | 47 | 133 | 136 | 37 |
| Binary | 1001101 | 10011011 | 101 | 110010 | 0 | 1100001 | 100111 | 1011011 | 1011110 | 11111 |
Color Harmonies of #4D9B05
Complementary color
Monochromatic Colors of #4D9B05
Black with #4D9B05
Text Example
Text Example
White with #4D9B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B05; }
p { color: rgb(77,155,5); }
H1.HeaderClassName
{
color: #4D9B05;
}
.AnyTagClassName
{
color: #4D9B05;
}
</style>
background-color css
<style>
a { background-color: #4D9B05; }
a { background-color: rgb(77,155,5); }
div.DivClassName
{
background-color: #4D9B05;
}
.BgClassName
{
background-color: #4D9B05;
}
</style>
border-color css
<style>
span { border-color: #4D9B05; }
span { border-color: rgb(77,155,5); }
td.TdClassName
{
border-color: #4D9B05;
}
.TagClassName
{
border-color: #4D9B05;
}
</style>