Shades of Limeade #4F9908
Tints of Limeade #4F9908
RGB
CMYK
RGB Variations
Color information
#4F9908 (or 0x4F9908) is known color: Limeade. HEX triplet: 4F, 99 and 08. RGB value is (79,153,8). Sum of RGB (Red+Green+Blue) = 79+153+8=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9908 is #B066F7. Grayscale: #727272. Windows color (decimal): -11560696 or 563535. OLE color: 563535.
HSL color Cylindrical-coordinate representation of color #4F9908: hue angle of 90.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F9908 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 8 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.4 |
| HSL | 90.62º | 0.9% | 0.32% | - |
| HSV(B) | 90.62º | 0.95% | 0.6% | - |
| XYZ | 14.66 | 24.46 | 4.18 | - |
| YUV | 114.34 | 67.98 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 8 | 0.48 | 0 | 0.95 | 0.4 | 90.62 | 0.9 | 0.32 |
| Hex | 4F | 99 | 8 | 30 | 0 | 5F | 28 | 5B | 5A | 20 |
| Octal | 117 | 231 | 10 | 60 | 0 | 137 | 50 | 133 | 132 | 40 |
| Binary | 1001111 | 10011001 | 1000 | 110000 | 0 | 1011111 | 101000 | 1011011 | 1011010 | 100000 |
Color Harmonies of #4F9908
Complementary color
Monochromatic Colors of #4F9908
Black with #4F9908
Text Example
Text Example
White with #4F9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9908; }
p { color: rgb(79,153,8); }
H1.HeaderClassName
{
color: #4F9908;
}
.AnyTagClassName
{
color: #4F9908;
}
</style>
background-color css
<style>
a { background-color: #4F9908; }
a { background-color: rgb(79,153,8); }
div.DivClassName
{
background-color: #4F9908;
}
.BgClassName
{
background-color: #4F9908;
}
</style>
border-color css
<style>
span { border-color: #4F9908; }
span { border-color: rgb(79,153,8); }
td.TdClassName
{
border-color: #4F9908;
}
.TagClassName
{
border-color: #4F9908;
}
</style>