Shades of Fruit Salad #3FAC4E
Tints of Fruit Salad #3FAC4E
RGB
CMYK
RGB Variations
Color information
#3FAC4E (or 0x3FAC4E) is known color: Fruit Salad. HEX triplet: 3F, AC and 4E. RGB value is (63,172,78). Sum of RGB (Red+Green+Blue) = 63+172+78=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC4E is #C053B1. Grayscale: #808080. Windows color (decimal): -12604338 or 5155903. OLE color: 5155903.
HSL color Cylindrical-coordinate representation of color #3FAC4E: hue angle of 128.26º 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 #3FAC4E is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 78 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.33 |
| HSL | 128.26º | 0.46% | 0.46% | - |
| HSV(B) | 128.26º | 0.63% | 0.67% | - |
| XYZ | 18.18 | 31.11 | 12.25 | - |
| YUV | 128.69 | 99.39 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 78 | 0.63 | 0 | 0.55 | 0.33 | 128.26 | 0.46 | 0.46 |
| Hex | 3F | AC | 4E | 3F | 0 | 37 | 21 | 80 | 2E | 2E |
| Octal | 77 | 254 | 116 | 77 | 0 | 67 | 41 | 200 | 56 | 56 |
| Binary | 111111 | 10101100 | 1001110 | 111111 | 0 | 110111 | 100001 | 10000000 | 101110 | 101110 |
Color Harmonies of #3FAC4E
Complementary color
Monochromatic Colors of #3FAC4E
Black with #3FAC4E
Text Example
Text Example
White with #3FAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC4E; }
p { color: rgb(63,172,78); }
H1.HeaderClassName
{
color: #3FAC4E;
}
.AnyTagClassName
{
color: #3FAC4E;
}
</style>
background-color css
<style>
a { background-color: #3FAC4E; }
a { background-color: rgb(63,172,78); }
div.DivClassName
{
background-color: #3FAC4E;
}
.BgClassName
{
background-color: #3FAC4E;
}
</style>
border-color css
<style>
span { border-color: #3FAC4E; }
span { border-color: rgb(63,172,78); }
td.TdClassName
{
border-color: #3FAC4E;
}
.TagClassName
{
border-color: #3FAC4E;
}
</style>