Shades of Fruit Salad #4FB14D
Tints of Fruit Salad #4FB14D
RGB
CMYK
RGB Variations
Color information
#4FB14D (or 0x4FB14D) is known color: Fruit Salad. HEX triplet: 4F, B1 and 4D. RGB value is (79,177,77). Sum of RGB (Red+Green+Blue) = 79+177+77=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB14D is #B04EB2. Grayscale: #888888. Windows color (decimal): -11554483 or 5091663. OLE color: 5091663.
HSL color Cylindrical-coordinate representation of color #4FB14D: hue angle of 118.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB14D is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 177 | 77 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.31 |
| HSL | 118.8º | 0.39% | 0.5% | - |
| HSV(B) | 118.8º | 0.56% | 0.69% | - |
| XYZ | 20.29 | 33.64 | 12.45 | - |
| YUV | 136.3 | 94.53 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 177 | 77 | 0.55 | 0 | 0.56 | 0.31 | 118.8 | 0.39 | 0.5 |
| Hex | 4F | B1 | 4D | 37 | 0 | 38 | 1F | 77 | 27 | 32 |
| Octal | 117 | 261 | 115 | 67 | 0 | 70 | 37 | 167 | 47 | 62 |
| Binary | 1001111 | 10110001 | 1001101 | 110111 | 0 | 111000 | 11111 | 1110111 | 100111 | 110010 |
Color Harmonies of #4FB14D
Complementary color
Monochromatic Colors of #4FB14D
Black with #4FB14D
Text Example
Text Example
White with #4FB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB14D; }
p { color: rgb(79,177,77); }
H1.HeaderClassName
{
color: #4FB14D;
}
.AnyTagClassName
{
color: #4FB14D;
}
</style>
background-color css
<style>
a { background-color: #4FB14D; }
a { background-color: rgb(79,177,77); }
div.DivClassName
{
background-color: #4FB14D;
}
.BgClassName
{
background-color: #4FB14D;
}
</style>
border-color css
<style>
span { border-color: #4FB14D; }
span { border-color: rgb(79,177,77); }
td.TdClassName
{
border-color: #4FB14D;
}
.TagClassName
{
border-color: #4FB14D;
}
</style>