Shades of Fruit Salad #4FAF5C
Tints of Fruit Salad #4FAF5C
RGB
CMYK
RGB Variations
Color information
#4FAF5C (or 0x4FAF5C) is known color: Fruit Salad. HEX triplet: 4F, AF and 5C. RGB value is (79,175,92). Sum of RGB (Red+Green+Blue) = 79+175+92=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF5C is #B050A3. Grayscale: #898989. Windows color (decimal): -11554980 or 6074191. OLE color: 6074191.
HSL color Cylindrical-coordinate representation of color #4FAF5C: hue angle of 128.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF5C is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 92 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.31 |
| HSL | 128.13º | 0.38% | 0.5% | - |
| HSV(B) | 128.13º | 0.55% | 0.69% | - |
| XYZ | 20.49 | 33.09 | 15.43 | - |
| YUV | 136.83 | 102.7 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 92 | 0.55 | 0 | 0.47 | 0.31 | 128.13 | 0.38 | 0.5 |
| Hex | 4F | AF | 5C | 37 | 0 | 2F | 1F | 80 | 26 | 32 |
| Octal | 117 | 257 | 134 | 67 | 0 | 57 | 37 | 200 | 46 | 62 |
| Binary | 1001111 | 10101111 | 1011100 | 110111 | 0 | 101111 | 11111 | 10000000 | 100110 | 110010 |
Color Harmonies of #4FAF5C
Complementary color
Monochromatic Colors of #4FAF5C
Black with #4FAF5C
Text Example
Text Example
White with #4FAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAF5C; }
p { color: rgb(79,175,92); }
H1.HeaderClassName
{
color: #4FAF5C;
}
.AnyTagClassName
{
color: #4FAF5C;
}
</style>
background-color css
<style>
a { background-color: #4FAF5C; }
a { background-color: rgb(79,175,92); }
div.DivClassName
{
background-color: #4FAF5C;
}
.BgClassName
{
background-color: #4FAF5C;
}
</style>
border-color css
<style>
span { border-color: #4FAF5C; }
span { border-color: rgb(79,175,92); }
td.TdClassName
{
border-color: #4FAF5C;
}
.TagClassName
{
border-color: #4FAF5C;
}
</style>