Shades of Fruit Salad #4FBC4F
Tints of Fruit Salad #4FBC4F
RGB
CMYK
RGB Variations
Color information
#4FBC4F (or 0x4FBC4F) is known color: Fruit Salad. HEX triplet: 4F, BC and 4F. RGB value is (79,188,79). Sum of RGB (Red+Green+Blue) = 79+188+79=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC4F is #B043B0. Grayscale: #8F8F8F. Windows color (decimal): -11551665 or 5225551. OLE color: 5225551.
HSL color Cylindrical-coordinate representation of color #4FBC4F: hue angle of 120º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC4F is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 79 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.26 |
| HSL | 120º | 0.45% | 0.52% | - |
| HSV(B) | 120º | 0.58% | 0.74% | - |
| XYZ | 22.62 | 38.19 | 13.58 | - |
| YUV | 142.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 79 | 0.58 | 0 | 0.58 | 0.26 | 120 | 0.45 | 0.52 |
| Hex | 4F | BC | 4F | 3A | 0 | 3A | 1A | 78 | 2D | 34 |
| Octal | 117 | 274 | 117 | 72 | 0 | 72 | 32 | 170 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1001111 | 111010 | 0 | 111010 | 11010 | 1111000 | 101101 | 110100 |
Color Harmonies of #4FBC4F
Complementary color
Monochromatic Colors of #4FBC4F
Black with #4FBC4F
Text Example
Text Example
White with #4FBC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC4F; }
p { color: rgb(79,188,79); }
H1.HeaderClassName
{
color: #4FBC4F;
}
.AnyTagClassName
{
color: #4FBC4F;
}
</style>
background-color css
<style>
a { background-color: #4FBC4F; }
a { background-color: rgb(79,188,79); }
div.DivClassName
{
background-color: #4FBC4F;
}
.BgClassName
{
background-color: #4FBC4F;
}
</style>
border-color css
<style>
span { border-color: #4FBC4F; }
span { border-color: rgb(79,188,79); }
td.TdClassName
{
border-color: #4FBC4F;
}
.TagClassName
{
border-color: #4FBC4F;
}
</style>