Shades of Limeade #4F9905
Tints of Limeade #4F9905
RGB
CMYK
RGB Variations
Color information
#4F9905 (or 0x4F9905) is known color: Limeade. HEX triplet: 4F, 99 and 05. RGB value is (79,153,5). Sum of RGB (Red+Green+Blue) = 79+153+5=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9905 is #B066FA. Grayscale: #727272. Windows color (decimal): -11560699 or 366927. OLE color: 366927.
HSL color Cylindrical-coordinate representation of color #4F9905: hue angle of 90º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F9905 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 5 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.4 |
| HSL | 90º | 0.94% | 0.31% | - |
| HSV(B) | 90º | 0.97% | 0.6% | - |
| XYZ | 14.64 | 24.46 | 4.09 | - |
| YUV | 114 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 5 | 0.48 | 0 | 0.97 | 0.4 | 90 | 0.94 | 0.31 |
| Hex | 4F | 99 | 5 | 30 | 0 | 61 | 28 | 5A | 5E | 1F |
| Octal | 117 | 231 | 5 | 60 | 0 | 141 | 50 | 132 | 136 | 37 |
| Binary | 1001111 | 10011001 | 101 | 110000 | 0 | 1100001 | 101000 | 1011010 | 1011110 | 11111 |
Color Harmonies of #4F9905
Complementary color
Monochromatic Colors of #4F9905
Black with #4F9905
Text Example
Text Example
White with #4F9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9905; }
p { color: rgb(79,153,5); }
H1.HeaderClassName
{
color: #4F9905;
}
.AnyTagClassName
{
color: #4F9905;
}
</style>
background-color css
<style>
a { background-color: #4F9905; }
a { background-color: rgb(79,153,5); }
div.DivClassName
{
background-color: #4F9905;
}
.BgClassName
{
background-color: #4F9905;
}
</style>
border-color css
<style>
span { border-color: #4F9905; }
span { border-color: rgb(79,153,5); }
td.TdClassName
{
border-color: #4F9905;
}
.TagClassName
{
border-color: #4F9905;
}
</style>