Shades of Fruit Salad #3FA03C
Tints of Fruit Salad #3FA03C
RGB
CMYK
RGB Variations
Color information
#3FA03C (or 0x3FA03C) is known color: Fruit Salad. HEX triplet: 3F, A0 and 3C. RGB value is (63,160,60). Sum of RGB (Red+Green+Blue) = 63+160+60=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA03C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA03C is #C05FC3. Grayscale: #777777. Windows color (decimal): -12607428 or 3973183. OLE color: 3973183.
HSL color Cylindrical-coordinate representation of color #3FA03C: hue angle of 118.2º 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 #3FA03C is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 60 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.37 |
| HSL | 118.2º | 0.45% | 0.43% | - |
| HSV(B) | 118.2º | 0.63% | 0.63% | - |
| XYZ | 15.44 | 26.52 | 8.58 | - |
| YUV | 119.6 | 94.36 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 60 | 0.61 | 0 | 0.62 | 0.37 | 118.2 | 0.45 | 0.43 |
| Hex | 3F | A0 | 3C | 3D | 0 | 3E | 25 | 76 | 2D | 2B |
| Octal | 77 | 240 | 74 | 75 | 0 | 76 | 45 | 166 | 55 | 53 |
| Binary | 111111 | 10100000 | 111100 | 111101 | 0 | 111110 | 100101 | 1110110 | 101101 | 101011 |
Color Harmonies of #3FA03C
Complementary color
Monochromatic Colors of #3FA03C
Black with #3FA03C
Text Example
Text Example
White with #3FA03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA03C; }
p { color: rgb(63,160,60); }
H1.HeaderClassName
{
color: #3FA03C;
}
.AnyTagClassName
{
color: #3FA03C;
}
</style>
background-color css
<style>
a { background-color: #3FA03C; }
a { background-color: rgb(63,160,60); }
div.DivClassName
{
background-color: #3FA03C;
}
.BgClassName
{
background-color: #3FA03C;
}
</style>
border-color css
<style>
span { border-color: #3FA03C; }
span { border-color: rgb(63,160,60); }
td.TdClassName
{
border-color: #3FA03C;
}
.TagClassName
{
border-color: #3FA03C;
}
</style>