Shades of Fruit Salad #4FA35B
Tints of Fruit Salad #4FA35B
RGB
CMYK
RGB Variations
Color information
#4FA35B (or 0x4FA35B) is known color: Fruit Salad. HEX triplet: 4F, A3 and 5B. RGB value is (79,163,91). Sum of RGB (Red+Green+Blue) = 79+163+91=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA35B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA35B is #B05CA4. Grayscale: #818181. Windows color (decimal): -11558053 or 6005583. OLE color: 6005583.
HSL color Cylindrical-coordinate representation of color #4FA35B: hue angle of 128.57º 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 #4FA35B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 91 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.36 |
| HSL | 128.57º | 0.35% | 0.47% | - |
| HSV(B) | 128.57º | 0.52% | 0.64% | - |
| XYZ | 18.21 | 28.61 | 14.46 | - |
| YUV | 129.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 91 | 0.52 | 0 | 0.44 | 0.36 | 128.57 | 0.35 | 0.47 |
| Hex | 4F | A3 | 5B | 34 | 0 | 2C | 24 | 81 | 23 | 2F |
| Octal | 117 | 243 | 133 | 64 | 0 | 54 | 44 | 201 | 43 | 57 |
| Binary | 1001111 | 10100011 | 1011011 | 110100 | 0 | 101100 | 100100 | 10000001 | 100011 | 101111 |
Color Harmonies of #4FA35B
Complementary color
Monochromatic Colors of #4FA35B
Black with #4FA35B
Text Example
Text Example
White with #4FA35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA35B; }
p { color: rgb(79,163,91); }
H1.HeaderClassName
{
color: #4FA35B;
}
.AnyTagClassName
{
color: #4FA35B;
}
</style>
background-color css
<style>
a { background-color: #4FA35B; }
a { background-color: rgb(79,163,91); }
div.DivClassName
{
background-color: #4FA35B;
}
.BgClassName
{
background-color: #4FA35B;
}
</style>
border-color css
<style>
span { border-color: #4FA35B; }
span { border-color: rgb(79,163,91); }
td.TdClassName
{
border-color: #4FA35B;
}
.TagClassName
{
border-color: #4FA35B;
}
</style>