Shades of Fruit Salad #3FBA4E
Tints of Fruit Salad #3FBA4E
RGB
CMYK
RGB Variations
Color information
#3FBA4E (or 0x3FBA4E) is known color: Fruit Salad. HEX triplet: 3F, BA and 4E. RGB value is (63,186,78). Sum of RGB (Red+Green+Blue) = 63+186+78=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBA4E is #C045B1. Grayscale: #898989. Windows color (decimal): -12600754 or 5159487. OLE color: 5159487.
HSL color Cylindrical-coordinate representation of color #3FBA4E: hue angle of 127.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBA4E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 78 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.27 |
| HSL | 127.32º | 0.49% | 0.49% | - |
| HSV(B) | 127.32º | 0.66% | 0.73% | - |
| XYZ | 20.98 | 36.72 | 13.19 | - |
| YUV | 136.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 78 | 0.66 | 0 | 0.58 | 0.27 | 127.32 | 0.49 | 0.49 |
| Hex | 3F | BA | 4E | 42 | 0 | 3A | 1B | 7F | 31 | 31 |
| Octal | 77 | 272 | 116 | 102 | 0 | 72 | 33 | 177 | 61 | 61 |
| Binary | 111111 | 10111010 | 1001110 | 1000010 | 0 | 111010 | 11011 | 1111111 | 110001 | 110001 |
Color Harmonies of #3FBA4E
Complementary color
Monochromatic Colors of #3FBA4E
Black with #3FBA4E
Text Example
Text Example
White with #3FBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA4E; }
p { color: rgb(63,186,78); }
H1.HeaderClassName
{
color: #3FBA4E;
}
.AnyTagClassName
{
color: #3FBA4E;
}
</style>
background-color css
<style>
a { background-color: #3FBA4E; }
a { background-color: rgb(63,186,78); }
div.DivClassName
{
background-color: #3FBA4E;
}
.BgClassName
{
background-color: #3FBA4E;
}
</style>
border-color css
<style>
span { border-color: #3FBA4E; }
span { border-color: rgb(63,186,78); }
td.TdClassName
{
border-color: #3FBA4E;
}
.TagClassName
{
border-color: #3FBA4E;
}
</style>