Shades of Fruit Salad #3FA145
Tints of Fruit Salad #3FA145
RGB
CMYK
RGB Variations
Color information
#3FA145 (or 0x3FA145) is known color: Fruit Salad. HEX triplet: 3F, A1 and 45. RGB value is (63,161,69). Sum of RGB (Red+Green+Blue) = 63+161+69=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA145 is #C05EBA. Grayscale: #797979. Windows color (decimal): -12607163 or 4563263. OLE color: 4563263.
HSL color Cylindrical-coordinate representation of color #3FA145: hue angle of 123.67º 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 #3FA145 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 69 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.37 |
| HSL | 123.67º | 0.44% | 0.44% | - |
| HSV(B) | 123.67º | 0.61% | 0.63% | - |
| XYZ | 15.87 | 26.98 | 10 | - |
| YUV | 121.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 69 | 0.61 | 0 | 0.57 | 0.37 | 123.67 | 0.44 | 0.44 |
| Hex | 3F | A1 | 45 | 3D | 0 | 39 | 25 | 7C | 2C | 2C |
| Octal | 77 | 241 | 105 | 75 | 0 | 71 | 45 | 174 | 54 | 54 |
| Binary | 111111 | 10100001 | 1000101 | 111101 | 0 | 111001 | 100101 | 1111100 | 101100 | 101100 |
Color Harmonies of #3FA145
Complementary color
Monochromatic Colors of #3FA145
Black with #3FA145
Text Example
Text Example
White with #3FA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA145; }
p { color: rgb(63,161,69); }
H1.HeaderClassName
{
color: #3FA145;
}
.AnyTagClassName
{
color: #3FA145;
}
</style>
background-color css
<style>
a { background-color: #3FA145; }
a { background-color: rgb(63,161,69); }
div.DivClassName
{
background-color: #3FA145;
}
.BgClassName
{
background-color: #3FA145;
}
</style>
border-color css
<style>
span { border-color: #3FA145; }
span { border-color: rgb(63,161,69); }
td.TdClassName
{
border-color: #3FA145;
}
.TagClassName
{
border-color: #3FA145;
}
</style>