Shades of Fruit Salad #3FA43A
Tints of Fruit Salad #3FA43A
RGB
CMYK
RGB Variations
Color information
#3FA43A (or 0x3FA43A) is known color: Fruit Salad. HEX triplet: 3F, A4 and 3A. RGB value is (63,164,58). Sum of RGB (Red+Green+Blue) = 63+164+58=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA43A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA43A is #C05BC5. Grayscale: #7A7A7A. Windows color (decimal): -12606406 or 3843135. OLE color: 3843135.
HSL color Cylindrical-coordinate representation of color #3FA43A: hue angle of 117.17º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FA43A is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 58 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.36 |
| HSL | 117.17º | 0.48% | 0.44% | - |
| HSV(B) | 117.17º | 0.65% | 0.64% | - |
| XYZ | 16.09 | 27.91 | 8.54 | - |
| YUV | 121.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 58 | 0.62 | 0 | 0.65 | 0.36 | 117.17 | 0.48 | 0.44 |
| Hex | 3F | A4 | 3A | 3E | 0 | 41 | 24 | 75 | 30 | 2C |
| Octal | 77 | 244 | 72 | 76 | 0 | 101 | 44 | 165 | 60 | 54 |
| Binary | 111111 | 10100100 | 111010 | 111110 | 0 | 1000001 | 100100 | 1110101 | 110000 | 101100 |
Color Harmonies of #3FA43A
Complementary color
Monochromatic Colors of #3FA43A
Black with #3FA43A
Text Example
Text Example
White with #3FA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA43A; }
p { color: rgb(63,164,58); }
H1.HeaderClassName
{
color: #3FA43A;
}
.AnyTagClassName
{
color: #3FA43A;
}
</style>
background-color css
<style>
a { background-color: #3FA43A; }
a { background-color: rgb(63,164,58); }
div.DivClassName
{
background-color: #3FA43A;
}
.BgClassName
{
background-color: #3FA43A;
}
</style>
border-color css
<style>
span { border-color: #3FA43A; }
span { border-color: rgb(63,164,58); }
td.TdClassName
{
border-color: #3FA43A;
}
.TagClassName
{
border-color: #3FA43A;
}
</style>