Shades of Limeade #4F8F08
Tints of Limeade #4F8F08
RGB
CMYK
RGB Variations
Color information
#4F8F08 (or 0x4F8F08) is known color: Limeade. HEX triplet: 4F, 8F and 08. RGB value is (79,143,8). Sum of RGB (Red+Green+Blue) = 79+143+8=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8F08 is #B070F7. Grayscale: #6C6C6C. Windows color (decimal): -11563256 or 560975. OLE color: 560975.
HSL color Cylindrical-coordinate representation of color #4F8F08: hue angle of 88.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F8F08 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 143 | 8 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.44 |
| HSL | 88.44º | 0.89% | 0.3% | - |
| HSV(B) | 88.44º | 0.94% | 0.56% | - |
| XYZ | 13.09 | 21.32 | 3.66 | - |
| YUV | 108.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 143 | 8 | 0.45 | 0 | 0.94 | 0.44 | 88.44 | 0.89 | 0.3 |
| Hex | 4F | 8F | 8 | 2D | 0 | 5E | 2C | 58 | 59 | 1E |
| Octal | 117 | 217 | 10 | 55 | 0 | 136 | 54 | 130 | 131 | 36 |
| Binary | 1001111 | 10001111 | 1000 | 101101 | 0 | 1011110 | 101100 | 1011000 | 1011001 | 11110 |
Color Harmonies of #4F8F08
Complementary color
Monochromatic Colors of #4F8F08
Black with #4F8F08
Text Example
Text Example
White with #4F8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8F08; }
p { color: rgb(79,143,8); }
H1.HeaderClassName
{
color: #4F8F08;
}
.AnyTagClassName
{
color: #4F8F08;
}
</style>
background-color css
<style>
a { background-color: #4F8F08; }
a { background-color: rgb(79,143,8); }
div.DivClassName
{
background-color: #4F8F08;
}
.BgClassName
{
background-color: #4F8F08;
}
</style>
border-color css
<style>
span { border-color: #4F8F08; }
span { border-color: rgb(79,143,8); }
td.TdClassName
{
border-color: #4F8F08;
}
.TagClassName
{
border-color: #4F8F08;
}
</style>