Shades of Limeade #4F9017
Tints of Limeade #4F9017
RGB
CMYK
RGB Variations
Color information
#4F9017 (or 0x4F9017) is known color: Limeade. HEX triplet: 4F, 90 and 17. RGB value is (79,144,23). Sum of RGB (Red+Green+Blue) = 79+144+23=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9017 is #B06FE8. Grayscale: #6F6F6F. Windows color (decimal): -11562985 or 1544271. OLE color: 1544271.
HSL color Cylindrical-coordinate representation of color #4F9017: hue angle of 92.23º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F9017 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 23 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.44 |
| HSL | 92.23º | 0.72% | 0.33% | - |
| HSV(B) | 92.23º | 0.84% | 0.56% | - |
| XYZ | 13.35 | 21.67 | 4.29 | - |
| YUV | 110.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 23 | 0.45 | 0 | 0.84 | 0.44 | 92.23 | 0.72 | 0.33 |
| Hex | 4F | 90 | 17 | 2D | 0 | 54 | 2C | 5C | 48 | 21 |
| Octal | 117 | 220 | 27 | 55 | 0 | 124 | 54 | 134 | 110 | 41 |
| Binary | 1001111 | 10010000 | 10111 | 101101 | 0 | 1010100 | 101100 | 1011100 | 1001000 | 100001 |
Color Harmonies of #4F9017
Complementary color
Monochromatic Colors of #4F9017
Black with #4F9017
Text Example
Text Example
White with #4F9017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9017; }
p { color: rgb(79,144,23); }
H1.HeaderClassName
{
color: #4F9017;
}
.AnyTagClassName
{
color: #4F9017;
}
</style>
background-color css
<style>
a { background-color: #4F9017; }
a { background-color: rgb(79,144,23); }
div.DivClassName
{
background-color: #4F9017;
}
.BgClassName
{
background-color: #4F9017;
}
</style>
border-color css
<style>
span { border-color: #4F9017; }
span { border-color: rgb(79,144,23); }
td.TdClassName
{
border-color: #4F9017;
}
.TagClassName
{
border-color: #4F9017;
}
</style>