Shades of Fruit Salad #3FA640
Tints of Fruit Salad #3FA640
RGB
CMYK
RGB Variations
Color information
#3FA640 (or 0x3FA640) is known color: Fruit Salad. HEX triplet: 3F, A6 and 40. RGB value is (63,166,64). Sum of RGB (Red+Green+Blue) = 63+166+64=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA640 is #C059BF. Grayscale: #7B7B7B. Windows color (decimal): -12605888 or 4236863. OLE color: 4236863.
HSL color Cylindrical-coordinate representation of color #3FA640: hue angle of 120.58º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA640 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 64 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.35 |
| HSL | 120.58º | 0.45% | 0.45% | - |
| HSV(B) | 120.58º | 0.62% | 0.65% | - |
| XYZ | 16.61 | 28.7 | 9.51 | - |
| YUV | 123.58 | 94.38 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 64 | 0.62 | 0 | 0.61 | 0.35 | 120.58 | 0.45 | 0.45 |
| Hex | 3F | A6 | 40 | 3E | 0 | 3D | 23 | 79 | 2D | 2D |
| Octal | 77 | 246 | 100 | 76 | 0 | 75 | 43 | 171 | 55 | 55 |
| Binary | 111111 | 10100110 | 1000000 | 111110 | 0 | 111101 | 100011 | 1111001 | 101101 | 101101 |
Color Harmonies of #3FA640
Complementary color
Monochromatic Colors of #3FA640
Black with #3FA640
Text Example
Text Example
White with #3FA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA640; }
p { color: rgb(63,166,64); }
H1.HeaderClassName
{
color: #3FA640;
}
.AnyTagClassName
{
color: #3FA640;
}
</style>
background-color css
<style>
a { background-color: #3FA640; }
a { background-color: rgb(63,166,64); }
div.DivClassName
{
background-color: #3FA640;
}
.BgClassName
{
background-color: #3FA640;
}
</style>
border-color css
<style>
span { border-color: #3FA640; }
span { border-color: rgb(63,166,64); }
td.TdClassName
{
border-color: #3FA640;
}
.TagClassName
{
border-color: #3FA640;
}
</style>