Shades of Fruit Salad #3FA24D
Tints of Fruit Salad #3FA24D
RGB
CMYK
RGB Variations
Color information
#3FA24D (or 0x3FA24D) is known color: Fruit Salad. HEX triplet: 3F, A2 and 4D. RGB value is (63,162,77). Sum of RGB (Red+Green+Blue) = 63+162+77=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA24D is #C05DB2. Grayscale: #7A7A7A. Windows color (decimal): -12606899 or 5087807. OLE color: 5087807.
HSL color Cylindrical-coordinate representation of color #3FA24D: hue angle of 128.48º 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 #3FA24D is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 77 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.36 |
| HSL | 128.48º | 0.44% | 0.44% | - |
| HSV(B) | 128.48º | 0.61% | 0.64% | - |
| XYZ | 16.31 | 27.43 | 11.46 | - |
| YUV | 122.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 77 | 0.61 | 0 | 0.52 | 0.36 | 128.48 | 0.44 | 0.44 |
| Hex | 3F | A2 | 4D | 3D | 0 | 34 | 24 | 80 | 2C | 2C |
| Octal | 77 | 242 | 115 | 75 | 0 | 64 | 44 | 200 | 54 | 54 |
| Binary | 111111 | 10100010 | 1001101 | 111101 | 0 | 110100 | 100100 | 10000000 | 101100 | 101100 |
Color Harmonies of #3FA24D
Complementary color
Monochromatic Colors of #3FA24D
Black with #3FA24D
Text Example
Text Example
White with #3FA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA24D; }
p { color: rgb(63,162,77); }
H1.HeaderClassName
{
color: #3FA24D;
}
.AnyTagClassName
{
color: #3FA24D;
}
</style>
background-color css
<style>
a { background-color: #3FA24D; }
a { background-color: rgb(63,162,77); }
div.DivClassName
{
background-color: #3FA24D;
}
.BgClassName
{
background-color: #3FA24D;
}
</style>
border-color css
<style>
span { border-color: #3FA24D; }
span { border-color: rgb(63,162,77); }
td.TdClassName
{
border-color: #3FA24D;
}
.TagClassName
{
border-color: #3FA24D;
}
</style>