Shades of Fruit Salad #4D973F
Tints of Fruit Salad #4D973F
RGB
CMYK
RGB Variations
Color information
#4D973F (or 0x4D973F) is known color: Fruit Salad. HEX triplet: 4D, 97 and 3F. RGB value is (77,151,63). Sum of RGB (Red+Green+Blue) = 77+151+63=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #4D973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D973F is #B268C0. Grayscale: #777777. Windows color (decimal): -11692225 or 4167501. OLE color: 4167501.
HSL color Cylindrical-coordinate representation of color #4D973F: hue angle of 110.45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D973F is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 63 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.41 |
| HSL | 110.45º | 0.41% | 0.42% | - |
| HSV(B) | 110.45º | 0.58% | 0.59% | - |
| XYZ | 15.02 | 24.07 | 8.56 | - |
| YUV | 118.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 63 | 0.49 | 0 | 0.58 | 0.41 | 110.45 | 0.41 | 0.42 |
| Hex | 4D | 97 | 3F | 31 | 0 | 3A | 29 | 6E | 29 | 2A |
| Octal | 115 | 227 | 77 | 61 | 0 | 72 | 51 | 156 | 51 | 52 |
| Binary | 1001101 | 10010111 | 111111 | 110001 | 0 | 111010 | 101001 | 1101110 | 101001 | 101010 |
Color Harmonies of #4D973F
Complementary color
Monochromatic Colors of #4D973F
Black with #4D973F
Text Example
Text Example
White with #4D973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D973F; }
p { color: rgb(77,151,63); }
H1.HeaderClassName
{
color: #4D973F;
}
.AnyTagClassName
{
color: #4D973F;
}
</style>
background-color css
<style>
a { background-color: #4D973F; }
a { background-color: rgb(77,151,63); }
div.DivClassName
{
background-color: #4D973F;
}
.BgClassName
{
background-color: #4D973F;
}
</style>
border-color css
<style>
span { border-color: #4D973F; }
span { border-color: rgb(77,151,63); }
td.TdClassName
{
border-color: #4D973F;
}
.TagClassName
{
border-color: #4D973F;
}
</style>