Shades of Fruit Salad #4FA445
Tints of Fruit Salad #4FA445
RGB
CMYK
RGB Variations
Color information
#4FA445 (or 0x4FA445) is known color: Fruit Salad. HEX triplet: 4F, A4 and 45. RGB value is (79,164,69). Sum of RGB (Red+Green+Blue) = 79+164+69=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA445 is #B05BBA. Grayscale: #808080. Windows color (decimal): -11557819 or 4564047. OLE color: 4564047.
HSL color Cylindrical-coordinate representation of color #4FA445: hue angle of 113.68º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FA445 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 69 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.36 |
| HSL | 113.68º | 0.41% | 0.46% | - |
| HSV(B) | 113.68º | 0.58% | 0.64% | - |
| XYZ | 17.57 | 28.64 | 10.23 | - |
| YUV | 127.76 | 94.84 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 69 | 0.52 | 0 | 0.58 | 0.36 | 113.68 | 0.41 | 0.46 |
| Hex | 4F | A4 | 45 | 34 | 0 | 3A | 24 | 72 | 29 | 2E |
| Octal | 117 | 244 | 105 | 64 | 0 | 72 | 44 | 162 | 51 | 56 |
| Binary | 1001111 | 10100100 | 1000101 | 110100 | 0 | 111010 | 100100 | 1110010 | 101001 | 101110 |
Color Harmonies of #4FA445
Complementary color
Monochromatic Colors of #4FA445
Black with #4FA445
Text Example
Text Example
White with #4FA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA445; }
p { color: rgb(79,164,69); }
H1.HeaderClassName
{
color: #4FA445;
}
.AnyTagClassName
{
color: #4FA445;
}
</style>
background-color css
<style>
a { background-color: #4FA445; }
a { background-color: rgb(79,164,69); }
div.DivClassName
{
background-color: #4FA445;
}
.BgClassName
{
background-color: #4FA445;
}
</style>
border-color css
<style>
span { border-color: #4FA445; }
span { border-color: rgb(79,164,69); }
td.TdClassName
{
border-color: #4FA445;
}
.TagClassName
{
border-color: #4FA445;
}
</style>