Shades of Fruit Salad #4F9F5D
Tints of Fruit Salad #4F9F5D
RGB
CMYK
RGB Variations
Color information
#4F9F5D (or 0x4F9F5D) is known color: Fruit Salad. HEX triplet: 4F, 9F and 5D. RGB value is (79,159,93). Sum of RGB (Red+Green+Blue) = 79+159+93=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F5D is #B060A2. Grayscale: #7F7F7F. Windows color (decimal): -11559075 or 6135631. OLE color: 6135631.
HSL color Cylindrical-coordinate representation of color #4F9F5D: hue angle of 130.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F5D is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 93 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.38 |
| HSL | 130.5º | 0.34% | 0.47% | - |
| HSV(B) | 130.5º | 0.5% | 0.62% | - |
| XYZ | 17.6 | 27.25 | 14.69 | - |
| YUV | 127.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 93 | 0.50 | 0 | 0.42 | 0.38 | 130.5 | 0.34 | 0.47 |
| Hex | 4F | 9F | 5D | 32 | 0 | 2A | 26 | 82 | 22 | 2F |
| Octal | 117 | 237 | 135 | 62 | 0 | 52 | 46 | 202 | 42 | 57 |
| Binary | 1001111 | 10011111 | 1011101 | 110010 | 0 | 101010 | 100110 | 10000010 | 100010 | 101111 |
Color Harmonies of #4F9F5D
Complementary color
Monochromatic Colors of #4F9F5D
Black with #4F9F5D
Text Example
Text Example
White with #4F9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F5D; }
p { color: rgb(79,159,93); }
H1.HeaderClassName
{
color: #4F9F5D;
}
.AnyTagClassName
{
color: #4F9F5D;
}
</style>
background-color css
<style>
a { background-color: #4F9F5D; }
a { background-color: rgb(79,159,93); }
div.DivClassName
{
background-color: #4F9F5D;
}
.BgClassName
{
background-color: #4F9F5D;
}
</style>
border-color css
<style>
span { border-color: #4F9F5D; }
span { border-color: rgb(79,159,93); }
td.TdClassName
{
border-color: #4F9F5D;
}
.TagClassName
{
border-color: #4F9F5D;
}
</style>