Shades of Fruit Salad #4F9452
Tints of Fruit Salad #4F9452
RGB
CMYK
RGB Variations
Color information
#4F9452 (or 0x4F9452) is known color: Fruit Salad. HEX triplet: 4F, 94 and 52. RGB value is (79,148,82). Sum of RGB (Red+Green+Blue) = 79+148+82=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9452 is #B06BAD. Grayscale: #787878. Windows color (decimal): -11561902 or 5411919. OLE color: 5411919.
HSL color Cylindrical-coordinate representation of color #4F9452: hue angle of 122.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9452 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 148 | 82 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.42 |
| HSL | 122.61º | 0.3% | 0.45% | - |
| HSV(B) | 122.61º | 0.47% | 0.58% | - |
| XYZ | 15.34 | 23.45 | 11.7 | - |
| YUV | 119.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 148 | 82 | 0.47 | 0 | 0.45 | 0.42 | 122.61 | 0.3 | 0.45 |
| Hex | 4F | 94 | 52 | 2F | 0 | 2D | 2A | 7B | 1E | 2D |
| Octal | 117 | 224 | 122 | 57 | 0 | 55 | 52 | 173 | 36 | 55 |
| Binary | 1001111 | 10010100 | 1010010 | 101111 | 0 | 101101 | 101010 | 1111011 | 11110 | 101101 |
Color Harmonies of #4F9452
Complementary color
Monochromatic Colors of #4F9452
Black with #4F9452
Text Example
Text Example
White with #4F9452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9452; }
p { color: rgb(79,148,82); }
H1.HeaderClassName
{
color: #4F9452;
}
.AnyTagClassName
{
color: #4F9452;
}
</style>
background-color css
<style>
a { background-color: #4F9452; }
a { background-color: rgb(79,148,82); }
div.DivClassName
{
background-color: #4F9452;
}
.BgClassName
{
background-color: #4F9452;
}
</style>
border-color css
<style>
span { border-color: #4F9452; }
span { border-color: rgb(79,148,82); }
td.TdClassName
{
border-color: #4F9452;
}
.TagClassName
{
border-color: #4F9452;
}
</style>