Shades of Fruit Salad #4FA35D
Tints of Fruit Salad #4FA35D
RGB
CMYK
RGB Variations
Color information
#4FA35D (or 0x4FA35D) is known color: Fruit Salad. HEX triplet: 4F, A3 and 5D. RGB value is (79,163,93). Sum of RGB (Red+Green+Blue) = 79+163+93=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA35D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA35D is #B05CA2. Grayscale: #828282. Windows color (decimal): -11558051 or 6136655. OLE color: 6136655.
HSL color Cylindrical-coordinate representation of color #4FA35D: hue angle of 130º 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 #4FA35D is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 93 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.36 |
| HSL | 130º | 0.35% | 0.47% | - |
| HSV(B) | 130º | 0.52% | 0.64% | - |
| XYZ | 18.3 | 28.65 | 14.92 | - |
| YUV | 129.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 93 | 0.52 | 0 | 0.43 | 0.36 | 130 | 0.35 | 0.47 |
| Hex | 4F | A3 | 5D | 34 | 0 | 2B | 24 | 82 | 23 | 2F |
| Octal | 117 | 243 | 135 | 64 | 0 | 53 | 44 | 202 | 43 | 57 |
| Binary | 1001111 | 10100011 | 1011101 | 110100 | 0 | 101011 | 100100 | 10000010 | 100011 | 101111 |
Color Harmonies of #4FA35D
Complementary color
Monochromatic Colors of #4FA35D
Black with #4FA35D
Text Example
Text Example
White with #4FA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA35D; }
p { color: rgb(79,163,93); }
H1.HeaderClassName
{
color: #4FA35D;
}
.AnyTagClassName
{
color: #4FA35D;
}
</style>
background-color css
<style>
a { background-color: #4FA35D; }
a { background-color: rgb(79,163,93); }
div.DivClassName
{
background-color: #4FA35D;
}
.BgClassName
{
background-color: #4FA35D;
}
</style>
border-color css
<style>
span { border-color: #4FA35D; }
span { border-color: rgb(79,163,93); }
td.TdClassName
{
border-color: #4FA35D;
}
.TagClassName
{
border-color: #4FA35D;
}
</style>