Shades of Fruit Salad #3FA03D
Tints of Fruit Salad #3FA03D
RGB
CMYK
RGB Variations
Color information
#3FA03D (or 0x3FA03D) is known color: Fruit Salad. HEX triplet: 3F, A0 and 3D. RGB value is (63,160,61). Sum of RGB (Red+Green+Blue) = 63+160+61=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA03D is #C05FC2. Grayscale: #787878. Windows color (decimal): -12607427 or 4038719. OLE color: 4038719.
HSL color Cylindrical-coordinate representation of color #3FA03D: hue angle of 118.79º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA03D is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 61 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.37 |
| HSL | 118.79º | 0.45% | 0.43% | - |
| HSV(B) | 118.79º | 0.62% | 0.63% | - |
| XYZ | 15.46 | 26.54 | 8.72 | - |
| YUV | 119.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 61 | 0.61 | 0 | 0.62 | 0.37 | 118.79 | 0.45 | 0.43 |
| Hex | 3F | A0 | 3D | 3D | 0 | 3E | 25 | 77 | 2D | 2B |
| Octal | 77 | 240 | 75 | 75 | 0 | 76 | 45 | 167 | 55 | 53 |
| Binary | 111111 | 10100000 | 111101 | 111101 | 0 | 111110 | 100101 | 1110111 | 101101 | 101011 |
Color Harmonies of #3FA03D
Complementary color
Monochromatic Colors of #3FA03D
Black with #3FA03D
Text Example
Text Example
White with #3FA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA03D; }
p { color: rgb(63,160,61); }
H1.HeaderClassName
{
color: #3FA03D;
}
.AnyTagClassName
{
color: #3FA03D;
}
</style>
background-color css
<style>
a { background-color: #3FA03D; }
a { background-color: rgb(63,160,61); }
div.DivClassName
{
background-color: #3FA03D;
}
.BgClassName
{
background-color: #3FA03D;
}
</style>
border-color css
<style>
span { border-color: #3FA03D; }
span { border-color: rgb(63,160,61); }
td.TdClassName
{
border-color: #3FA03D;
}
.TagClassName
{
border-color: #3FA03D;
}
</style>