Shades of Fruit Salad #4F9A45
Tints of Fruit Salad #4F9A45
RGB
CMYK
RGB Variations
Color information
#4F9A45 (or 0x4F9A45) is known color: Fruit Salad. HEX triplet: 4F, 9A and 45. RGB value is (79,154,69). Sum of RGB (Red+Green+Blue) = 79+154+69=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #4F9A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9A45 is #B065BA. Grayscale: #7A7A7A. Windows color (decimal): -11560379 or 4561487. OLE color: 4561487.
HSL color Cylindrical-coordinate representation of color #4F9A45: hue angle of 112.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F9A45 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 154 | 69 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.40 |
| HSL | 112.94º | 0.38% | 0.44% | - |
| HSV(B) | 112.94º | 0.55% | 0.6% | - |
| XYZ | 15.85 | 25.2 | 9.66 | - |
| YUV | 121.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 154 | 69 | 0.49 | 0 | 0.55 | 0.40 | 112.94 | 0.38 | 0.44 |
| Hex | 4F | 9A | 45 | 31 | 0 | 37 | 28 | 71 | 26 | 2C |
| Octal | 117 | 232 | 105 | 61 | 0 | 67 | 50 | 161 | 46 | 54 |
| Binary | 1001111 | 10011010 | 1000101 | 110001 | 0 | 110111 | 101000 | 1110001 | 100110 | 101100 |
Color Harmonies of #4F9A45
Complementary color
Monochromatic Colors of #4F9A45
Black with #4F9A45
Text Example
Text Example
White with #4F9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9A45; }
p { color: rgb(79,154,69); }
H1.HeaderClassName
{
color: #4F9A45;
}
.AnyTagClassName
{
color: #4F9A45;
}
</style>
background-color css
<style>
a { background-color: #4F9A45; }
a { background-color: rgb(79,154,69); }
div.DivClassName
{
background-color: #4F9A45;
}
.BgClassName
{
background-color: #4F9A45;
}
</style>
border-color css
<style>
span { border-color: #4F9A45; }
span { border-color: rgb(79,154,69); }
td.TdClassName
{
border-color: #4F9A45;
}
.TagClassName
{
border-color: #4F9A45;
}
</style>