Shades of Fruit Salad #4FA558
Tints of Fruit Salad #4FA558
RGB
CMYK
RGB Variations
Color information
#4FA558 (or 0x4FA558) is known color: Fruit Salad. HEX triplet: 4F, A5 and 58. RGB value is (79,165,88). Sum of RGB (Red+Green+Blue) = 79+165+88=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA558 is #B05AA7. Grayscale: #828282. Windows color (decimal): -11557544 or 5809487. OLE color: 5809487.
HSL color Cylindrical-coordinate representation of color #4FA558: hue angle of 126.28º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA558 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 88 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.35 |
| HSL | 126.28º | 0.35% | 0.48% | - |
| HSV(B) | 126.28º | 0.52% | 0.65% | - |
| XYZ | 18.44 | 29.28 | 13.91 | - |
| YUV | 130.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 88 | 0.52 | 0 | 0.47 | 0.35 | 126.28 | 0.35 | 0.48 |
| Hex | 4F | A5 | 58 | 34 | 0 | 2F | 23 | 7E | 23 | 30 |
| Octal | 117 | 245 | 130 | 64 | 0 | 57 | 43 | 176 | 43 | 60 |
| Binary | 1001111 | 10100101 | 1011000 | 110100 | 0 | 101111 | 100011 | 1111110 | 100011 | 110000 |
Color Harmonies of #4FA558
Complementary color
Monochromatic Colors of #4FA558
Black with #4FA558
Text Example
Text Example
White with #4FA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA558; }
p { color: rgb(79,165,88); }
H1.HeaderClassName
{
color: #4FA558;
}
.AnyTagClassName
{
color: #4FA558;
}
</style>
background-color css
<style>
a { background-color: #4FA558; }
a { background-color: rgb(79,165,88); }
div.DivClassName
{
background-color: #4FA558;
}
.BgClassName
{
background-color: #4FA558;
}
</style>
border-color css
<style>
span { border-color: #4FA558; }
span { border-color: rgb(79,165,88); }
td.TdClassName
{
border-color: #4FA558;
}
.TagClassName
{
border-color: #4FA558;
}
</style>