Shades of Fruit Salad #4FA15C
Tints of Fruit Salad #4FA15C
RGB
CMYK
RGB Variations
Color information
#4FA15C (or 0x4FA15C) is known color: Fruit Salad. HEX triplet: 4F, A1 and 5C. RGB value is (79,161,92). Sum of RGB (Red+Green+Blue) = 79+161+92=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA15C is #B05EA3. Grayscale: #808080. Windows color (decimal): -11558564 or 6070607. OLE color: 6070607.
HSL color Cylindrical-coordinate representation of color #4FA15C: hue angle of 129.51º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA15C is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 92 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.37 |
| HSL | 129.51º | 0.34% | 0.47% | - |
| HSV(B) | 129.51º | 0.51% | 0.63% | - |
| XYZ | 17.9 | 27.92 | 14.57 | - |
| YUV | 128.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 92 | 0.51 | 0 | 0.43 | 0.37 | 129.51 | 0.34 | 0.47 |
| Hex | 4F | A1 | 5C | 33 | 0 | 2B | 25 | 82 | 22 | 2F |
| Octal | 117 | 241 | 134 | 63 | 0 | 53 | 45 | 202 | 42 | 57 |
| Binary | 1001111 | 10100001 | 1011100 | 110011 | 0 | 101011 | 100101 | 10000010 | 100010 | 101111 |
Color Harmonies of #4FA15C
Complementary color
Monochromatic Colors of #4FA15C
Black with #4FA15C
Text Example
Text Example
White with #4FA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA15C; }
p { color: rgb(79,161,92); }
H1.HeaderClassName
{
color: #4FA15C;
}
.AnyTagClassName
{
color: #4FA15C;
}
</style>
background-color css
<style>
a { background-color: #4FA15C; }
a { background-color: rgb(79,161,92); }
div.DivClassName
{
background-color: #4FA15C;
}
.BgClassName
{
background-color: #4FA15C;
}
</style>
border-color css
<style>
span { border-color: #4FA15C; }
span { border-color: rgb(79,161,92); }
td.TdClassName
{
border-color: #4FA15C;
}
.TagClassName
{
border-color: #4FA15C;
}
</style>