Shades of Fruit Salad #4FB64D
Tints of Fruit Salad #4FB64D
RGB
CMYK
RGB Variations
Color information
#4FB64D (or 0x4FB64D) is known color: Fruit Salad. HEX triplet: 4F, B6 and 4D. RGB value is (79,182,77). Sum of RGB (Red+Green+Blue) = 79+182+77=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #4FB64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB64D is #B049B2. Grayscale: #8B8B8B. Windows color (decimal): -11553203 or 5092943. OLE color: 5092943.
HSL color Cylindrical-coordinate representation of color #4FB64D: hue angle of 118.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FB64D is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 182 | 77 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.29 |
| HSL | 118.86º | 0.42% | 0.51% | - |
| HSV(B) | 118.86º | 0.58% | 0.71% | - |
| XYZ | 21.29 | 35.65 | 12.78 | - |
| YUV | 139.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 182 | 77 | 0.57 | 0 | 0.58 | 0.29 | 118.86 | 0.42 | 0.51 |
| Hex | 4F | B6 | 4D | 39 | 0 | 3A | 1D | 77 | 2A | 33 |
| Octal | 117 | 266 | 115 | 71 | 0 | 72 | 35 | 167 | 52 | 63 |
| Binary | 1001111 | 10110110 | 1001101 | 111001 | 0 | 111010 | 11101 | 1110111 | 101010 | 110011 |
Color Harmonies of #4FB64D
Complementary color
Monochromatic Colors of #4FB64D
Black with #4FB64D
Text Example
Text Example
White with #4FB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB64D; }
p { color: rgb(79,182,77); }
H1.HeaderClassName
{
color: #4FB64D;
}
.AnyTagClassName
{
color: #4FB64D;
}
</style>
background-color css
<style>
a { background-color: #4FB64D; }
a { background-color: rgb(79,182,77); }
div.DivClassName
{
background-color: #4FB64D;
}
.BgClassName
{
background-color: #4FB64D;
}
</style>
border-color css
<style>
span { border-color: #4FB64D; }
span { border-color: rgb(79,182,77); }
td.TdClassName
{
border-color: #4FB64D;
}
.TagClassName
{
border-color: #4FB64D;
}
</style>