Shades of Fruit Salad #4F924C
Tints of Fruit Salad #4F924C
RGB
CMYK
RGB Variations
Color information
#4F924C (or 0x4F924C) is known color: Fruit Salad. HEX triplet: 4F, 92 and 4C. RGB value is (79,146,76). Sum of RGB (Red+Green+Blue) = 79+146+76=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #4F924C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F924C is #B06DB3. Grayscale: #767676. Windows color (decimal): -11562420 or 5018191. OLE color: 5018191.
HSL color Cylindrical-coordinate representation of color #4F924C: hue angle of 117.43º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F924C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 76 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.43 |
| HSL | 117.43º | 0.32% | 0.44% | - |
| HSV(B) | 117.43º | 0.48% | 0.57% | - |
| XYZ | 14.81 | 22.74 | 10.45 | - |
| YUV | 117.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 76 | 0.46 | 0 | 0.48 | 0.43 | 117.43 | 0.32 | 0.44 |
| Hex | 4F | 92 | 4C | 2E | 0 | 30 | 2B | 75 | 20 | 2C |
| Octal | 117 | 222 | 114 | 56 | 0 | 60 | 53 | 165 | 40 | 54 |
| Binary | 1001111 | 10010010 | 1001100 | 101110 | 0 | 110000 | 101011 | 1110101 | 100000 | 101100 |
Color Harmonies of #4F924C
Complementary color
Monochromatic Colors of #4F924C
Black with #4F924C
Text Example
Text Example
White with #4F924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F924C; }
p { color: rgb(79,146,76); }
H1.HeaderClassName
{
color: #4F924C;
}
.AnyTagClassName
{
color: #4F924C;
}
</style>
background-color css
<style>
a { background-color: #4F924C; }
a { background-color: rgb(79,146,76); }
div.DivClassName
{
background-color: #4F924C;
}
.BgClassName
{
background-color: #4F924C;
}
</style>
border-color css
<style>
span { border-color: #4F924C; }
span { border-color: rgb(79,146,76); }
td.TdClassName
{
border-color: #4F924C;
}
.TagClassName
{
border-color: #4F924C;
}
</style>