Shades of Limeade #4F9111
Tints of Limeade #4F9111
RGB
CMYK
RGB Variations
Color information
#4F9111 (or 0x4F9111) is known color: Limeade. HEX triplet: 4F, 91 and 11. RGB value is (79,145,17). Sum of RGB (Red+Green+Blue) = 79+145+17=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9111 is #B06EEE. Grayscale: #6F6F6F. Windows color (decimal): -11562735 or 1151311. OLE color: 1151311.
HSL color Cylindrical-coordinate representation of color #4F9111: hue angle of 90.94º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F9111 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 17 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.43 |
| HSL | 90.94º | 0.79% | 0.32% | - |
| HSV(B) | 90.94º | 0.88% | 0.57% | - |
| XYZ | 13.45 | 21.95 | 4.06 | - |
| YUV | 110.67 | 75.13 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 17 | 0.46 | 0 | 0.88 | 0.43 | 90.94 | 0.79 | 0.32 |
| Hex | 4F | 91 | 11 | 2E | 0 | 58 | 2B | 5B | 4F | 20 |
| Octal | 117 | 221 | 21 | 56 | 0 | 130 | 53 | 133 | 117 | 40 |
| Binary | 1001111 | 10010001 | 10001 | 101110 | 0 | 1011000 | 101011 | 1011011 | 1001111 | 100000 |
Color Harmonies of #4F9111
Complementary color
Monochromatic Colors of #4F9111
Black with #4F9111
Text Example
Text Example
White with #4F9111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9111; }
p { color: rgb(79,145,17); }
H1.HeaderClassName
{
color: #4F9111;
}
.AnyTagClassName
{
color: #4F9111;
}
</style>
background-color css
<style>
a { background-color: #4F9111; }
a { background-color: rgb(79,145,17); }
div.DivClassName
{
background-color: #4F9111;
}
.BgClassName
{
background-color: #4F9111;
}
</style>
border-color css
<style>
span { border-color: #4F9111; }
span { border-color: rgb(79,145,17); }
td.TdClassName
{
border-color: #4F9111;
}
.TagClassName
{
border-color: #4F9111;
}
</style>