Shades of Fruit Salad #3FA13F
Tints of Fruit Salad #3FA13F
RGB
CMYK
RGB Variations
Color information
#3FA13F (or 0x3FA13F) is known color: Fruit Salad. HEX triplet: 3F, A1 and 3F. RGB value is (63,161,63). Sum of RGB (Red+Green+Blue) = 63+161+63=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA13F is #C05EC0. Grayscale: #787878. Windows color (decimal): -12607169 or 4170047. OLE color: 4170047.
HSL color Cylindrical-coordinate representation of color #3FA13F: hue angle of 120º 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 #3FA13F is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 63 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.37 |
| HSL | 120º | 0.44% | 0.44% | - |
| HSV(B) | 120º | 0.61% | 0.63% | - |
| XYZ | 15.69 | 26.91 | 9.07 | - |
| YUV | 120.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 63 | 0.61 | 0 | 0.61 | 0.37 | 120 | 0.44 | 0.44 |
| Hex | 3F | A1 | 3F | 3D | 0 | 3D | 25 | 78 | 2C | 2C |
| Octal | 77 | 241 | 77 | 75 | 0 | 75 | 45 | 170 | 54 | 54 |
| Binary | 111111 | 10100001 | 111111 | 111101 | 0 | 111101 | 100101 | 1111000 | 101100 | 101100 |
Color Harmonies of #3FA13F
Complementary color
Monochromatic Colors of #3FA13F
Black with #3FA13F
Text Example
Text Example
White with #3FA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA13F; }
p { color: rgb(63,161,63); }
H1.HeaderClassName
{
color: #3FA13F;
}
.AnyTagClassName
{
color: #3FA13F;
}
</style>
background-color css
<style>
a { background-color: #3FA13F; }
a { background-color: rgb(63,161,63); }
div.DivClassName
{
background-color: #3FA13F;
}
.BgClassName
{
background-color: #3FA13F;
}
</style>
border-color css
<style>
span { border-color: #3FA13F; }
span { border-color: rgb(63,161,63); }
td.TdClassName
{
border-color: #3FA13F;
}
.TagClassName
{
border-color: #3FA13F;
}
</style>