Shades of Fruit Salad #4FBC4C
Tints of Fruit Salad #4FBC4C
RGB
CMYK
RGB Variations
Color information
#4FBC4C (or 0x4FBC4C) is known color: Fruit Salad. HEX triplet: 4F, BC and 4C. RGB value is (79,188,76). Sum of RGB (Red+Green+Blue) = 79+188+76=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FBC4C is #B043B3. Grayscale: #8E8E8E. Windows color (decimal): -11551668 or 5028943. OLE color: 5028943.
HSL color Cylindrical-coordinate representation of color #4FBC4C: hue angle of 118.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBC4C is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 76 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.26 |
| HSL | 118.39º | 0.46% | 0.52% | - |
| HSV(B) | 118.39º | 0.6% | 0.74% | - |
| XYZ | 22.51 | 38.15 | 13.01 | - |
| YUV | 142.64 | 90.39 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 76 | 0.58 | 0 | 0.60 | 0.26 | 118.39 | 0.46 | 0.52 |
| Hex | 4F | BC | 4C | 3A | 0 | 3C | 1A | 76 | 2E | 34 |
| Octal | 117 | 274 | 114 | 72 | 0 | 74 | 32 | 166 | 56 | 64 |
| Binary | 1001111 | 10111100 | 1001100 | 111010 | 0 | 111100 | 11010 | 1110110 | 101110 | 110100 |
Color Harmonies of #4FBC4C
Complementary color
Monochromatic Colors of #4FBC4C
Black with #4FBC4C
Text Example
Text Example
White with #4FBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC4C; }
p { color: rgb(79,188,76); }
H1.HeaderClassName
{
color: #4FBC4C;
}
.AnyTagClassName
{
color: #4FBC4C;
}
</style>
background-color css
<style>
a { background-color: #4FBC4C; }
a { background-color: rgb(79,188,76); }
div.DivClassName
{
background-color: #4FBC4C;
}
.BgClassName
{
background-color: #4FBC4C;
}
</style>
border-color css
<style>
span { border-color: #4FBC4C; }
span { border-color: rgb(79,188,76); }
td.TdClassName
{
border-color: #4FBC4C;
}
.TagClassName
{
border-color: #4FBC4C;
}
</style>