Shades of Limeade #4D9908
Tints of Limeade #4D9908
RGB
CMYK
RGB Variations
Color information
#4D9908 (or 0x4D9908) is known color: Limeade. HEX triplet: 4D, 99 and 08. RGB value is (77,153,8). Sum of RGB (Red+Green+Blue) = 77+153+8=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9908 is #B266F7. Grayscale: #727272. Windows color (decimal): -11691768 or 563533. OLE color: 563533.
HSL color Cylindrical-coordinate representation of color #4D9908: hue angle of 91.45º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D9908 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 8 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.4 |
| HSL | 91.45º | 0.9% | 0.32% | - |
| HSV(B) | 91.45º | 0.95% | 0.6% | - |
| XYZ | 14.5 | 24.38 | 4.17 | - |
| YUV | 113.75 | 68.32 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 8 | 0.50 | 0 | 0.95 | 0.4 | 91.45 | 0.9 | 0.32 |
| Hex | 4D | 99 | 8 | 32 | 0 | 5F | 28 | 5B | 5A | 20 |
| Octal | 115 | 231 | 10 | 62 | 0 | 137 | 50 | 133 | 132 | 40 |
| Binary | 1001101 | 10011001 | 1000 | 110010 | 0 | 1011111 | 101000 | 1011011 | 1011010 | 100000 |
Color Harmonies of #4D9908
Complementary color
Monochromatic Colors of #4D9908
Black with #4D9908
Text Example
Text Example
White with #4D9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9908; }
p { color: rgb(77,153,8); }
H1.HeaderClassName
{
color: #4D9908;
}
.AnyTagClassName
{
color: #4D9908;
}
</style>
background-color css
<style>
a { background-color: #4D9908; }
a { background-color: rgb(77,153,8); }
div.DivClassName
{
background-color: #4D9908;
}
.BgClassName
{
background-color: #4D9908;
}
</style>
border-color css
<style>
span { border-color: #4D9908; }
span { border-color: rgb(77,153,8); }
td.TdClassName
{
border-color: #4D9908;
}
.TagClassName
{
border-color: #4D9908;
}
</style>