Shades of Fruit Salad #3FAD4E
Tints of Fruit Salad #3FAD4E
RGB
CMYK
RGB Variations
Color information
#3FAD4E (or 0x3FAD4E) is known color: Fruit Salad. HEX triplet: 3F, AD and 4E. RGB value is (63,173,78). Sum of RGB (Red+Green+Blue) = 63+173+78=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAD4E is #C052B1. Grayscale: #818181. Windows color (decimal): -12604082 or 5156159. OLE color: 5156159.
HSL color Cylindrical-coordinate representation of color #3FAD4E: hue angle of 128.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAD4E is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 78 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.32 |
| HSL | 128.18º | 0.47% | 0.46% | - |
| HSV(B) | 128.18º | 0.64% | 0.68% | - |
| XYZ | 18.37 | 31.49 | 12.32 | - |
| YUV | 129.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 78 | 0.64 | 0 | 0.55 | 0.32 | 128.18 | 0.47 | 0.46 |
| Hex | 3F | AD | 4E | 40 | 0 | 37 | 20 | 80 | 2F | 2E |
| Octal | 77 | 255 | 116 | 100 | 0 | 67 | 40 | 200 | 57 | 56 |
| Binary | 111111 | 10101101 | 1001110 | 1000000 | 0 | 110111 | 100000 | 10000000 | 101111 | 101110 |
Color Harmonies of #3FAD4E
Complementary color
Monochromatic Colors of #3FAD4E
Black with #3FAD4E
Text Example
Text Example
White with #3FAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD4E; }
p { color: rgb(63,173,78); }
H1.HeaderClassName
{
color: #3FAD4E;
}
.AnyTagClassName
{
color: #3FAD4E;
}
</style>
background-color css
<style>
a { background-color: #3FAD4E; }
a { background-color: rgb(63,173,78); }
div.DivClassName
{
background-color: #3FAD4E;
}
.BgClassName
{
background-color: #3FAD4E;
}
</style>
border-color css
<style>
span { border-color: #3FAD4E; }
span { border-color: rgb(63,173,78); }
td.TdClassName
{
border-color: #3FAD4E;
}
.TagClassName
{
border-color: #3FAD4E;
}
</style>