Shades of Fruit Salad #4FC552
Tints of Fruit Salad #4FC552
RGB
CMYK
RGB Variations
Color information
#4FC552 (or 0x4FC552) is known color: Fruit Salad. HEX triplet: 4F, C5 and 52. RGB value is (79,197,82). Sum of RGB (Red+Green+Blue) = 79+197+82=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC552 is #B03AAD. Grayscale: #949494. Windows color (decimal): -11549358 or 5424463. OLE color: 5424463.
HSL color Cylindrical-coordinate representation of color #4FC552: hue angle of 121.53º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC552 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 82 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.23 |
| HSL | 121.53º | 0.5% | 0.54% | - |
| HSV(B) | 121.53º | 0.6% | 0.77% | - |
| XYZ | 24.71 | 42.2 | 14.83 | - |
| YUV | 148.61 | 90.41 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 82 | 0.60 | 0 | 0.58 | 0.23 | 121.53 | 0.5 | 0.54 |
| Hex | 4F | C5 | 52 | 3C | 0 | 3A | 17 | 7A | 32 | 36 |
| Octal | 117 | 305 | 122 | 74 | 0 | 72 | 27 | 172 | 62 | 66 |
| Binary | 1001111 | 11000101 | 1010010 | 111100 | 0 | 111010 | 10111 | 1111010 | 110010 | 110110 |
Color Harmonies of #4FC552
Complementary color
Monochromatic Colors of #4FC552
Black with #4FC552
Text Example
Text Example
White with #4FC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC552; }
p { color: rgb(79,197,82); }
H1.HeaderClassName
{
color: #4FC552;
}
.AnyTagClassName
{
color: #4FC552;
}
</style>
background-color css
<style>
a { background-color: #4FC552; }
a { background-color: rgb(79,197,82); }
div.DivClassName
{
background-color: #4FC552;
}
.BgClassName
{
background-color: #4FC552;
}
</style>
border-color css
<style>
span { border-color: #4FC552; }
span { border-color: rgb(79,197,82); }
td.TdClassName
{
border-color: #4FC552;
}
.TagClassName
{
border-color: #4FC552;
}
</style>