Shades of Limeade #4F9509
Tints of Limeade #4F9509
RGB
CMYK
RGB Variations
Color information
#4F9509 (or 0x4F9509) is known color: Limeade. HEX triplet: 4F, 95 and 09. RGB value is (79,149,9). Sum of RGB (Red+Green+Blue) = 79+149+9=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9509 is #B06AF6. Grayscale: #707070. Windows color (decimal): -11561719 or 628047. OLE color: 628047.
HSL color Cylindrical-coordinate representation of color #4F9509: hue angle of 90º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F9509 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 9 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.42 |
| HSL | 90º | 0.89% | 0.31% | - |
| HSV(B) | 90º | 0.94% | 0.58% | - |
| XYZ | 14.02 | 23.18 | 3.99 | - |
| YUV | 112.11 | 69.81 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 9 | 0.47 | 0 | 0.94 | 0.42 | 90 | 0.89 | 0.31 |
| Hex | 4F | 95 | 9 | 2F | 0 | 5E | 2A | 5A | 59 | 1F |
| Octal | 117 | 225 | 11 | 57 | 0 | 136 | 52 | 132 | 131 | 37 |
| Binary | 1001111 | 10010101 | 1001 | 101111 | 0 | 1011110 | 101010 | 1011010 | 1011001 | 11111 |
Color Harmonies of #4F9509
Complementary color
Monochromatic Colors of #4F9509
Black with #4F9509
Text Example
Text Example
White with #4F9509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9509; }
p { color: rgb(79,149,9); }
H1.HeaderClassName
{
color: #4F9509;
}
.AnyTagClassName
{
color: #4F9509;
}
</style>
background-color css
<style>
a { background-color: #4F9509; }
a { background-color: rgb(79,149,9); }
div.DivClassName
{
background-color: #4F9509;
}
.BgClassName
{
background-color: #4F9509;
}
</style>
border-color css
<style>
span { border-color: #4F9509; }
span { border-color: rgb(79,149,9); }
td.TdClassName
{
border-color: #4F9509;
}
.TagClassName
{
border-color: #4F9509;
}
</style>