Shades of Fruit Salad #4FB74F
Tints of Fruit Salad #4FB74F
RGB
CMYK
RGB Variations
Color information
#4FB74F (or 0x4FB74F) is known color: Fruit Salad. HEX triplet: 4F, B7 and 4F. RGB value is (79,183,79). Sum of RGB (Red+Green+Blue) = 79+183+79=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB74F is #B048B0. Grayscale: #8C8C8C. Windows color (decimal): -11552945 or 5224271. OLE color: 5224271.
HSL color Cylindrical-coordinate representation of color #4FB74F: hue angle of 120º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB74F is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 183 | 79 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.28 |
| HSL | 120º | 0.42% | 0.51% | - |
| HSV(B) | 120º | 0.57% | 0.72% | - |
| XYZ | 21.57 | 36.09 | 13.23 | - |
| YUV | 140.05 | 93.54 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 79 | 0.57 | 0 | 0.57 | 0.28 | 120 | 0.42 | 0.51 |
| Hex | 4F | B7 | 4F | 39 | 0 | 39 | 1C | 78 | 2A | 33 |
| Octal | 117 | 267 | 117 | 71 | 0 | 71 | 34 | 170 | 52 | 63 |
| Binary | 1001111 | 10110111 | 1001111 | 111001 | 0 | 111001 | 11100 | 1111000 | 101010 | 110011 |
Color Harmonies of #4FB74F
Complementary color
Monochromatic Colors of #4FB74F
Black with #4FB74F
Text Example
Text Example
White with #4FB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB74F; }
p { color: rgb(79,183,79); }
H1.HeaderClassName
{
color: #4FB74F;
}
.AnyTagClassName
{
color: #4FB74F;
}
</style>
background-color css
<style>
a { background-color: #4FB74F; }
a { background-color: rgb(79,183,79); }
div.DivClassName
{
background-color: #4FB74F;
}
.BgClassName
{
background-color: #4FB74F;
}
</style>
border-color css
<style>
span { border-color: #4FB74F; }
span { border-color: rgb(79,183,79); }
td.TdClassName
{
border-color: #4FB74F;
}
.TagClassName
{
border-color: #4FB74F;
}
</style>