Shades of Fruit Salad #4FA35C
Tints of Fruit Salad #4FA35C
RGB
CMYK
RGB Variations
Color information
#4FA35C (or 0x4FA35C) is known color: Fruit Salad. HEX triplet: 4F, A3 and 5C. RGB value is (79,163,92). Sum of RGB (Red+Green+Blue) = 79+163+92=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA35C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA35C is #B05CA3. Grayscale: #818181. Windows color (decimal): -11558052 or 6071119. OLE color: 6071119.
HSL color Cylindrical-coordinate representation of color #4FA35C: hue angle of 129.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA35C is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 92 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.36 |
| HSL | 129.29º | 0.35% | 0.47% | - |
| HSV(B) | 129.29º | 0.52% | 0.64% | - |
| XYZ | 18.25 | 28.63 | 14.69 | - |
| YUV | 129.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 92 | 0.52 | 0 | 0.44 | 0.36 | 129.29 | 0.35 | 0.47 |
| Hex | 4F | A3 | 5C | 34 | 0 | 2C | 24 | 81 | 23 | 2F |
| Octal | 117 | 243 | 134 | 64 | 0 | 54 | 44 | 201 | 43 | 57 |
| Binary | 1001111 | 10100011 | 1011100 | 110100 | 0 | 101100 | 100100 | 10000001 | 100011 | 101111 |
Color Harmonies of #4FA35C
Complementary color
Monochromatic Colors of #4FA35C
Black with #4FA35C
Text Example
Text Example
White with #4FA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA35C; }
p { color: rgb(79,163,92); }
H1.HeaderClassName
{
color: #4FA35C;
}
.AnyTagClassName
{
color: #4FA35C;
}
</style>
background-color css
<style>
a { background-color: #4FA35C; }
a { background-color: rgb(79,163,92); }
div.DivClassName
{
background-color: #4FA35C;
}
.BgClassName
{
background-color: #4FA35C;
}
</style>
border-color css
<style>
span { border-color: #4FA35C; }
span { border-color: rgb(79,163,92); }
td.TdClassName
{
border-color: #4FA35C;
}
.TagClassName
{
border-color: #4FA35C;
}
</style>