Shades of Fruit Salad #4FA25D
Tints of Fruit Salad #4FA25D
RGB
CMYK
RGB Variations
Color information
#4FA25D (or 0x4FA25D) is known color: Fruit Salad. HEX triplet: 4F, A2 and 5D. RGB value is (79,162,93). Sum of RGB (Red+Green+Blue) = 79+162+93=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA25D is #B05DA2. Grayscale: #818181. Windows color (decimal): -11558307 or 6136399. OLE color: 6136399.
HSL color Cylindrical-coordinate representation of color #4FA25D: hue angle of 130.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA25D is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 93 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.36 |
| HSL | 130.12º | 0.34% | 0.47% | - |
| HSV(B) | 130.12º | 0.51% | 0.64% | - |
| XYZ | 18.12 | 28.29 | 14.86 | - |
| YUV | 129.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 93 | 0.51 | 0 | 0.43 | 0.36 | 130.12 | 0.34 | 0.47 |
| Hex | 4F | A2 | 5D | 33 | 0 | 2B | 24 | 82 | 22 | 2F |
| Octal | 117 | 242 | 135 | 63 | 0 | 53 | 44 | 202 | 42 | 57 |
| Binary | 1001111 | 10100010 | 1011101 | 110011 | 0 | 101011 | 100100 | 10000010 | 100010 | 101111 |
Color Harmonies of #4FA25D
Complementary color
Monochromatic Colors of #4FA25D
Black with #4FA25D
Text Example
Text Example
White with #4FA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA25D; }
p { color: rgb(79,162,93); }
H1.HeaderClassName
{
color: #4FA25D;
}
.AnyTagClassName
{
color: #4FA25D;
}
</style>
background-color css
<style>
a { background-color: #4FA25D; }
a { background-color: rgb(79,162,93); }
div.DivClassName
{
background-color: #4FA25D;
}
.BgClassName
{
background-color: #4FA25D;
}
</style>
border-color css
<style>
span { border-color: #4FA25D; }
span { border-color: rgb(79,162,93); }
td.TdClassName
{
border-color: #4FA25D;
}
.TagClassName
{
border-color: #4FA25D;
}
</style>