Shades of Fruit Salad #3FA240
Tints of Fruit Salad #3FA240
RGB
CMYK
RGB Variations
Color information
#3FA240 (or 0x3FA240) is known color: Fruit Salad. HEX triplet: 3F, A2 and 40. RGB value is (63,162,64). Sum of RGB (Red+Green+Blue) = 63+162+64=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA240 is #C05DBF. Grayscale: #797979. Windows color (decimal): -12606912 or 4235839. OLE color: 4235839.
HSL color Cylindrical-coordinate representation of color #3FA240: hue angle of 120.61º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA240 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 64 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.36 |
| HSL | 120.61º | 0.44% | 0.44% | - |
| HSV(B) | 120.61º | 0.61% | 0.64% | - |
| XYZ | 15.9 | 27.27 | 9.28 | - |
| YUV | 121.23 | 95.7 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 64 | 0.61 | 0 | 0.60 | 0.36 | 120.61 | 0.44 | 0.44 |
| Hex | 3F | A2 | 40 | 3D | 0 | 3C | 24 | 79 | 2C | 2C |
| Octal | 77 | 242 | 100 | 75 | 0 | 74 | 44 | 171 | 54 | 54 |
| Binary | 111111 | 10100010 | 1000000 | 111101 | 0 | 111100 | 100100 | 1111001 | 101100 | 101100 |
Color Harmonies of #3FA240
Complementary color
Monochromatic Colors of #3FA240
Black with #3FA240
Text Example
Text Example
White with #3FA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA240; }
p { color: rgb(63,162,64); }
H1.HeaderClassName
{
color: #3FA240;
}
.AnyTagClassName
{
color: #3FA240;
}
</style>
background-color css
<style>
a { background-color: #3FA240; }
a { background-color: rgb(63,162,64); }
div.DivClassName
{
background-color: #3FA240;
}
.BgClassName
{
background-color: #3FA240;
}
</style>
border-color css
<style>
span { border-color: #3FA240; }
span { border-color: rgb(63,162,64); }
td.TdClassName
{
border-color: #3FA240;
}
.TagClassName
{
border-color: #3FA240;
}
</style>