Shades of Fruit Salad #3FAC4F
Tints of Fruit Salad #3FAC4F
RGB
CMYK
RGB Variations
Color information
#3FAC4F (or 0x3FAC4F) is known color: Fruit Salad. HEX triplet: 3F, AC and 4F. RGB value is (63,172,79). Sum of RGB (Red+Green+Blue) = 63+172+79=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC4F is #C053B0. Grayscale: #818181. Windows color (decimal): -12604337 or 5221439. OLE color: 5221439.
HSL color Cylindrical-coordinate representation of color #3FAC4F: hue angle of 128.81º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAC4F is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 79 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.33 |
| HSL | 128.81º | 0.46% | 0.46% | - |
| HSV(B) | 128.81º | 0.63% | 0.67% | - |
| XYZ | 18.21 | 31.13 | 12.45 | - |
| YUV | 128.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 79 | 0.63 | 0 | 0.54 | 0.33 | 128.81 | 0.46 | 0.46 |
| Hex | 3F | AC | 4F | 3F | 0 | 36 | 21 | 81 | 2E | 2E |
| Octal | 77 | 254 | 117 | 77 | 0 | 66 | 41 | 201 | 56 | 56 |
| Binary | 111111 | 10101100 | 1001111 | 111111 | 0 | 110110 | 100001 | 10000001 | 101110 | 101110 |
Color Harmonies of #3FAC4F
Complementary color
Monochromatic Colors of #3FAC4F
Black with #3FAC4F
Text Example
Text Example
White with #3FAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC4F; }
p { color: rgb(63,172,79); }
H1.HeaderClassName
{
color: #3FAC4F;
}
.AnyTagClassName
{
color: #3FAC4F;
}
</style>
background-color css
<style>
a { background-color: #3FAC4F; }
a { background-color: rgb(63,172,79); }
div.DivClassName
{
background-color: #3FAC4F;
}
.BgClassName
{
background-color: #3FAC4F;
}
</style>
border-color css
<style>
span { border-color: #3FAC4F; }
span { border-color: rgb(63,172,79); }
td.TdClassName
{
border-color: #3FAC4F;
}
.TagClassName
{
border-color: #3FAC4F;
}
</style>