Shades of Fruit Salad #4FB74B
Tints of Fruit Salad #4FB74B
RGB
CMYK
RGB Variations
Color information
#4FB74B (or 0x4FB74B) is known color: Fruit Salad. HEX triplet: 4F, B7 and 4B. RGB value is (79,183,75). Sum of RGB (Red+Green+Blue) = 79+183+75=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FB74B is #B048B4. Grayscale: #8B8B8B. Windows color (decimal): -11552949 or 4962127. OLE color: 4962127.
HSL color Cylindrical-coordinate representation of color #4FB74B: hue angle of 117.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FB74B is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 183 | 75 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.28 |
| HSL | 117.78º | 0.43% | 0.51% | - |
| HSV(B) | 117.78º | 0.59% | 0.72% | - |
| XYZ | 21.43 | 36.04 | 12.48 | - |
| YUV | 139.59 | 91.54 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 75 | 0.57 | 0 | 0.59 | 0.28 | 117.78 | 0.43 | 0.51 |
| Hex | 4F | B7 | 4B | 39 | 0 | 3B | 1C | 76 | 2B | 33 |
| Octal | 117 | 267 | 113 | 71 | 0 | 73 | 34 | 166 | 53 | 63 |
| Binary | 1001111 | 10110111 | 1001011 | 111001 | 0 | 111011 | 11100 | 1110110 | 101011 | 110011 |
Color Harmonies of #4FB74B
Complementary color
Monochromatic Colors of #4FB74B
Black with #4FB74B
Text Example
Text Example
White with #4FB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB74B; }
p { color: rgb(79,183,75); }
H1.HeaderClassName
{
color: #4FB74B;
}
.AnyTagClassName
{
color: #4FB74B;
}
</style>
background-color css
<style>
a { background-color: #4FB74B; }
a { background-color: rgb(79,183,75); }
div.DivClassName
{
background-color: #4FB74B;
}
.BgClassName
{
background-color: #4FB74B;
}
</style>
border-color css
<style>
span { border-color: #4FB74B; }
span { border-color: rgb(79,183,75); }
td.TdClassName
{
border-color: #4FB74B;
}
.TagClassName
{
border-color: #4FB74B;
}
</style>