Shades of Fruit Salad #3FA24E
Tints of Fruit Salad #3FA24E
RGB
CMYK
RGB Variations
Color information
#3FA24E (or 0x3FA24E) is known color: Fruit Salad. HEX triplet: 3F, A2 and 4E. RGB value is (63,162,78). Sum of RGB (Red+Green+Blue) = 63+162+78=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA24E is #C05DB1. Grayscale: #7B7B7B. Windows color (decimal): -12606898 or 5153343. OLE color: 5153343.
HSL color Cylindrical-coordinate representation of color #3FA24E: hue angle of 129.09º 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 #3FA24E is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 78 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.36 |
| HSL | 129.09º | 0.44% | 0.44% | - |
| HSV(B) | 129.09º | 0.61% | 0.64% | - |
| XYZ | 16.35 | 27.45 | 11.64 | - |
| YUV | 122.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 78 | 0.61 | 0 | 0.52 | 0.36 | 129.09 | 0.44 | 0.44 |
| Hex | 3F | A2 | 4E | 3D | 0 | 34 | 24 | 81 | 2C | 2C |
| Octal | 77 | 242 | 116 | 75 | 0 | 64 | 44 | 201 | 54 | 54 |
| Binary | 111111 | 10100010 | 1001110 | 111101 | 0 | 110100 | 100100 | 10000001 | 101100 | 101100 |
Color Harmonies of #3FA24E
Complementary color
Monochromatic Colors of #3FA24E
Black with #3FA24E
Text Example
Text Example
White with #3FA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA24E; }
p { color: rgb(63,162,78); }
H1.HeaderClassName
{
color: #3FA24E;
}
.AnyTagClassName
{
color: #3FA24E;
}
</style>
background-color css
<style>
a { background-color: #3FA24E; }
a { background-color: rgb(63,162,78); }
div.DivClassName
{
background-color: #3FA24E;
}
.BgClassName
{
background-color: #3FA24E;
}
</style>
border-color css
<style>
span { border-color: #3FA24E; }
span { border-color: rgb(63,162,78); }
td.TdClassName
{
border-color: #3FA24E;
}
.TagClassName
{
border-color: #3FA24E;
}
</style>