Shades of Fruit Salad #4F924F
Tints of Fruit Salad #4F924F
RGB
CMYK
RGB Variations
Color information
#4F924F (or 0x4F924F) is known color: Fruit Salad. HEX triplet: 4F, 92 and 4F. RGB value is (79,146,79). Sum of RGB (Red+Green+Blue) = 79+146+79=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #4F924F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F924F is #B06DB0. Grayscale: #767676. Windows color (decimal): -11562417 or 5214799. OLE color: 5214799.
HSL color Cylindrical-coordinate representation of color #4F924F: hue angle of 120º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F924F is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 79 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.43 |
| HSL | 120º | 0.3% | 0.44% | - |
| HSV(B) | 120º | 0.46% | 0.57% | - |
| XYZ | 14.91 | 22.78 | 11.01 | - |
| YUV | 118.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 79 | 0.46 | 0 | 0.46 | 0.43 | 120 | 0.3 | 0.44 |
| Hex | 4F | 92 | 4F | 2E | 0 | 2E | 2B | 78 | 1E | 2C |
| Octal | 117 | 222 | 117 | 56 | 0 | 56 | 53 | 170 | 36 | 54 |
| Binary | 1001111 | 10010010 | 1001111 | 101110 | 0 | 101110 | 101011 | 1111000 | 11110 | 101100 |
Color Harmonies of #4F924F
Complementary color
Monochromatic Colors of #4F924F
Black with #4F924F
Text Example
Text Example
White with #4F924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F924F; }
p { color: rgb(79,146,79); }
H1.HeaderClassName
{
color: #4F924F;
}
.AnyTagClassName
{
color: #4F924F;
}
</style>
background-color css
<style>
a { background-color: #4F924F; }
a { background-color: rgb(79,146,79); }
div.DivClassName
{
background-color: #4F924F;
}
.BgClassName
{
background-color: #4F924F;
}
</style>
border-color css
<style>
span { border-color: #4F924F; }
span { border-color: rgb(79,146,79); }
td.TdClassName
{
border-color: #4F924F;
}
.TagClassName
{
border-color: #4F924F;
}
</style>