Shades of Fruit Salad #4FB752
Tints of Fruit Salad #4FB752
RGB
CMYK
RGB Variations
Color information
#4FB752 (or 0x4FB752) is known color: Fruit Salad. HEX triplet: 4F, B7 and 52. RGB value is (79,183,82). Sum of RGB (Red+Green+Blue) = 79+183+82=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB752 is #B048AD. Grayscale: #8C8C8C. Windows color (decimal): -11552942 or 5420879. OLE color: 5420879.
HSL color Cylindrical-coordinate representation of color #4FB752: hue angle of 121.73º 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 #4FB752 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 183 | 82 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.28 |
| HSL | 121.73º | 0.42% | 0.51% | - |
| HSV(B) | 121.73º | 0.57% | 0.72% | - |
| XYZ | 21.68 | 36.14 | 13.82 | - |
| YUV | 140.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 82 | 0.57 | 0 | 0.55 | 0.28 | 121.73 | 0.42 | 0.51 |
| Hex | 4F | B7 | 52 | 39 | 0 | 37 | 1C | 7A | 2A | 33 |
| Octal | 117 | 267 | 122 | 71 | 0 | 67 | 34 | 172 | 52 | 63 |
| Binary | 1001111 | 10110111 | 1010010 | 111001 | 0 | 110111 | 11100 | 1111010 | 101010 | 110011 |
Color Harmonies of #4FB752
Complementary color
Monochromatic Colors of #4FB752
Black with #4FB752
Text Example
Text Example
White with #4FB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB752; }
p { color: rgb(79,183,82); }
H1.HeaderClassName
{
color: #4FB752;
}
.AnyTagClassName
{
color: #4FB752;
}
</style>
background-color css
<style>
a { background-color: #4FB752; }
a { background-color: rgb(79,183,82); }
div.DivClassName
{
background-color: #4FB752;
}
.BgClassName
{
background-color: #4FB752;
}
</style>
border-color css
<style>
span { border-color: #4FB752; }
span { border-color: rgb(79,183,82); }
td.TdClassName
{
border-color: #4FB752;
}
.TagClassName
{
border-color: #4FB752;
}
</style>