Shades of Fruit Salad #4FB353
Tints of Fruit Salad #4FB353
RGB
CMYK
RGB Variations
Color information
#4FB353 (or 0x4FB353) is known color: Fruit Salad. HEX triplet: 4F, B3 and 53. RGB value is (79,179,83). Sum of RGB (Red+Green+Blue) = 79+179+83=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB353 is #B04CAC. Grayscale: #8A8A8A. Windows color (decimal): -11553965 or 5485391. OLE color: 5485391.
HSL color Cylindrical-coordinate representation of color #4FB353: hue angle of 122.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB353 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 83 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.30 |
| HSL | 122.4º | 0.4% | 0.51% | - |
| HSV(B) | 122.4º | 0.56% | 0.7% | - |
| XYZ | 20.91 | 34.53 | 13.75 | - |
| YUV | 138.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 83 | 0.56 | 0 | 0.54 | 0.30 | 122.4 | 0.4 | 0.51 |
| Hex | 4F | B3 | 53 | 38 | 0 | 36 | 1E | 7A | 28 | 33 |
| Octal | 117 | 263 | 123 | 70 | 0 | 66 | 36 | 172 | 50 | 63 |
| Binary | 1001111 | 10110011 | 1010011 | 111000 | 0 | 110110 | 11110 | 1111010 | 101000 | 110011 |
Color Harmonies of #4FB353
Complementary color
Monochromatic Colors of #4FB353
Black with #4FB353
Text Example
Text Example
White with #4FB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB353; }
p { color: rgb(79,179,83); }
H1.HeaderClassName
{
color: #4FB353;
}
.AnyTagClassName
{
color: #4FB353;
}
</style>
background-color css
<style>
a { background-color: #4FB353; }
a { background-color: rgb(79,179,83); }
div.DivClassName
{
background-color: #4FB353;
}
.BgClassName
{
background-color: #4FB353;
}
</style>
border-color css
<style>
span { border-color: #4FB353; }
span { border-color: rgb(79,179,83); }
td.TdClassName
{
border-color: #4FB353;
}
.TagClassName
{
border-color: #4FB353;
}
</style>