Shades of Limeade #4D9B08
Tints of Limeade #4D9B08
RGB
CMYK
RGB Variations
Color information
#4D9B08 (or 0x4D9B08) is known color: Limeade. HEX triplet: 4D, 9B and 08. RGB value is (77,155,8). Sum of RGB (Red+Green+Blue) = 77+155+8=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9B08 is #B264F7. Grayscale: #737373. Windows color (decimal): -11691256 or 564045. OLE color: 564045.
HSL color Cylindrical-coordinate representation of color #4D9B08: hue angle of 91.84º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D9B08 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 8 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.39 |
| HSL | 91.84º | 0.9% | 0.32% | - |
| HSV(B) | 91.84º | 0.95% | 0.61% | - |
| XYZ | 14.83 | 25.04 | 4.28 | - |
| YUV | 114.92 | 67.66 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 8 | 0.50 | 0 | 0.95 | 0.39 | 91.84 | 0.9 | 0.32 |
| Hex | 4D | 9B | 8 | 32 | 0 | 5F | 27 | 5C | 5A | 20 |
| Octal | 115 | 233 | 10 | 62 | 0 | 137 | 47 | 134 | 132 | 40 |
| Binary | 1001101 | 10011011 | 1000 | 110010 | 0 | 1011111 | 100111 | 1011100 | 1011010 | 100000 |
Color Harmonies of #4D9B08
Complementary color
Monochromatic Colors of #4D9B08
Black with #4D9B08
Text Example
Text Example
White with #4D9B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B08; }
p { color: rgb(77,155,8); }
H1.HeaderClassName
{
color: #4D9B08;
}
.AnyTagClassName
{
color: #4D9B08;
}
</style>
background-color css
<style>
a { background-color: #4D9B08; }
a { background-color: rgb(77,155,8); }
div.DivClassName
{
background-color: #4D9B08;
}
.BgClassName
{
background-color: #4D9B08;
}
</style>
border-color css
<style>
span { border-color: #4D9B08; }
span { border-color: rgb(77,155,8); }
td.TdClassName
{
border-color: #4D9B08;
}
.TagClassName
{
border-color: #4D9B08;
}
</style>