Shades of Limeade #4C9609
Tints of Limeade #4C9609
RGB
CMYK
RGB Variations
Color information
#4C9609 (or 0x4C9609) is known color: Limeade. HEX triplet: 4C, 96 and 09. RGB value is (76,150,9). Sum of RGB (Red+Green+Blue) = 76+150+9=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #4C9609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9609 is #B369F6. Grayscale: #707070. Windows color (decimal): -11758071 or 628300. OLE color: 628300.
HSL color Cylindrical-coordinate representation of color #4C9609: hue angle of 91.49º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C9609 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 9 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.41 |
| HSL | 91.49º | 0.89% | 0.31% | - |
| HSV(B) | 91.49º | 0.94% | 0.59% | - |
| XYZ | 13.94 | 23.37 | 4.03 | - |
| YUV | 111.8 | 69.98 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 9 | 0.49 | 0 | 0.94 | 0.41 | 91.49 | 0.89 | 0.31 |
| Hex | 4C | 96 | 9 | 31 | 0 | 5E | 29 | 5B | 59 | 1F |
| Octal | 114 | 226 | 11 | 61 | 0 | 136 | 51 | 133 | 131 | 37 |
| Binary | 1001100 | 10010110 | 1001 | 110001 | 0 | 1011110 | 101001 | 1011011 | 1011001 | 11111 |
Color Harmonies of #4C9609
Complementary color
Monochromatic Colors of #4C9609
Black with #4C9609
Text Example
Text Example
White with #4C9609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9609; }
p { color: rgb(76,150,9); }
H1.HeaderClassName
{
color: #4C9609;
}
.AnyTagClassName
{
color: #4C9609;
}
</style>
background-color css
<style>
a { background-color: #4C9609; }
a { background-color: rgb(76,150,9); }
div.DivClassName
{
background-color: #4C9609;
}
.BgClassName
{
background-color: #4C9609;
}
</style>
border-color css
<style>
span { border-color: #4C9609; }
span { border-color: rgb(76,150,9); }
td.TdClassName
{
border-color: #4C9609;
}
.TagClassName
{
border-color: #4C9609;
}
</style>