Shades of Limeade #4F9610
Tints of Limeade #4F9610
RGB
CMYK
RGB Variations
Color information
#4F9610 (or 0x4F9610) is known color: Limeade. HEX triplet: 4F, 96 and 10. RGB value is (79,150,16). Sum of RGB (Red+Green+Blue) = 79+150+16=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #4F9610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9610 is #B069EF. Grayscale: #717171. Windows color (decimal): -11561456 or 1087055. OLE color: 1087055.
HSL color Cylindrical-coordinate representation of color #4F9610: hue angle of 91.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F9610 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 150 | 16 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.41 |
| HSL | 91.79º | 0.81% | 0.33% | - |
| HSV(B) | 91.79º | 0.89% | 0.59% | - |
| XYZ | 14.22 | 23.51 | 4.28 | - |
| YUV | 113.5 | 72.98 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 150 | 16 | 0.47 | 0 | 0.89 | 0.41 | 91.79 | 0.81 | 0.33 |
| Hex | 4F | 96 | 10 | 2F | 0 | 59 | 29 | 5C | 51 | 21 |
| Octal | 117 | 226 | 20 | 57 | 0 | 131 | 51 | 134 | 121 | 41 |
| Binary | 1001111 | 10010110 | 10000 | 101111 | 0 | 1011001 | 101001 | 1011100 | 1010001 | 100001 |
Color Harmonies of #4F9610
Complementary color
Monochromatic Colors of #4F9610
Black with #4F9610
Text Example
Text Example
White with #4F9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9610; }
p { color: rgb(79,150,16); }
H1.HeaderClassName
{
color: #4F9610;
}
.AnyTagClassName
{
color: #4F9610;
}
</style>
background-color css
<style>
a { background-color: #4F9610; }
a { background-color: rgb(79,150,16); }
div.DivClassName
{
background-color: #4F9610;
}
.BgClassName
{
background-color: #4F9610;
}
</style>
border-color css
<style>
span { border-color: #4F9610; }
span { border-color: rgb(79,150,16); }
td.TdClassName
{
border-color: #4F9610;
}
.TagClassName
{
border-color: #4F9610;
}
</style>