Shades of Fruit Salad #3FA73D
Tints of Fruit Salad #3FA73D
RGB
CMYK
RGB Variations
Color information
#3FA73D (or 0x3FA73D) is known color: Fruit Salad. HEX triplet: 3F, A7 and 3D. RGB value is (63,167,61). Sum of RGB (Red+Green+Blue) = 63+167+61=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 167 (65.62% from 255 or 57.39% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA73D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA73D is #C058C2. Grayscale: #7C7C7C. Windows color (decimal): -12605635 or 4040511. OLE color: 4040511.
HSL color Cylindrical-coordinate representation of color #3FA73D: hue angle of 118.87º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA73D is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 167 | 61 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.35 |
| HSL | 118.87º | 0.46% | 0.45% | - |
| HSV(B) | 118.87º | 0.63% | 0.65% | - |
| XYZ | 16.71 | 29.03 | 9.14 | - |
| YUV | 123.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 61 | 0.62 | 0 | 0.63 | 0.35 | 118.87 | 0.46 | 0.45 |
| Hex | 3F | A7 | 3D | 3E | 0 | 3F | 23 | 77 | 2E | 2D |
| Octal | 77 | 247 | 75 | 76 | 0 | 77 | 43 | 167 | 56 | 55 |
| Binary | 111111 | 10100111 | 111101 | 111110 | 0 | 111111 | 100011 | 1110111 | 101110 | 101101 |
Color Harmonies of #3FA73D
Complementary color
Monochromatic Colors of #3FA73D
Black with #3FA73D
Text Example
Text Example
White with #3FA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA73D; }
p { color: rgb(63,167,61); }
H1.HeaderClassName
{
color: #3FA73D;
}
.AnyTagClassName
{
color: #3FA73D;
}
</style>
background-color css
<style>
a { background-color: #3FA73D; }
a { background-color: rgb(63,167,61); }
div.DivClassName
{
background-color: #3FA73D;
}
.BgClassName
{
background-color: #3FA73D;
}
</style>
border-color css
<style>
span { border-color: #3FA73D; }
span { border-color: rgb(63,167,61); }
td.TdClassName
{
border-color: #3FA73D;
}
.TagClassName
{
border-color: #3FA73D;
}
</style>