Shades of Fruit Salad #3FA44B
Tints of Fruit Salad #3FA44B
RGB
CMYK
RGB Variations
Color information
#3FA44B (or 0x3FA44B) is known color: Fruit Salad. HEX triplet: 3F, A4 and 4B. RGB value is (63,164,75). Sum of RGB (Red+Green+Blue) = 63+164+75=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA44B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA44B is #C05BB4. Grayscale: #7B7B7B. Windows color (decimal): -12606389 or 4957247. OLE color: 4957247.
HSL color Cylindrical-coordinate representation of color #3FA44B: hue angle of 127.13º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA44B is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 75 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.36 |
| HSL | 127.13º | 0.44% | 0.45% | - |
| HSV(B) | 127.13º | 0.62% | 0.64% | - |
| XYZ | 16.6 | 28.12 | 11.21 | - |
| YUV | 123.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 75 | 0.62 | 0 | 0.54 | 0.36 | 127.13 | 0.44 | 0.45 |
| Hex | 3F | A4 | 4B | 3E | 0 | 36 | 24 | 7F | 2C | 2D |
| Octal | 77 | 244 | 113 | 76 | 0 | 66 | 44 | 177 | 54 | 55 |
| Binary | 111111 | 10100100 | 1001011 | 111110 | 0 | 110110 | 100100 | 1111111 | 101100 | 101101 |
Color Harmonies of #3FA44B
Complementary color
Monochromatic Colors of #3FA44B
Black with #3FA44B
Text Example
Text Example
White with #3FA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA44B; }
p { color: rgb(63,164,75); }
H1.HeaderClassName
{
color: #3FA44B;
}
.AnyTagClassName
{
color: #3FA44B;
}
</style>
background-color css
<style>
a { background-color: #3FA44B; }
a { background-color: rgb(63,164,75); }
div.DivClassName
{
background-color: #3FA44B;
}
.BgClassName
{
background-color: #3FA44B;
}
</style>
border-color css
<style>
span { border-color: #3FA44B; }
span { border-color: rgb(63,164,75); }
td.TdClassName
{
border-color: #3FA44B;
}
.TagClassName
{
border-color: #3FA44B;
}
</style>