Shades of Limeade #4F9014
Tints of Limeade #4F9014
RGB
CMYK
RGB Variations
Color information
#4F9014 (or 0x4F9014) is known color: Limeade. HEX triplet: 4F, 90 and 14. RGB value is (79,144,20). Sum of RGB (Red+Green+Blue) = 79+144+20=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9014 is #B06FEB. Grayscale: #6E6E6E. Windows color (decimal): -11562988 or 1347663. OLE color: 1347663.
HSL color Cylindrical-coordinate representation of color #4F9014: hue angle of 91.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F9014 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 20 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.44 |
| HSL | 91.45º | 0.76% | 0.32% | - |
| HSV(B) | 91.45º | 0.86% | 0.56% | - |
| XYZ | 13.32 | 21.66 | 4.14 | - |
| YUV | 110.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 20 | 0.45 | 0 | 0.86 | 0.44 | 91.45 | 0.76 | 0.32 |
| Hex | 4F | 90 | 14 | 2D | 0 | 56 | 2C | 5B | 4C | 20 |
| Octal | 117 | 220 | 24 | 55 | 0 | 126 | 54 | 133 | 114 | 40 |
| Binary | 1001111 | 10010000 | 10100 | 101101 | 0 | 1010110 | 101100 | 1011011 | 1001100 | 100000 |
Color Harmonies of #4F9014
Complementary color
Monochromatic Colors of #4F9014
Black with #4F9014
Text Example
Text Example
White with #4F9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9014; }
p { color: rgb(79,144,20); }
H1.HeaderClassName
{
color: #4F9014;
}
.AnyTagClassName
{
color: #4F9014;
}
</style>
background-color css
<style>
a { background-color: #4F9014; }
a { background-color: rgb(79,144,20); }
div.DivClassName
{
background-color: #4F9014;
}
.BgClassName
{
background-color: #4F9014;
}
</style>
border-color css
<style>
span { border-color: #4F9014; }
span { border-color: rgb(79,144,20); }
td.TdClassName
{
border-color: #4F9014;
}
.TagClassName
{
border-color: #4F9014;
}
</style>