Shades of Fruit Salad #4FA352
Tints of Fruit Salad #4FA352
RGB
CMYK
RGB Variations
Color information
#4FA352 (or 0x4FA352) is known color: Fruit Salad. HEX triplet: 4F, A3 and 52. RGB value is (79,163,82). Sum of RGB (Red+Green+Blue) = 79+163+82=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA352 is #B05CAD. Grayscale: #808080. Windows color (decimal): -11558062 or 5415759. OLE color: 5415759.
HSL color Cylindrical-coordinate representation of color #4FA352: hue angle of 122.14º 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 #4FA352 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 82 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.36 |
| HSL | 122.14º | 0.35% | 0.47% | - |
| HSV(B) | 122.14º | 0.52% | 0.64% | - |
| XYZ | 17.84 | 28.47 | 12.54 | - |
| YUV | 128.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 82 | 0.52 | 0 | 0.50 | 0.36 | 122.14 | 0.35 | 0.47 |
| Hex | 4F | A3 | 52 | 34 | 0 | 32 | 24 | 7A | 23 | 2F |
| Octal | 117 | 243 | 122 | 64 | 0 | 62 | 44 | 172 | 43 | 57 |
| Binary | 1001111 | 10100011 | 1010010 | 110100 | 0 | 110010 | 100100 | 1111010 | 100011 | 101111 |
Color Harmonies of #4FA352
Complementary color
Monochromatic Colors of #4FA352
Black with #4FA352
Text Example
Text Example
White with #4FA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA352; }
p { color: rgb(79,163,82); }
H1.HeaderClassName
{
color: #4FA352;
}
.AnyTagClassName
{
color: #4FA352;
}
</style>
background-color css
<style>
a { background-color: #4FA352; }
a { background-color: rgb(79,163,82); }
div.DivClassName
{
background-color: #4FA352;
}
.BgClassName
{
background-color: #4FA352;
}
</style>
border-color css
<style>
span { border-color: #4FA352; }
span { border-color: rgb(79,163,82); }
td.TdClassName
{
border-color: #4FA352;
}
.TagClassName
{
border-color: #4FA352;
}
</style>