Shades of Fruit Salad #3FA140
Tints of Fruit Salad #3FA140
RGB
CMYK
RGB Variations
Color information
#3FA140 (or 0x3FA140) is known color: Fruit Salad. HEX triplet: 3F, A1 and 40. RGB value is (63,161,64). Sum of RGB (Red+Green+Blue) = 63+161+64=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 161 (63.28% from 255 or 55.90% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA140 is #C05EBF. Grayscale: #787878. Windows color (decimal): -12607168 or 4235583. OLE color: 4235583.
HSL color Cylindrical-coordinate representation of color #3FA140: hue angle of 120.61º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA140 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 64 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.37 |
| HSL | 120.61º | 0.44% | 0.44% | - |
| HSV(B) | 120.61º | 0.61% | 0.63% | - |
| XYZ | 15.72 | 26.92 | 9.22 | - |
| YUV | 120.64 | 96.03 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 64 | 0.61 | 0 | 0.60 | 0.37 | 120.61 | 0.44 | 0.44 |
| Hex | 3F | A1 | 40 | 3D | 0 | 3C | 25 | 79 | 2C | 2C |
| Octal | 77 | 241 | 100 | 75 | 0 | 74 | 45 | 171 | 54 | 54 |
| Binary | 111111 | 10100001 | 1000000 | 111101 | 0 | 111100 | 100101 | 1111001 | 101100 | 101100 |
Color Harmonies of #3FA140
Complementary color
Monochromatic Colors of #3FA140
Black with #3FA140
Text Example
Text Example
White with #3FA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA140; }
p { color: rgb(63,161,64); }
H1.HeaderClassName
{
color: #3FA140;
}
.AnyTagClassName
{
color: #3FA140;
}
</style>
background-color css
<style>
a { background-color: #3FA140; }
a { background-color: rgb(63,161,64); }
div.DivClassName
{
background-color: #3FA140;
}
.BgClassName
{
background-color: #3FA140;
}
</style>
border-color css
<style>
span { border-color: #3FA140; }
span { border-color: rgb(63,161,64); }
td.TdClassName
{
border-color: #3FA140;
}
.TagClassName
{
border-color: #3FA140;
}
</style>