Shades of Limeade #4F990B
Tints of Limeade #4F990B
RGB
CMYK
RGB Variations
Color information
#4F990B (or 0x4F990B) is known color: Limeade. HEX triplet: 4F, 99 and 0B. RGB value is (79,153,11). Sum of RGB (Red+Green+Blue) = 79+153+11=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #4F990B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F990B is #B066F4. Grayscale: #737373. Windows color (decimal): -11560693 or 760143. OLE color: 760143.
HSL color Cylindrical-coordinate representation of color #4F990B: hue angle of 91.27º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F990B is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 11 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.4 |
| HSL | 91.27º | 0.87% | 0.32% | - |
| HSV(B) | 91.27º | 0.93% | 0.6% | - |
| XYZ | 14.68 | 24.47 | 4.27 | - |
| YUV | 114.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 11 | 0.48 | 0 | 0.93 | 0.4 | 91.27 | 0.87 | 0.32 |
| Hex | 4F | 99 | B | 30 | 0 | 5D | 28 | 5B | 57 | 20 |
| Octal | 117 | 231 | 13 | 60 | 0 | 135 | 50 | 133 | 127 | 40 |
| Binary | 1001111 | 10011001 | 1011 | 110000 | 0 | 1011101 | 101000 | 1011011 | 1010111 | 100000 |
Color Harmonies of #4F990B
Complementary color
Monochromatic Colors of #4F990B
Black with #4F990B
Text Example
Text Example
White with #4F990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F990B; }
p { color: rgb(79,153,11); }
H1.HeaderClassName
{
color: #4F990B;
}
.AnyTagClassName
{
color: #4F990B;
}
</style>
background-color css
<style>
a { background-color: #4F990B; }
a { background-color: rgb(79,153,11); }
div.DivClassName
{
background-color: #4F990B;
}
.BgClassName
{
background-color: #4F990B;
}
</style>
border-color css
<style>
span { border-color: #4F990B; }
span { border-color: rgb(79,153,11); }
td.TdClassName
{
border-color: #4F990B;
}
.TagClassName
{
border-color: #4F990B;
}
</style>