Shades of Fruit Salad #4F9952
Tints of Fruit Salad #4F9952
RGB
CMYK
RGB Variations
Color information
#4F9952 (or 0x4F9952) is known color: Fruit Salad. HEX triplet: 4F, 99 and 52. RGB value is (79,153,82). Sum of RGB (Red+Green+Blue) = 79+153+82=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9952 is #B066AD. Grayscale: #7A7A7A. Windows color (decimal): -11560622 or 5413199. OLE color: 5413199.
HSL color Cylindrical-coordinate representation of color #4F9952: hue angle of 122.43º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9952 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 82 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.4 |
| HSL | 122.43º | 0.32% | 0.45% | - |
| HSV(B) | 122.43º | 0.48% | 0.6% | - |
| XYZ | 16.14 | 25.05 | 11.97 | - |
| YUV | 122.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 82 | 0.48 | 0 | 0.46 | 0.4 | 122.43 | 0.32 | 0.45 |
| Hex | 4F | 99 | 52 | 30 | 0 | 2E | 28 | 7A | 20 | 2D |
| Octal | 117 | 231 | 122 | 60 | 0 | 56 | 50 | 172 | 40 | 55 |
| Binary | 1001111 | 10011001 | 1010010 | 110000 | 0 | 101110 | 101000 | 1111010 | 100000 | 101101 |
Color Harmonies of #4F9952
Complementary color
Monochromatic Colors of #4F9952
Black with #4F9952
Text Example
Text Example
White with #4F9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9952; }
p { color: rgb(79,153,82); }
H1.HeaderClassName
{
color: #4F9952;
}
.AnyTagClassName
{
color: #4F9952;
}
</style>
background-color css
<style>
a { background-color: #4F9952; }
a { background-color: rgb(79,153,82); }
div.DivClassName
{
background-color: #4F9952;
}
.BgClassName
{
background-color: #4F9952;
}
</style>
border-color css
<style>
span { border-color: #4F9952; }
span { border-color: rgb(79,153,82); }
td.TdClassName
{
border-color: #4F9952;
}
.TagClassName
{
border-color: #4F9952;
}
</style>