Shades of Limeade #4F9719
Tints of Limeade #4F9719
RGB
CMYK
RGB Variations
Color information
#4F9719 (or 0x4F9719) is known color: Limeade. HEX triplet: 4F, 97 and 19. RGB value is (79,151,25). Sum of RGB (Red+Green+Blue) = 79+151+25=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #4F9719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9719 is #B068E6. Grayscale: #737373. Windows color (decimal): -11561191 or 1677135. OLE color: 1677135.
HSL color Cylindrical-coordinate representation of color #4F9719: hue angle of 94.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F9719 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 151 | 25 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.41 |
| HSL | 94.29º | 0.72% | 0.35% | - |
| HSV(B) | 94.29º | 0.83% | 0.59% | - |
| XYZ | 14.47 | 23.87 | 4.76 | - |
| YUV | 115.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 151 | 25 | 0.48 | 0 | 0.83 | 0.41 | 94.29 | 0.72 | 0.35 |
| Hex | 4F | 97 | 19 | 30 | 0 | 53 | 29 | 5E | 48 | 23 |
| Octal | 117 | 227 | 31 | 60 | 0 | 123 | 51 | 136 | 110 | 43 |
| Binary | 1001111 | 10010111 | 11001 | 110000 | 0 | 1010011 | 101001 | 1011110 | 1001000 | 100011 |
Color Harmonies of #4F9719
Complementary color
Monochromatic Colors of #4F9719
Black with #4F9719
Text Example
Text Example
White with #4F9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9719; }
p { color: rgb(79,151,25); }
H1.HeaderClassName
{
color: #4F9719;
}
.AnyTagClassName
{
color: #4F9719;
}
</style>
background-color css
<style>
a { background-color: #4F9719; }
a { background-color: rgb(79,151,25); }
div.DivClassName
{
background-color: #4F9719;
}
.BgClassName
{
background-color: #4F9719;
}
</style>
border-color css
<style>
span { border-color: #4F9719; }
span { border-color: rgb(79,151,25); }
td.TdClassName
{
border-color: #4F9719;
}
.TagClassName
{
border-color: #4F9719;
}
</style>