Shades of Fruit Salad #3FBA46
Tints of Fruit Salad #3FBA46
RGB
CMYK
RGB Variations
Color information
#3FBA46 (or 0x3FBA46) is known color: Fruit Salad. HEX triplet: 3F, BA and 46. RGB value is (63,186,70). Sum of RGB (Red+Green+Blue) = 63+186+70=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA46 is #C045B9. Grayscale: #888888. Windows color (decimal): -12600762 or 4635199. OLE color: 4635199.
HSL color Cylindrical-coordinate representation of color #3FBA46: hue angle of 123.41º 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 #3FBA46 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 70 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.27 |
| HSL | 123.41º | 0.49% | 0.49% | - |
| HSV(B) | 123.41º | 0.66% | 0.73% | - |
| XYZ | 20.71 | 36.62 | 11.77 | - |
| YUV | 136 | 90.75 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 70 | 0.66 | 0 | 0.62 | 0.27 | 123.41 | 0.49 | 0.49 |
| Hex | 3F | BA | 46 | 42 | 0 | 3E | 1B | 7B | 31 | 31 |
| Octal | 77 | 272 | 106 | 102 | 0 | 76 | 33 | 173 | 61 | 61 |
| Binary | 111111 | 10111010 | 1000110 | 1000010 | 0 | 111110 | 11011 | 1111011 | 110001 | 110001 |
Color Harmonies of #3FBA46
Complementary color
Monochromatic Colors of #3FBA46
Black with #3FBA46
Text Example
Text Example
White with #3FBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA46; }
p { color: rgb(63,186,70); }
H1.HeaderClassName
{
color: #3FBA46;
}
.AnyTagClassName
{
color: #3FBA46;
}
</style>
background-color css
<style>
a { background-color: #3FBA46; }
a { background-color: rgb(63,186,70); }
div.DivClassName
{
background-color: #3FBA46;
}
.BgClassName
{
background-color: #3FBA46;
}
</style>
border-color css
<style>
span { border-color: #3FBA46; }
span { border-color: rgb(63,186,70); }
td.TdClassName
{
border-color: #3FBA46;
}
.TagClassName
{
border-color: #3FBA46;
}
</style>