Shades of Fruit Salad #4F9E5C
Tints of Fruit Salad #4F9E5C
RGB
CMYK
RGB Variations
Color information
#4F9E5C (or 0x4F9E5C) is known color: Fruit Salad. HEX triplet: 4F, 9E and 5C. RGB value is (79,158,92). Sum of RGB (Red+Green+Blue) = 79+158+92=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9E5C is #B061A3. Grayscale: #7F7F7F. Windows color (decimal): -11559332 or 6069839. OLE color: 6069839.
HSL color Cylindrical-coordinate representation of color #4F9E5C: hue angle of 129.87º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9E5C is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 158 | 92 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.38 |
| HSL | 129.87º | 0.33% | 0.46% | - |
| HSV(B) | 129.87º | 0.5% | 0.62% | - |
| XYZ | 17.38 | 26.89 | 14.4 | - |
| YUV | 126.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 92 | 0.50 | 0 | 0.42 | 0.38 | 129.87 | 0.33 | 0.46 |
| Hex | 4F | 9E | 5C | 32 | 0 | 2A | 26 | 82 | 21 | 2E |
| Octal | 117 | 236 | 134 | 62 | 0 | 52 | 46 | 202 | 41 | 56 |
| Binary | 1001111 | 10011110 | 1011100 | 110010 | 0 | 101010 | 100110 | 10000010 | 100001 | 101110 |
Color Harmonies of #4F9E5C
Complementary color
Monochromatic Colors of #4F9E5C
Black with #4F9E5C
Text Example
Text Example
White with #4F9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9E5C; }
p { color: rgb(79,158,92); }
H1.HeaderClassName
{
color: #4F9E5C;
}
.AnyTagClassName
{
color: #4F9E5C;
}
</style>
background-color css
<style>
a { background-color: #4F9E5C; }
a { background-color: rgb(79,158,92); }
div.DivClassName
{
background-color: #4F9E5C;
}
.BgClassName
{
background-color: #4F9E5C;
}
</style>
border-color css
<style>
span { border-color: #4F9E5C; }
span { border-color: rgb(79,158,92); }
td.TdClassName
{
border-color: #4F9E5C;
}
.TagClassName
{
border-color: #4F9E5C;
}
</style>