Shades of Fruit Salad #3FA04B
Tints of Fruit Salad #3FA04B
RGB
CMYK
RGB Variations
Color information
#3FA04B (or 0x3FA04B) is known color: Fruit Salad. HEX triplet: 3F, A0 and 4B. RGB value is (63,160,75). Sum of RGB (Red+Green+Blue) = 63+160+75=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA04B is #C05FB4. Grayscale: #797979. Windows color (decimal): -12607413 or 4956223. OLE color: 4956223.
HSL color Cylindrical-coordinate representation of color #3FA04B: hue angle of 127.42º degrees, saturation: 0.43, 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 #3FA04B is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 75 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.37 |
| HSL | 127.42º | 0.43% | 0.44% | - |
| HSV(B) | 127.42º | 0.61% | 0.63% | - |
| XYZ | 15.89 | 26.71 | 10.97 | - |
| YUV | 121.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 75 | 0.61 | 0 | 0.53 | 0.37 | 127.42 | 0.43 | 0.44 |
| Hex | 3F | A0 | 4B | 3D | 0 | 35 | 25 | 7F | 2B | 2C |
| Octal | 77 | 240 | 113 | 75 | 0 | 65 | 45 | 177 | 53 | 54 |
| Binary | 111111 | 10100000 | 1001011 | 111101 | 0 | 110101 | 100101 | 1111111 | 101011 | 101100 |
Color Harmonies of #3FA04B
Complementary color
Monochromatic Colors of #3FA04B
Black with #3FA04B
Text Example
Text Example
White with #3FA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA04B; }
p { color: rgb(63,160,75); }
H1.HeaderClassName
{
color: #3FA04B;
}
.AnyTagClassName
{
color: #3FA04B;
}
</style>
background-color css
<style>
a { background-color: #3FA04B; }
a { background-color: rgb(63,160,75); }
div.DivClassName
{
background-color: #3FA04B;
}
.BgClassName
{
background-color: #3FA04B;
}
</style>
border-color css
<style>
span { border-color: #3FA04B; }
span { border-color: rgb(63,160,75); }
td.TdClassName
{
border-color: #3FA04B;
}
.TagClassName
{
border-color: #3FA04B;
}
</style>