Shades of Fruit Salad #3FA33F
Tints of Fruit Salad #3FA33F
RGB
CMYK
RGB Variations
Color information
#3FA33F (or 0x3FA33F) is known color: Fruit Salad. HEX triplet: 3F, A3 and 3F. RGB value is (63,163,63). Sum of RGB (Red+Green+Blue) = 63+163+63=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA33F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA33F is #C05CC0. Grayscale: #7A7A7A. Windows color (decimal): -12606657 or 4170559. OLE color: 4170559.
HSL color Cylindrical-coordinate representation of color #3FA33F: hue angle of 120º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA33F is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 63 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.36 |
| HSL | 120º | 0.44% | 0.44% | - |
| HSV(B) | 120º | 0.61% | 0.64% | - |
| XYZ | 16.04 | 27.61 | 9.19 | - |
| YUV | 121.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 63 | 0.61 | 0 | 0.61 | 0.36 | 120 | 0.44 | 0.44 |
| Hex | 3F | A3 | 3F | 3D | 0 | 3D | 24 | 78 | 2C | 2C |
| Octal | 77 | 243 | 77 | 75 | 0 | 75 | 44 | 170 | 54 | 54 |
| Binary | 111111 | 10100011 | 111111 | 111101 | 0 | 111101 | 100100 | 1111000 | 101100 | 101100 |
Color Harmonies of #3FA33F
Complementary color
Monochromatic Colors of #3FA33F
Black with #3FA33F
Text Example
Text Example
White with #3FA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA33F; }
p { color: rgb(63,163,63); }
H1.HeaderClassName
{
color: #3FA33F;
}
.AnyTagClassName
{
color: #3FA33F;
}
</style>
background-color css
<style>
a { background-color: #3FA33F; }
a { background-color: rgb(63,163,63); }
div.DivClassName
{
background-color: #3FA33F;
}
.BgClassName
{
background-color: #3FA33F;
}
</style>
border-color css
<style>
span { border-color: #3FA33F; }
span { border-color: rgb(63,163,63); }
td.TdClassName
{
border-color: #3FA33F;
}
.TagClassName
{
border-color: #3FA33F;
}
</style>